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 19, 2021
Use native code for `pthread_cleanup_push`/`pop`. NFC (#14484)
Show description for f46fbc5authored
Commits on Jun 18, 2021
Commits on Jun 16, 2021
Convert more btests to btest_exit. NFC (#14415)
Show description for 9dd9c35authored
Commits on Jun 4, 2021
Make use of TLS in emscripten_current_thread_process_queued_calls (#14315)
Show description for 4a9c906authored
Commits on May 26, 2021
Commits on Apr 29, 2021
Test pthread key destructors (#14047)
Show description for d8c17b8authoredAdd missing C11 thread functions (#14049)
Show description for d08402dauthored
Commits on Mar 11, 2021
Make it easier to detect thread pool exhaustion (#13591)
Show description for 0589ed2authoredtests: handle onAbort as well as onExit in browser_reporting.js (#13631)
Show description for 4d93edeauthored
Commits on Feb 16, 2021
Fixing thread exit and thread cancellation (#12985) (#10524)
Show description for 3059251authored
Commits on Jan 12, 2021
Commits on Jan 7, 2021
Enable asan pthread tests (#13182)
Show description for 5e1fda9authored
Commits on Jan 6, 2021
Remove redundant setting of noExitRuntime in test code. NFC (#13137)
Show description for cc8223fauthoredRemove remnants of threadInfoStruct JS variable (#13121)
Show description for 4cdb029authored
Commits on Jan 5, 2021
Fix a couple of issues with `--thread-profiles` (#13171)
Show description for 1d37d6fauthored
Commits on Dec 14, 2020
pthread_key_create: Allocate enough memory per entry (#13015)
Show description for 3a41279authored
Commits on Dec 6, 2020
Honor test fixture compiler flags in browser tests. NFC (#12975)
Show description for 3b672f5authored
Commits on Dec 3, 2020
Build C11 thread API function in libpthread (#9243)
Show description for 3c48bfeauthored
Commits on Dec 1, 2020
Remove excess headers from report_result.h (#12929)
Show description for 002625bauthored
Commits on Nov 26, 2020
Fix UAF in test_pthread_run_on_main_thread_flood (#12888)
Show description for 1765ab5authoredImprove test_pthread_run_on_main_thread_flood. NFC. (#12886)
Show description for 8c885a4authored
Commits on Oct 29, 2020
Move emscripten_stack_get_base/end into native code (#12615)
Show description for 3f7d8eeauthored
Commits on Oct 2, 2020
Remove uncessary use of PTHREAD_CREATE_JOINABLE in test code. NFC. (#12404)
Show description for 09d8052authored
Commits on Sep 24, 2020
Fix a rare pthreads main thread deadlock that worsened in 2.0.2 (#12318)
Show description for 0014175authored
Commits on Sep 9, 2020
Pthreads: Fix proxying confusion between main browser and main runtime thread (#12102)
Show description for 33dbcebauthored
Commits on Aug 20, 2020
Consistent use of `.out` for test expectations (#11975)
Show description for 112196eauthored
Commits on Aug 5, 2020
tests: Explicitly include stdio.h in test_pthread_clock_drift (#11806)
Show description for f3333beauthored
Commits on Jul 16, 2020
Use the lsan public interface in docs and tests (#11644)
Show description for 6c1d7b3andauthored
Commits on May 11, 2020
Refactor and rename confusing pthreads async functions (#10772)
Show description for 53fb2f6authored
Commits on May 2, 2020
Update libcxx and libcxxabi to LLVM 10 release branch (#11038)
Show description for 0e53ba6authored
Commits on Feb 18, 2020
Minimal runtime pthreads (#10123)
Show description for 673915cauthored
Commits on Feb 5, 2020
Allow string values for PTHREAD_POOL_SIZE (#10263)
Show description for dfc667cauthored
Commits on Feb 4, 2020
Remove PThread.preallocatedWorkers (#10269)
Show description for 1f3ac3aauthored