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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dpthread_internal.h153 mach_vm_size_t th_allocsize; member in struct:threadlist
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c791 mach_vm_size_t th_allocsize = 0; local
835 th_allocsize = th_stacksize + PTH_DEFAULT_GUARDSIZE + p->p_pthsize;
838 th_allocsize,
845 &stackaddr, th_allocsize,
852 KERNEL_DEBUG_CONSTANT(0x9000080 |DBG_FUNC_NONE, th_allocsize, stackaddr, 0, 2, 0);
981 (void)mach_vm_deallocate(vmap, stackaddr, th_allocsize);
1328 (void)mach_vm_deallocate(wq->wq_map, tl->th_stackaddr, tl->th_allocsize);
1373 tl->th_allocsize = PTH_DEFAULT_STACKSIZE + PTH_DEFAULT_GUARDSIZE + p->p_pthsize;
1376 tl->th_allocsize,
1384 &stackaddr, tl->th_allocsize,
[all...]

Completed in 89 milliseconds