Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
void pthread_exit(void *a)
101
{
102
_endthreadex(0);
103
}
104
105
int pthread_join(pthread_t thread, void **value_ptr)
106
{
Callers
2
unireg_end
Function · 0.85
alarm_handler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected