You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
In this code, although ideally all threads must acquire the lock but this also adds a synchronization point in ES which can be costly if attach is taking longer than usual. Therefore, if a thread running ES operation cannot get the ThreadState, it should try to acquire the lock, failing which, it should move on instead of blocking.
The text was updated successfully, but these errors were encountered:
In this code, although ideally all threads must acquire the lock but this also adds a synchronization point in ES which can be costly if attach is taking longer than usual. Therefore, if a thread running ES operation cannot get the
ThreadState
, it should try to acquire the lock, failing which, it should move on instead of blocking.The text was updated successfully, but these errors were encountered: