Home
last modified time | relevance | path

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

/xnu-8020.140.41/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.h274 struct priority_queue_entry_sched scb_foreignlink;
H A Dturnstile.h328 struct priority_queue_entry_sched ts_inheritor_links; /* Inheritor queue links */
H A Dthread.h314 struct priority_queue_entry_sched wait_prioq_links; /* priority ordered waitq links */
343 struct priority_queue_entry_sched th_clutch_pri_link;
/xnu-8020.140.41/bsd/pthread/ !
H A Dworkqueue_internal.h177 struct priority_queue_entry_sched tr_entry;
/xnu-8020.140.41/tests/ !
H A Dpriority_queue.cpp50 struct priority_queue_entry_sched ke;