Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ pthread_attr_destroy
Function
pthread_attr_destroy
mysys/my_wincond.c:341–345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
339
}
340
341
int pthread_attr_destroy(pthread_attr_t *connect_att)
342
{
343
memset(connect_att, 0, sizeof(*connect_att));
344
return 0;
345
}
346
347
#endif /* __WIN__ */
Callers
5
sigwait
Function · 0.85
my_thread_init
Function · 0.85
init_thr_alarm
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected