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
At the moment a thread that exits while tracing leaves a Location in the tracing state until another thread notices that the Location can't possibly still be tracing. We should be able to use pthread_cleanup_push to deal with this more elegantly.
The text was updated successfully, but these errors were encountered:
At the moment a thread that exits while tracing leaves a
Location
in the tracing state until another thread notices that theLocation
can't possibly still be tracing. We should be able to usepthread_cleanup_push
to deal with this more elegantly.The text was updated successfully, but these errors were encountered: