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
The global meta-data index should be protected to a mutex because different threads could load dynamic libraries at the same time and try to register the meta-data leading to race conditions.
The global meta-data index should be protected to a mutex because different threads could load dynamic libraries at the same time and try to register the meta-data leading to race conditions.