Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/ !
H A Dthread.h1418 extern kern_return_t thread_create_workq_waiting(
H A Dthread.c1867 thread_create_workq_waiting( in thread_create_workq_waiting() function
/xnu-10063.101.15/bsd/pthread/ !
H A Dpthread_workqueue.c1067 kret = thread_create_workq_waiting(proc_task(p), workq_unpark_continue, &th); in workq_add_new_idle_thread()