forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deadlock in test_pthread_run_on_main_thread
Fixes: emscripten-core#18210
- Loading branch information
Showing
4 changed files
with
69 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
Testing sync proxied runs: | ||
Hello! | ||
Hello 42! | ||
Hello 42 43! | ||
Hello 42 43 44! | ||
Hello i! | ||
Hello ii 42! | ||
Hello iii 42 43! | ||
Hello iiii 42 43 44! | ||
Testing waitable async proxied runs: | ||
Hello! | ||
Hello 42! | ||
Hello 42 43! | ||
Hello 42 43 44! | ||
Hello i! | ||
Hello ii 42! | ||
Hello iii 42 43! | ||
Hello iiii 42 43 44! | ||
Testing sync proxied runs: | ||
Hello! | ||
Hello 42! | ||
Hello 42 43! | ||
Hello 42 43 44! | ||
Hello i! | ||
Hello ii 42! | ||
Hello iii 42 43! | ||
Hello iiii 42 43 44! | ||
Testing async proxied runs: | ||
Testing waitable async proxied runs: | ||
Hello! | ||
Hello 42! | ||
Hello 42 43! | ||
Hello 42 43 44! | ||
Hello i! | ||
Hello ii 42! | ||
Hello iii 42 43! | ||
Hello iiii 42 43 44! | ||
Hello! | ||
Hello 42! | ||
Hello 42 43! | ||
Hello 42 43 44! | ||
Hello i! | ||
Hello ii 42! | ||
Hello iii 42 43! | ||
Hello iiii 42 43 44! | ||
Testing async proxied runs: | ||
Hello! | ||
Hello 42! | ||
Hello 42 43! | ||
Hello 42 43 44! | ||
Hello i! | ||
Hello ii 42! | ||
Hello iii 42 43! | ||
Hello iiii 42 43 44! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters