OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cds_wfcq_next_blocking
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfcqueue.h
204
#define
__cds_wfcq_next_blocking
___cds_wfcq_next_blocking
macro
459
*
__cds_wfcq_next_blocking
: get next node of a queue, without dequeuing.
473
extern struct cds_wfcq_node *
__cds_wfcq_next_blocking
(
479
*
__cds_wfcq_next_blocking
: get next node of a queue, without dequeuing.
481
* Same as
__cds_wfcq_next_blocking
, but returns CDS_WFCQ_WOULDBLOCK if
506
node =
__cds_wfcq_next_blocking
(head, tail, node))
524
n = (node ?
__cds_wfcq_next_blocking
(head, tail, node) : NULL); \
526
node = n, n = (node ?
__cds_wfcq_next_blocking
(head, tail, node) : NULL))
635
template<typename T> static inline struct cds_wfcq_node *
__cds_wfcq_next_blocking
(
function
640
return
__cds_wfcq_next_blocking
(cds_wfcq_head_cast_cpp(head), tail, node)
[
all
...]
/src/external/lgpl2/userspace-rcu/dist/src/
wfcqueue.c
156
struct cds_wfcq_node *
__cds_wfcq_next_blocking
(
function
/src/external/mpl/bind/dist/lib/isc/include/isc/
queue.h
89
isc_queue_entry(
__cds_wfcq_next_blocking
(&(queue)->head, \
Completed in 25 milliseconds
Indexes created Sun Aug 23 00:25:02 UTC 2026