HomeSort by relevance Sort by last modified time
    Searched refs:BarrierT (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/drd/
drd_barrier.h 33 #include "drd_clientreq.h" // BarrierT
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,
drd_clientreq.h 181 /* args: Addr barrier, BarrierT type, Word count, Bool reinit */
184 /* args: Addr barrier, BarrierT type */
187 /* args: Addr barrier, BarrierT type. */
190 /* args: Addr barrier, BarrierT type. */
193 /* args: Addr barrier, BarrierT type. */
196 /* args: Addr barrier, BarrierT type, Word has_waited, Word serializing */
257 } BarrierT;
drd_barrier.c 59 static const char* barrier_type_name(const BarrierT bt);
111 const BarrierT barrier_type,
193 const BarrierT barrier_type, const Word count)
227 const BarrierT barrier_type, const Word count,
289 void DRD_(barrier_destroy)(const Addr barrier, const BarrierT barrier_type)
329 const BarrierT barrier_type)
404 const BarrierT barrier_type, const Bool waited,
550 static const char* barrier_type_name(const BarrierT bt)
drd_clientobj.h 121 BarrierT barrier_type; // pthread_barrier or gomp_barrier.

Completed in 49 milliseconds