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

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
wfstack.h 103 } __attribute__((__transparent_union__)) cds_wfs_stack_const_ptr_t; typedef in typeref:union:__anon23284
175 extern bool cds_wfs_empty(cds_wfs_stack_const_ptr_t u_stack);
380 static inline cds_wfs_stack_const_ptr_t cds_wfs_stack_const_cast(const struct __cds_wfs_stack *s)
382 cds_wfs_stack_const_ptr_t ret = {
388 static inline cds_wfs_stack_const_ptr_t cds_wfs_stack_const_cast(const struct cds_wfs_stack *s)
390 cds_wfs_stack_const_ptr_t ret = {
  /src/external/lgpl2/userspace-rcu/dist/src/
wfstack.c 37 bool cds_wfs_empty(cds_wfs_stack_const_ptr_t u_stack)
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
wfstack.h 109 static inline bool _cds_wfs_empty(cds_wfs_stack_const_ptr_t u_stack)

Completed in 26 milliseconds