MCPcopy Create free account
hub / github.com/git/git / pthread_getspecific

Function pthread_getspecific

compat/win32/pthread.h:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91static inline void *pthread_getspecific(pthread_key_t key)
92{
93 return TlsGetValue(key);
94}
95
96#ifndef __MINGW64_VERSION_MAJOR
97static inline int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset)

Callers 5

die_asyncFunction · 0.85
async_die_is_recursingFunction · 0.85
tr2tls_get_selfFunction · 0.85
tr2tls_is_main_threadFunction · 0.85
get_thread_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected