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

  /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),
  /src/external/lgpl2/userspace-rcu/dist/src/
wfcqueue.c 122 enum cds_wfcq_ret __cds_wfcq_splice_blocking( function
urcu-call-rcu-impl.h 362 splice_ret = __cds_wfcq_splice_blocking(&cbs_tmp_head,
758 * Note: introducing __cds_wfcq_splice_blocking() in this function fixed
781 __cds_wfcq_splice_blocking(&default_call_rcu_data->cbs_head,
workqueue.c 206 splice_ret = __cds_wfcq_splice_blocking(&cbs_tmp_head,
  /src/external/mpl/bind/dist/lib/isc/
async.c 83 * __cds_wfcq_splice_blocking() assumes that synchronization is
88 * The reason we can use __cds_wfcq_splice_blocking() is that the
93 enum cds_wfcq_ret ret = __cds_wfcq_splice_blocking(
loop.c 183 enum cds_wfcq_ret ret = __cds_wfcq_splice_blocking(
322 enum cds_wfcq_ret ret = __cds_wfcq_splice_blocking(
  /src/external/mpl/bind/dist/lib/isc/include/isc/
queue.h 75 enum cds_wfcq_ret ret = __cds_wfcq_splice_blocking(
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_wfcq.c 214 ret = __cds_wfcq_splice_blocking(&tmp_head, &tmp_tail,
  /src/external/mpl/bind/dist/lib/dns/
xfrin.c 613 enum cds_wfcq_ret ret = __cds_wfcq_splice_blocking(

Completed in 23 milliseconds