We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6857c commit 1b8ce30Copy full SHA for 1b8ce30
test/pthread/test_pthread_proxy_deadlock.c
@@ -19,7 +19,7 @@ pthread_t looper;
19
// executes the system queue during every allocation to make the behavior
20
// deterministic.
21
void *malloc(size_t size) {
22
- if (emscripten_proxy_get_system_queue() && emscripten_is_main_runtime_thread()) {
+ if (emscripten_is_main_runtime_thread()) {
23
emscripten_proxy_execute_queue(emscripten_proxy_get_system_queue());
24
}
25
void *ptr = emscripten_builtin_malloc(size);
0 commit comments