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
Currently we still depend on pthread in some parts of the program. These ones are only available in the linux build. Mainly optimization and measurement. We should switch to only using std::thread.
DoD
No references to pthread_* call except for using pthread_setname_np to give threads a name in linux.
The text was updated successfully, but these errors were encountered:
Currently we still depend on pthread in some parts of the program. These ones are only available in the linux build. Mainly optimization and measurement. We should switch to only using std::thread.
DoD
The text was updated successfully, but these errors were encountered: