Home
last modified time | relevance | path

Searched refs:BarrierT (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/drd/
Ddrd_barrier.h42 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,
Ddrd_barrier.c59 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()
Ddrd_clientreq.h273 } BarrierT; typedef
Ddrd_clientobj.h122 BarrierT barrier_type; // pthread_barrier or gomp_barrier.