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 34 #include "drd_clientreq.h" // BarrierT
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,
drd_clientreq.h 182 /* args: Addr barrier, BarrierT type, Word count, Bool reinit */
185 /* args: Addr barrier, BarrierT type */
188 /* args: Addr barrier, BarrierT type. */
191 /* args: Addr barrier, BarrierT type. */
194 /* args: Addr barrier, BarrierT type. */
197 /* args: Addr barrier, BarrierT type, Word has_waited, Word serializing */
258 } BarrierT;
drd_barrier.c 60 static const char* barrier_type_name(const BarrierT bt);
112 const BarrierT barrier_type,
194 const BarrierT barrier_type, const Word count)
228 const BarrierT barrier_type, const Word count,
290 void DRD_(barrier_destroy)(const Addr barrier, const BarrierT barrier_type)
330 const BarrierT barrier_type)
405 const BarrierT barrier_type, const Bool waited,
552 static const char* barrier_type_name(const BarrierT bt)
drd_clientobj.h 122 BarrierT barrier_type; // pthread_barrier or gomp_barrier.

Completed in 910 milliseconds