Searched refs:priority_queue_destroy (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/tests/ |
| H A D | priority_queue.cpp | 135 priority_queue_destroy(&pq, union test_node, ke, ^(test_node_t n) { 202 priority_queue_destroy(&pq, union test_node, e, ^(test_node_t n) { 282 priority_queue_destroy(&pq, union test_node, se, ^(test_node_t n) {
|
| /xnu-11215/osfmk/kern/ |
| H A D | priority_queue.h | 400 #define priority_queue_destroy(pq, type, field, callback) \ macro
|
| /xnu-11215/bsd/pthread/ |
| H A D | pthread_workqueue.c | 2236 priority_queue_destroy(&wq->wq_overcommit_queue, in workq_mark_exiting() 2240 priority_queue_destroy(&wq->wq_constrained_queue, in workq_mark_exiting() 2244 priority_queue_destroy(&wq->wq_special_queue, in workq_mark_exiting()
|