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

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfstack.h 26 * Wait-free operations: cds_wfs_push, __cds_wfs_pop_all, cds_wfs_empty,
37 * cds_wfs_push __cds_wfs_pop __cds_wfs_pop_all
40 * __cds_wfs_pop_all - X -
62 * struct cds_wfs_head is returned by __cds_wfs_pop_all, and can be used
125 * For iteration on cds_wfs_head returned by __cds_wfs_pop_all or
143 #define __cds_wfs_pop_all ___cds_wfs_pop_all macro
207 * Calls __cds_wfs_pop_all with an internal pop mutex held.
270 * __cds_wfs_pop_blocking and __cds_wfs_pop_all callers.
272 * and __cds_wfs_pop_all(). (multi-provider/single-consumer scheme).
305 * __cds_wfs_pop_all: pop all nodes from a stack
429 template<typename T> static inline struct cds_wfs_head *__cds_wfs_pop_all(T s) function
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/src/
wfstack.c 112 struct cds_wfs_head *__cds_wfs_pop_all(cds_wfs_stack_ptr_t u_stack) function
urcu-wait.h 89 waiters->head = __cds_wfs_pop_all(&queue->stack);
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_wfs.c 208 head = __cds_wfs_pop_all(&s);
  /src/external/mpl/bind/dist/lib/dns/
db.c 1277 struct cds_wfs_head *head = __cds_wfs_pop_all(glue_stack);

Completed in 43 milliseconds