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
This change doesn't look very useful but as followup to this (and
combined with #26468) this should allow us to enable more internal musl
locking code that currently depends on `pthread_self()->tid`.
emscripten_outf("Worker %d last thread to finish. Reporting test end with sharedState0=%d, sharedState1=%d", emscripten_wasm_worker_self_id(), sharedState0, sharedState1);
38
+
emscripten_outf("Worker %d last thread to finish. Reporting test end with sharedState0=%d, sharedState1=%d", gettid(), sharedState0, sharedState1);
0 commit comments