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

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfstack.h 55 * pointer when returned by __cds_wfs_pop_blocking.
137 #define __cds_wfs_pop_blocking ___cds_wfs_pop_blocking macro
191 * Calls __cds_wfs_pop_blocking with an internal pop mutex held.
259 * __cds_wfs_pop_blocking: pop a node from the stack.
263 * __cds_wfs_pop_blocking needs to be synchronized using one of the
266 * 1) Calling __cds_wfs_pop_blocking under rcu read lock critical
270 * __cds_wfs_pop_blocking and __cds_wfs_pop_all callers.
271 * 3) Ensuring that only ONE thread can call __cds_wfs_pop_blocking()
274 extern struct cds_wfs_node *__cds_wfs_pop_blocking(cds_wfs_stack_ptr_t u_stack);
279 * Same as __cds_wfs_pop_blocking, but stores whether the stack wa
406 template<typename T> static inline struct cds_wfs_node *__cds_wfs_pop_blocking(T s) function
    [all...]
wfstack.h 55 * pointer when returned by __cds_wfs_pop_blocking.
137 #define __cds_wfs_pop_blocking ___cds_wfs_pop_blocking macro
191 * Calls __cds_wfs_pop_blocking with an internal pop mutex held.
259 * __cds_wfs_pop_blocking: pop a node from the stack.
263 * __cds_wfs_pop_blocking needs to be synchronized using one of the
266 * 1) Calling __cds_wfs_pop_blocking under rcu read lock critical
270 * __cds_wfs_pop_blocking and __cds_wfs_pop_all callers.
271 * 3) Ensuring that only ONE thread can call __cds_wfs_pop_blocking()
274 extern struct cds_wfs_node *__cds_wfs_pop_blocking(cds_wfs_stack_ptr_t u_stack);
279 * Same as __cds_wfs_pop_blocking, but stores whether the stack wa
406 template<typename T> static inline struct cds_wfs_node *__cds_wfs_pop_blocking(T s) function
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/src/
wfstack.c 88 struct cds_wfs_node *__cds_wfs_pop_blocking(cds_wfs_stack_ptr_t u_stack) function
wfstack.c 88 struct cds_wfs_node *__cds_wfs_pop_blocking(cds_wfs_stack_ptr_t u_stack) function

Completed in 185 milliseconds