HomeSort by: relevance | last modified time | path
    Searched defs:cds_wfs_pop_blocking (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/src/
wfstack.c 47 struct cds_wfs_node *cds_wfs_pop_blocking(struct cds_wfs_stack *s) function
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfstack.h 120 #define cds_wfs_pop_blocking _cds_wfs_pop_blocking macro
189 * cds_wfs_pop_blocking: pop a node from the stack.
193 extern struct cds_wfs_node *cds_wfs_pop_blocking(struct cds_wfs_stack *s);
198 * Same as cds_wfs_pop_blocking, but stores whether the stack was

Completed in 23 milliseconds