Home | History | Annotate | Download | only in helgrind

Lines Matching refs:stksize

490 static int thr_create_WRK(void *stk, size_t stksize, void *(*start)(void *),
509 CALL_FN_W_6W(ret, fn, stk, stksize, mythread_wrapper, start, flags,
531 void *stk, size_t stksize, void *(*start)(void *),
533 return thr_create_WRK(stk, stksize, start, arg, flags, new_thread);