MCPcopy Index your code
hub / github.com/git/git / pthread_self

Function pthread_self

compat/win32/pthread.c:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56pthread_t pthread_self(void)
57{
58 pthread_t t = { NULL };
59 t.tid = GetCurrentThreadId();
60 return t;
61}
62
63int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex)
64{

Callers 2

in_asyncFunction · 0.85
start_asyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected