HomeSort by: relevance | last modified time | path
    Searched refs:cds_wfcq_destroy (Results 1 - 7 of 7) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/doc/examples/wfcqueue/
cds_wfcq_dequeue.c 71 cds_wfcq_destroy(&myqueue_head, &myqueue_tail);
cds_wfcq_enqueue.c 64 cds_wfcq_destroy(&myqueue_head, &myqueue_tail);
cds_wfcq_splice.c 101 cds_wfcq_destroy(&head_A, &tail_A);
  /src/external/lgpl2/userspace-rcu/dist/src/
wfcqueue.c 29 void cds_wfcq_destroy(struct cds_wfcq_head *head, function
  /src/external/mpl/bind/dist/lib/isc/
quota.c 160 cds_wfcq_destroy(&quota->jobs.head, &quota->jobs.tail);
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfcqueue.h 182 #define cds_wfcq_destroy _cds_wfcq_destroy macro
262 * cds_wfcq_destroy().
268 * cds_wfcq_destroy: destroy wait-free queue. Pair with
271 extern void cds_wfcq_destroy(struct cds_wfcq_head *head,
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_wfcq.c 239 cds_wfcq_destroy(&tmp_head, &tmp_tail);
553 cds_wfcq_destroy(&head, &tail);

Completed in 15 milliseconds