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
However, since this is a nonstandard function, it's implemented differently on different platforms. Most notably, it's not possible to set the name of a thread from another thread on macOS.
It's not clear if there may be other cross-platform limitations or factors to consider with this.
The text was updated successfully, but these errors were encountered:
This should be doable using
pthread_setname_np
.However, since this is a nonstandard function, it's implemented differently on different platforms. Most notably, it's not possible to set the name of a thread from another thread on macOS.
It's not clear if there may be other cross-platform limitations or factors to consider with this.
The text was updated successfully, but these errors were encountered: