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

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
lfstack.h 31 * cds_lfs_push __cds_lfs_pop __cds_lfs_pop_all
34 * __cds_lfs_pop_all - X -
50 * struct cds_lfs_head is returned by __cds_lfs_pop_all, and can be used
117 #define __cds_lfs_pop_all ___cds_lfs_pop_all macro
172 * Calls __cds_lfs_pop_all with an internal pop mutex held.
195 * Both __cds_lfs_pop and __cds_lfs_pop_all callers must wait for a
199 * __cds_lfs_pop_all.
201 * and __cds_lfs_pop_all callers.
203 * __cds_lfs_pop_all(). (multi-provider/single-consumer scheme).
208 * __cds_lfs_pop_all: pop all nodes from a stack
316 template<typename T> static inline struct cds_lfs_head *__cds_lfs_pop_all(T s) function
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/src/
lfstack.c 74 struct cds_lfs_head *__cds_lfs_pop_all(cds_lfs_stack_ptr_t s) function
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_lfs.c 217 head = __cds_lfs_pop_all(&s);

Completed in 33 milliseconds