Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dpriority_queue.h161 typedef struct priority_queue_entry_sched { struct
162 struct priority_queue_entry_sched *next; argument
163 struct priority_queue_entry_sched *prev; argument
202 typedef struct priority_queue_entry_sched { struct
203 struct priority_queue_entry_sched *next; argument
204 struct priority_queue_entry_sched *prev; argument
269 struct priority_queue_entry_sched *pq_root;
272 struct priority_queue_entry_sched *pq_root;
H A Dsched_clutch.h250 struct priority_queue_entry_sched scb_foreignlink;
H A Dturnstile.h355 struct priority_queue_entry_sched ts_inheritor_links; /* Inheritor queue links */
H A Dthread.h409 struct priority_queue_entry_sched wait_prioq_links; /* priority ordered waitq links */
438 struct priority_queue_entry_sched th_clutch_pri_link;
/xnu-11215/tests/sched/sched_test_harness/shadow_headers/
H A Dmisc_needed_deps.c69 struct priority_queue_entry_sched th_clutch_pri_link;
/xnu-11215/bsd/pthread/
H A Dworkqueue_internal.h196 struct priority_queue_entry_sched tr_entry;
/xnu-11215/tests/
H A Dpriority_queue.cpp50 struct priority_queue_entry_sched ke;