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

Function pthread_exit

compat/win32/pthread.h:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 const struct timespec *abstime);
69
70static inline void NORETURN pthread_exit(void *ret)
71{
72 _endthreadex((unsigned)(uintptr_t)ret);
73}
74
75typedef DWORD pthread_key_t;
76static inline int pthread_key_create(pthread_key_t *keyp, void (*destructor)(void *value) UNUSED)

Callers 2

die_asyncFunction · 0.85
async_exitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected