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

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfcqueue.h 215 #define __cds_wfcq_first_nonblocking ___cds_wfcq_first_nonblocking macro
449 * __cds_wfcq_first_nonblocking: get first node of a queue, without dequeuing.
454 extern struct cds_wfcq_node *__cds_wfcq_first_nonblocking(
629 template<typename T> static inline struct cds_wfcq_node *__cds_wfcq_first_nonblocking( function
632 return __cds_wfcq_first_nonblocking(cds_wfcq_head_cast_cpp(head), tail);
  /src/external/lgpl2/userspace-rcu/dist/src/
wfcqueue.c 149 struct cds_wfcq_node *__cds_wfcq_first_nonblocking( function

Completed in 14 milliseconds