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
A race condition occurs when the scalable pool is destroyed while another thread is performing Thread-Local Storage (TLS) destruction. This issue arises only if one thread is in its TLS destructor and another thread calls umfPoolDestroy. There is no problem when a thread is destructed after the pool has been destroyed.
The text was updated successfully, but these errors were encountered:
A race condition occurs when the scalable pool is destroyed while another thread is performing Thread-Local Storage (TLS) destruction. This issue arises only if one thread is in its TLS destructor and another thread calls umfPoolDestroy. There is no problem when a thread is destructed after the pool has been destroyed.
The text was updated successfully, but these errors were encountered: