Searched defs:pq (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | priority_queue.h | 291 #define priority_queue_is_min_heap(pq) _Generic(pq, \ argument 301 #define priority_queue_is_max_heap(pq) \ argument 355 #define priority_queue_empty(pq) ((pq)->pq_root == NULL) argument 400 #define priority_queue_destroy(pq, type, field, callback) \ argument 420 #define priority_queue_min(pq, type, field) ({ \ argument 438 #define priority_queue_max(pq, type, field) ({ \ argument 473 #define priority_queue_remove_min(pq, type, field) ({ \ argument 490 #define priority_queue_remove_max(pq, type, field) ({ \ argument 559 #define priority_queue_is_sched_heap(pq) _Generic(pq, \ argument 582 #define priority_queue_entry_set_sched_pri(pq, elt, pri, modifier) \ argument [all …]
|
| /xnu-12377.41.6/tests/ |
| H A D | priority_queue.cpp | 72 dump_pqueue(struct priority_queue_sched_max *pq) in dump_pqueue() 83 struct priority_queue_sched_max pq; variable 145 struct priority_queue_max pq; variable 225 struct priority_queue_sched_stable_max pq; variable
|
| /xnu-12377.41.6/bsd/pthread/ |
| H A D | pthread_workqueue.c | 3189 struct priority_queue_sched_max *pq = workq_priority_queue_for_req(wq, req); in workq_kern_threadreq_modify() local
|