Home
last modified time | relevance | path

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

/xnu-11215/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-11215/osfmk/kern/
H A Dpriority_queue.h400 #define priority_queue_destroy(pq, type, field, callback) \ macro
/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c2236 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()