Atomics.store(HEAPU32,(threadInfoStruct+4/*C_STRUCTS.pthread.threadExitCode*/)>>2,(einstanceofModule['ExitStatus'])?e.status:-2/*A custom entry specific to Emscripten denoting that the thread crashed.*/);
Atomics.store(HEAPU32,(threadInfoStruct+4/*C_STRUCTS.pthread.threadExitCode*/)>>2,(einstanceofModule['ExitStatus'])?e.status:-2/*A custom entry specific to Emscripten denoting that the thread crashed.*/);
Atomics.store(HEAPU32,(threadInfoStruct+0/*C_STRUCTS.pthread.threadStatus*/)>>2,1);// Mark the thread as no longer running.
Atomics.store(HEAPU32,(threadInfoStruct+0/*C_STRUCTS.pthread.threadStatus*/)>>2,1);// Mark the thread as no longer running.
Module['_emscripten_futex_wake'](threadInfoStruct+0/*C_STRUCTS.pthread.threadStatus*/,0x7FFFFFFF/*INT_MAX*/);// Wake all threads waiting on this thread to finish.
Module['_emscripten_futex_wake'](threadInfoStruct+0/*C_STRUCTS.pthread.threadStatus*/,0x7FFFFFFF/*INT_MAX*/);// Wake all threads waiting on this thread to finish.