Home
last modified time | relevance | path

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

/xnu-8020.140.41/tests/
H A Dpriority_queue.cpp97 priority_queue_entry_init(&node->ke);
167 priority_queue_entry_init(&node->e);
235 priority_queue_entry_init(node);
/xnu-8020.140.41/osfmk/kern/
H A Dpriority_queue.h382 #define priority_queue_entry_init(qe) \ macro
H A Dturnstile.c1594 priority_queue_entry_init(&turnstile->ts_inheritor_links); in thread_add_turnstile_promotion()
2185 priority_queue_entry_init(&src_turnstile->ts_inheritor_links); in turnstile_add_turnstile_promotion()
2328 priority_queue_entry_init(&thread->wait_prioq_links); in turnstile_waitq_add_thread_priority_queue()
H A Dthread.c1294 priority_queue_entry_init(&new_thread->th_clutch_runq_link); in thread_create_internal()
1295 priority_queue_entry_init(&new_thread->th_clutch_pri_link); in thread_create_internal()
H A Dsched_clutch.c500 priority_queue_entry_init(&root_bucket->scrb_pqlink); in sched_clutch_root_bucket_init()
1069 priority_queue_entry_init(&clutch_bucket->scb_foreignlink); in sched_clutch_bucket_init()
/xnu-8020.140.41/bsd/pthread/
H A Dpthread_workqueue.c2783 priority_queue_entry_init(&req->tr_entry); in workq_reqthreads()
2920 priority_queue_entry_init(&req->tr_entry); in workq_kern_threadreq_initiate()