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

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfstack.h 138 #define __cds_wfs_pop_with_state_blocking \ macro
277 * __cds_wfs_pop_with_state_blocking: pop a node from the stack, with state.
283 __cds_wfs_pop_with_state_blocking(cds_wfs_stack_ptr_t u_stack,
412 __cds_wfs_pop_with_state_blocking(T s, int *state) function
414 return __cds_wfs_pop_with_state_blocking(cds_wfs_stack_cast(s), state);
  /src/external/lgpl2/userspace-rcu/dist/src/
wfstack.c 94 __cds_wfs_pop_with_state_blocking(cds_wfs_stack_ptr_t u_stack, function
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_wfs.c 188 node = __cds_wfs_pop_with_state_blocking(&s, &state);

Completed in 25 milliseconds