Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
pthread_t pthread_self(void)
57
{
58
pthread_t t = { NULL };
59
t.tid = GetCurrentThreadId();
60
return t;
61
}
62
63
int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex)
64
{
Callers
2
in_async
Function · 0.85
start_async
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected