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
Run more low level thread primitive tests under pthreads. NFC (#26448)
These test originally ran under Wasm Workers only in the browser tests
suite.
This change adapts more of them so that they can also run under pthreads
(and under Pthreads+wasm workers).
emscripten_outf("Worker %d last thread to finish. Reporting test end with sharedState0=%d, sharedState1=%d", emscripten_wasm_worker_self_id(), sharedState0, sharedState1);
0 commit comments