MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / pthread_exit

Function pthread_exit

mysys/my_winthread.c:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100void pthread_exit(void *a)
101{
102 _endthreadex(0);
103}
104
105int pthread_join(pthread_t thread, void **value_ptr)
106{

Callers 2

unireg_endFunction · 0.85
alarm_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected