File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ See docs/process.md for more on how version tagging works.
2020
21215.0.7 (in development)
2222----------------------
23- - The emscripten_futux_wait API is now documented to explicitly allow spurious
23+ - The emscripten_futex_wait API is now documented to explicitly allow spurious
2424 wakeups. This was part of an internal change to improve inter-thread
2525 communication. (#26659 )
2626- mimalloc was updated to 3.3.1. (#26696 )
@@ -31,10 +31,10 @@ See docs/process.md for more on how version tagging works.
3131 emscripten so folks can sill use it manually if needed. If you are a user of
3232 this feature please let us know otherwise this may be deleted in a future
3333 release. (#26648 )
34- - The emscripten_futux_wait internals were improved to avoid unnecessary thread
35- wakeups. As part of this change emscripten_futux_wait is now documented to
34+ - The emscripten_futex_wait internals were improved to avoid unnecessary thread
35+ wakeups. As part of this change emscripten_futex_wait is now documented to
3636 explicitly allow for returning EINTR when the wait is interrupted by an async
37- operation. All callers of emscripten_futux_wait are advised to use a loop
37+ operation. All callers of emscripten_futex_wait are advised to use a loop
3838 to handle these types of spurious wakeups / interruptions. (#26659 , #26735 )
3939- Attempting to use PTHREAD_PROCESS_SHARED when creating pthread primitives such
4040 as locks and condvars will now fail with ENOTSUP. (#26743 )
You can’t perform that action at this time.
0 commit comments