HomeSort by: relevance | last modified time | path
    Searched refs:__cds_lfs_pop (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
33 * __cds_lfs_pop - X X
116 #define __cds_lfs_pop ___cds_lfs_pop macro
165 * Calls __cds_lfs_pop with an internal pop mutex held.
187 * __cds_lfs_pop: pop a node from the stack.
191 * __cds_lfs_pop needs to be synchronized using one of the following
194 * 1) Calling __cds_lfs_pop under rcu read lock critical section.
195 * Both __cds_lfs_pop and __cds_lfs_pop_all callers must wait for a
198 * of cds_lfs_node immediately after __cds_lfs_pop and
200 * 2) Using mutual exclusion (e.g. mutexes) to protect __cds_lfs_pop
311 template<typename T> static inline struct cds_lfs_node *__cds_lfs_pop(T s) function
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/src/
lfstack.c 69 struct cds_lfs_node *__cds_lfs_pop(cds_lfs_stack_ptr_t s) function
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_lfs.c 192 snode = __cds_lfs_pop(&s);
287 snode = __cds_lfs_pop(&s);

Completed in 24 milliseconds