Home
last modified time | relevance | path

Searched refs:priority_queue_destroy (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/tests/
H A Dpriority_queue.cpp135 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 Dpriority_queue.h400 #define priority_queue_destroy(pq, type, field, callback) \ macro
/xnu-8020.140.41/bsd/pthread/
H A Dpthread_workqueue.c2172 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()