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
Move emscripten_atomics_is_lock_free to atomic.h. NFC
This function is generally useful for either pthreads or wasm worker
builds. Putting it in `atomic.h` and `libatomic.js` make sense.
Also remove the duplicate `emscripten_navigator_hardware_concurrency`
function which duplicates the existing `emscripten_num_logical_cores`.
Also, change the return type of `emscripten_atomics_is_lock_free` to
be `bool`, which better represents its type.
0 commit comments