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

  /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));
  /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/tests/unit/
test_build.c 69 ok(cds_wfs_empty(&s), "cds_lfs_empty");
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_wfs.c 468 while (!cds_wfs_empty(&s)) {

Completed in 28 milliseconds