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

Function pthread_attr_setstacksize

mysys/my_wincond.c:335–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335int pthread_attr_setstacksize(pthread_attr_t *connect_att,DWORD stack)
336{
337 connect_att->dwStackSize=stack;
338 return 0;
339}
340
341int pthread_attr_destroy(pthread_attr_t *connect_att)
342{

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected