Commits
User selector
Commit History
Commits on Jun 22, 2021
Avoid excessive console logging in browser tests. NFC
Show description for 81d5e3ccommitted
Commits on Jun 21, 2021
Commits on Jun 19, 2021
Use native code for `pthread_cleanup_push`/`pop`. NFC (#14484)
Show description for f46fbc5authored
Commits on Jun 18, 2021
Allow Node workers to be re-used (#12963)
Show description for bf7c1eaauthored
Commits on May 26, 2021
Commits on May 25, 2021
Commits on May 11, 2021
Emit bundler-friendly URL locators (#14135)
Show description for 3f0c7e9authored
Commits on Apr 14, 2021
Commits on Apr 8, 2021
Move thread profile block declaration into pthread_impl.h. NFC. (#13840)
Show description for e642863authored
Commits on Apr 7, 2021
Avoid declaring setThreadStatus unless PTHREADS_PROFILING. NFC (#13841)
Show description for 52a68deauthoredFix emscripten_asm_const_int deps (#13839)
Show description for 88593acauthored
Commits on Mar 19, 2021
Add support for TLS in dynamic libraries (#13672)
Show description for cc2fc36authored- authored
Commits on Mar 16, 2021
Commits on Mar 12, 2021
Add centralized handling for calling user callbacks (#13596)
Show description for a55beceauthoredShow short pthread warning when ASSERTIONS=0 (#13646)
Show description for 1c7484cauthored
Commits on Mar 11, 2021
Make it easier to detect thread pool exhaustion (#13591)
Show description for 0589ed2authored
Commits on Mar 5, 2021
Commits on Feb 16, 2021
Fixing thread exit and thread cancellation (#12985) (#10524)
Show description for 3059251authored
Commits on Feb 11, 2021
Commits on Jan 19, 2021
Remove redundant zero'ing of pthread fields. NFC. (#13273)
Show description for 4b78241authored
Commits on Jan 14, 2021
Initial support for pthreads + dynamic linking (#13245)
Show description for 5ee8fe3authoredDo not process main thread queued calls while returning a worker to the pool (#13233)
Show description for 428f33aauthored
Commits on Jan 7, 2021
Commits on Jan 5, 2021
Fix a couple of issues with `--thread-profiles` (#13171)
Show description for 1d37d6fauthoredFix USE_OFFSET_CONVERTER + pthreads + O2 (#13183)
Show description for 9d7ba1bauthored
Commits on Jan 3, 2021
Remove duplicate field from JS-side pthread object. NFC. (#13172)
Show description for 51cb3abauthored
Commits on Dec 16, 2020
Reduce minmal pthread dependencies (#13048)
Show description for b42b590authored
Commits on Dec 14, 2020
Commits on Dec 11, 2020
Remove defunct PThread.initShared. NFC. (#13008)
Show description for 4b343e0authored
Commits on Dec 3, 2020
Build C11 thread API function in libpthread (#9243)
Show description for 3c48bfeauthored
Commits on Dec 2, 2020
- authored
Fix JS pthreads proxying + WASM_BIGINT (#12935)
Show description for 68af137authoredOptimize makeDynCall to use dynCall_xx function directly where needed (#12741)
Show description for 496967eauthored
Commits on Dec 1, 2020
Remove PThread.mainThreadBlock. NFC. (#12917)
Show description for 45aa70cauthored