Home
last modified time | relevance | path

Searched refs:th_stackaddr (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c1073 mach_vm_offset_t th_stackaddr; in workq_add_new_idle_thread() local
1083 kret = pthread_functions->workq_create_threadstack(p, vmap, &th_stackaddr); in workq_add_new_idle_thread()
1097 pthread_functions->workq_destroy_threadstack(p, vmap, th_stackaddr); in workq_add_new_idle_thread()
1105 uth->uu_workq_stackaddr = (user_addr_t)th_stackaddr; in workq_add_new_idle_thread()