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

  /src/external/lgpl2/userspace-rcu/dist/src/
wfstack.c 37 bool cds_wfs_empty(cds_wfs_stack_const_ptr_t u_stack) function
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfstack.h 26 * Wait-free operations: cds_wfs_push, __cds_wfs_pop_all, cds_wfs_empty,
116 #define cds_wfs_empty _cds_wfs_empty macro
171 * cds_wfs_empty: return whether wait-free stack is empty.
175 extern bool cds_wfs_empty(cds_wfs_stack_const_ptr_t u_stack);
396 template<typename T> static inline bool cds_wfs_empty(T s) function
398 return cds_wfs_empty(cds_wfs_stack_const_cast(s));

Completed in 24 milliseconds