Searched refs:BarrierT (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/drd/ |
D | drd_barrier.h | 43 const BarrierT barrier_type, const Word count, 45 void DRD_(barrier_destroy)(const Addr barrier, const BarrierT barrier_type); 47 const BarrierT barrier_type); 49 const BarrierT barrier_type, const Bool waited,
|
D | drd_barrier.c | 60 static const char* barrier_type_name(const BarrierT bt); 112 const BarrierT barrier_type, in DRD_() 194 const BarrierT barrier_type, const Word count) in DRD_() 228 const BarrierT barrier_type, const Word count, in DRD_() 290 void DRD_(barrier_destroy)(const Addr barrier, const BarrierT barrier_type) in DRD_() 330 const BarrierT barrier_type) in DRD_() 405 const BarrierT barrier_type, const Bool waited, in DRD_() 552 static const char* barrier_type_name(const BarrierT bt) in barrier_type_name()
|
D | drd_clientreq.h | 258 } BarrierT; typedef
|
D | drd_clientobj.h | 122 BarrierT barrier_type; // pthread_barrier or gomp_barrier.
|