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

Function pthread_attr_init

mysys/my_wincond.c:328–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327
328int pthread_attr_init(pthread_attr_t *connect_att)
329{
330 connect_att->dwStackSize = 0;
331 connect_att->dwCreatingFlag = 0;
332 return 0;
333}
334
335int pthread_attr_setstacksize(pthread_attr_t *connect_att,DWORD stack)
336{

Callers 6

init_thread_environmentFunction · 0.85
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