MCPcopy 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
341int 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

sigwaitFunction · 0.85
my_thread_initFunction · 0.85
init_thr_alarmFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected