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

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
wfstack.h 99 static inline bool ___cds_wfs_end(void *node) function
113 return ___cds_wfs_end(uatomic_load(&s->head, CMM_RELAXED));
146 return !___cds_wfs_end(old_head);
187 if (___cds_wfs_end(head)) {
197 if (state && ___cds_wfs_end(new_head))
309 if (___cds_wfs_end(head))
395 if (___cds_wfs_end(head))
411 if (___cds_wfs_end(next))
wfstack.h 99 static inline bool ___cds_wfs_end(void *node) function
113 return ___cds_wfs_end(uatomic_load(&s->head, CMM_RELAXED));
146 return !___cds_wfs_end(old_head);
187 if (___cds_wfs_end(head)) {
197 if (state && ___cds_wfs_end(new_head))
309 if (___cds_wfs_end(head))
395 if (___cds_wfs_end(head))
411 if (___cds_wfs_end(next))

Completed in 46 milliseconds