Searched refs:th_stacksize (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dpthread_internal.h69 mach_vm_size_t th_stacksize; member in struct:threadlist
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c197 mach_vm_size_t th_stacksize; local
240 th_stacksize = (mach_vm_size_t)user_stack; /* if it is custom them it is stacksize */
241 th_allocsize = th_stacksize + PTH_DEFAULT_GUARDSIZE + p->p_pthsize;
272 th_stack = (stackaddr + th_stacksize + PTH_DEFAULT_GUARDSIZE);
273 th_pthread = (stackaddr + th_stacksize + PTH_DEFAULT_GUARDSIZE);
274 user_stacksize = th_stacksize;

Completed in 12 milliseconds