Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ destroy_widget
Function
destroy_widget
test/pthread/test_pthread_proxying.c:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void destroy_widget(widget* w) {
73
pthread_mutex_destroy(&w->mutex);
74
pthread_cond_destroy(&w->cond);
75
}
76
77
void run_widget(widget* w) {
78
pthread_t self = pthread_self();
Callers
7
test_proxy_async
Function · 0.85
test_proxy_sync
Function · 0.85
test_proxy_sync_with_ctx
Function · 0.85
test_proxy_callback
Function · 0.85
test_proxy_callback_with_ctx
Function · 0.85
test_proxy_promise
Function · 0.85
test_proxy_promise_with_ctx
Function · 0.85
Calls
2
pthread_mutex_destroy
Function · 0.50
pthread_cond_destroy
Function · 0.50
Tested by
no test coverage detected