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

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
call-rcu.h 67 pthread_t get_call_rcu_thread(struct call_rcu_data *crdp);
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/map/
clear.h 37 #undef get_call_rcu_thread macro
urcu-bp.h 39 #define get_call_rcu_thread urcu_bp_get_call_rcu_thread macro
urcu-mb.h 37 #define get_call_rcu_thread urcu_mb_get_call_rcu_thread macro
urcu-memb.h 37 #define get_call_rcu_thread urcu_memb_get_call_rcu_thread macro
urcu-qsbr.h 36 #define get_call_rcu_thread urcu_qsbr_get_call_rcu_thread macro
  /src/external/lgpl2/userspace-rcu/dist/src/
urcu-call-rcu-impl.h 486 pthread_t get_call_rcu_thread(struct call_rcu_data *crdp) function
795 ret = pthread_join(get_call_rcu_thread(crdp), NULL);

Completed in 30 milliseconds