Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
261
int pthread_equal(pthread_t t1, pthread_t t2) {
262
return t1 == t2;
263
}
264
265
int pthread_kill(pthread_t thread, int sig) {
266
if (thread != pthread_self()) {
Callers
15
thread_main
Function · 0.85
worker_main
Function · 0.85
worker2_main
Function · 0.85
run_widget
Function · 0.85
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
maybe_call_on_current_thread
Function · 0.85
emscripten_dispatch_to_thread_async_args
Function · 0.85
pthread_kill
Function · 0.85
Calls
no outgoing calls
Tested by
7
worker2_main
Function · 0.68
run_widget
Function · 0.68
test_proxy_async
Function · 0.68
test_proxy_sync
Function · 0.68
test_proxy_sync_with_ctx
Function · 0.68
test_proxy_callback
Function · 0.68
test_proxy_callback_with_ctx
Function · 0.68