Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Inori/GPCS4
/ pthread_equal
Function
pthread_equal
3rdParty/winpthreads/src/thread.c:927–931 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
925
}
926
927
int
928
pthread_equal (pthread_t t1, pthread_t t2)
929
{
930
return (t1 == t2);
931
}
932
933
void
934
pthread_tls_init (void)
Callers
3
pthread_cancel
Function · 0.85
pthread_join
Function · 0.85
_pthread_tryjoin
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected