Home | History | Annotate | Download | only in drd

Lines Matching refs:Addr

31 #include "pub_tool_basics.h" /* Addr        */
41 extern Addr DRD_(pthread_cond_initializer);
49 struct cond_info* DRD_(cond_get)(const Addr cond);
50 void DRD_(cond_pre_init)(const Addr cond);
51 void DRD_(cond_post_destroy)(const Addr cond);
52 void DRD_(cond_pre_wait)(const Addr cond, const Addr mutex);
53 void DRD_(cond_post_wait)(const Addr cond);
54 void DRD_(cond_pre_signal)(const Addr cond);
55 void DRD_(cond_pre_broadcast)(const Addr cond);