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

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
rculfqueue.h 37 #define cds_lfq_destroy_rcu _cds_lfq_destroy_rcu macro
52 extern int cds_lfq_destroy_rcu(struct cds_lfq_queue_rcu *q);
  /src/external/lgpl2/userspace-rcu/dist/src/
rculfqueue.c 31 int cds_lfq_destroy_rcu(struct cds_lfq_queue_rcu *q) function
  /src/external/lgpl2/userspace-rcu/dist/doc/examples/rculfqueue/
cds_lfq_dequeue.c 101 ret = cds_lfq_destroy_rcu(&myqueue);
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_lfq.c 384 err = cds_lfq_destroy_rcu(&q);

Completed in 23 milliseconds