MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / pthread_equal

Function pthread_equal

system/lib/pthread/library_pthread_stub.c:261–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259#endif
260
261int pthread_equal(pthread_t t1, pthread_t t2) {
262 return t1 == t2;
263}
264
265int pthread_kill(pthread_t thread, int sig) {
266 if (thread != pthread_self()) {

Callers 15

thread_mainFunction · 0.85
worker_mainFunction · 0.85
worker2_mainFunction · 0.85
run_widgetFunction · 0.85
test_proxy_asyncFunction · 0.85
test_proxy_syncFunction · 0.85
test_proxy_sync_with_ctxFunction · 0.85
test_proxy_callbackFunction · 0.85
pthread_killFunction · 0.85

Calls

no outgoing calls

Tested by 7

worker2_mainFunction · 0.68
run_widgetFunction · 0.68
test_proxy_asyncFunction · 0.68
test_proxy_syncFunction · 0.68
test_proxy_sync_with_ctxFunction · 0.68
test_proxy_callbackFunction · 0.68