Home
last modified time | relevance | path

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

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