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

  /external/valgrind/main/drd/
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,
drd_barrier.c 111 const BarrierT barrier_type,
117 tl_assert(barrier_type == pthread_barrier || barrier_type == gomp_barrier);
123 p->barrier_type = barrier_type;
193 const BarrierT barrier_type, const Word count)
197 tl_assert(barrier_type == pthread_barrier || barrier_type == gomp_barrier);
204 DRD_(barrier_initialize)(p, barrier, barrier_type, count);
227 const BarrierT barrier_type, const Word count
    [all...]
drd_clientobj.h 121 BarrierT barrier_type; // pthread_barrier or gomp_barrier. member in struct:barrier_info

Completed in 513 milliseconds