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

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfcqueue.h 85 } __attribute__((__transparent_union__)) cds_wfcq_head_const_ptr_t; typedef in typeref:union:__anon23282
153 static inline cds_wfcq_head_const_ptr_t __cds_wfcq_head_const_cast(const struct __cds_wfcq_head *head)
155 cds_wfcq_head_const_ptr_t ret = { ._h = head };
163 static inline cds_wfcq_head_const_ptr_t cds_wfcq_head_const_cast(const struct cds_wfcq_head *head)
165 cds_wfcq_head_const_ptr_t ret = { .h = head };
286 extern bool cds_wfcq_empty(cds_wfcq_head_const_ptr_t head,
548 static inline cds_wfcq_head_const_ptr_t cds_wfcq_head_const_cast_cpp(const struct __cds_wfcq_head *head)
550 cds_wfcq_head_const_ptr_t ret = { ._h = head };
554 static inline cds_wfcq_head_const_ptr_t cds_wfcq_head_const_cast_cpp(const struct cds_wfcq_head *head)
556 cds_wfcq_head_const_ptr_t ret = { .h = head }
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/src/
wfcqueue.c 41 bool cds_wfcq_empty(cds_wfcq_head_const_ptr_t head,
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
wfcqueue.h 136 static inline bool _cds_wfcq_empty(cds_wfcq_head_const_ptr_t u_head,

Completed in 84 milliseconds