MCPcopy 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
72void destroy_widget(widget* w) {
73 pthread_mutex_destroy(&w->mutex);
74 pthread_cond_destroy(&w->cond);
75}
76
77void run_widget(widget* w) {
78 pthread_t self = pthread_self();

Callers 7

test_proxy_asyncFunction · 0.85
test_proxy_syncFunction · 0.85
test_proxy_sync_with_ctxFunction · 0.85
test_proxy_callbackFunction · 0.85
test_proxy_promiseFunction · 0.85

Calls 2

pthread_mutex_destroyFunction · 0.50
pthread_cond_destroyFunction · 0.50

Tested by

no test coverage detected