Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dpthread_shims.h126 int (*workq_create_threadstack)(proc_t p, vm_map_t vmap, member
/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c1083 kret = pthread_functions->workq_create_threadstack(p, vmap, &th_stackaddr); in workq_add_new_idle_thread()