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 outpt is pthread_mutex_init errno=95
I googled for a whole day but get nothing. Thank you for your help.
My Windows version is 10.0.17134.167.
My WSL version is Linux version 4.4.0-17134-Microsoft (Microsoft@Microsoft.com) (gcc version 5.4.0 (GCC) ) #137-Microsoft Thu Jun 14 18:46:00 PST 2018
The text was updated successfully, but these errors were encountered:
Returns 0 here. #1006. You want 17627. Note the caveat in the release notes. I haven't seen recursive locks in the wild, so if you run into behavioural issues with the lock (contrast the return value success) do feel encouraged to spin up a new submission. If you do, citing your use case helps.
This is my test code:
The outpt is
pthread_mutex_init errno=95
I googled for a whole day but get nothing. Thank you for your help.
My Windows version is
10.0.17134.167
.My WSL version is
Linux version 4.4.0-17134-Microsoft (Microsoft@Microsoft.com) (gcc version 5.4.0 (GCC) ) #137-Microsoft Thu Jun 14 18:46:00 PST 2018
The text was updated successfully, but these errors were encountered: