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

  /src/external/lgpl2/userspace-rcu/dist/src/
wfcqueue.c 122 enum cds_wfcq_ret __cds_wfcq_splice_blocking( function
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfcqueue.h 202 #define __cds_wfcq_splice_blocking ___cds_wfcq_splice_blocking macro
403 * __cds_wfcq_splice_blocking: enqueue all src_q nodes at the end of dest_q.
412 extern enum cds_wfcq_ret __cds_wfcq_splice_blocking(
421 * Same as __cds_wfcq_splice_blocking, but returns
599 template<typename T, typename U> static inline enum cds_wfcq_ret __cds_wfcq_splice_blocking( function
605 return __cds_wfcq_splice_blocking(cds_wfcq_head_cast_cpp(dest_q_head),

Completed in 13 milliseconds