MCPcopy 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
927int
928pthread_equal (pthread_t t1, pthread_t t2)
929{
930 return (t1 == t2);
931}
932
933void
934pthread_tls_init (void)

Callers 3

pthread_cancelFunction · 0.85
pthread_joinFunction · 0.85
_pthread_tryjoinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected