Searched refs:BarrierT (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/drd/ |
D | drd_barrier.h | 42 const BarrierT barrier_type, const Word count, 44 void DRD_(barrier_destroy)(const Addr barrier, const BarrierT barrier_type); 46 const BarrierT barrier_type); 48 const BarrierT barrier_type, const Bool waited,
|
D | drd_barrier.c | 59 static const HChar* barrier_type_name(const BarrierT bt); 111 const BarrierT barrier_type, in DRD_() 193 const BarrierT barrier_type, const Word count) in DRD_() 227 const BarrierT barrier_type, const Word count, in DRD_() 289 void DRD_(barrier_destroy)(const Addr barrier, const BarrierT barrier_type) in DRD_() 329 const BarrierT barrier_type) in DRD_() 404 const BarrierT barrier_type, const Bool waited, in DRD_() 550 static const HChar* barrier_type_name(const BarrierT bt) in barrier_type_name()
|
D | drd_clientreq.h | 273 } BarrierT; typedef
|
D | drd_clientobj.h | 122 BarrierT barrier_type; // pthread_barrier or gomp_barrier.
|