Searched refs:priority_queue_destroy (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/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-8020.140.41/osfmk/kern/ |
| H A D | priority_queue.h | 400 #define priority_queue_destroy(pq, type, field, callback) \ macro
|
| /xnu-8020.140.41/bsd/pthread/ |
| H A D | pthread_workqueue.c | 2172 priority_queue_destroy(&wq->wq_overcommit_queue, in workq_mark_exiting() 2176 priority_queue_destroy(&wq->wq_constrained_queue, in workq_mark_exiting() 2180 priority_queue_destroy(&wq->wq_special_queue, in workq_mark_exiting()
|