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 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_barrier.c 112 const BarrierT barrier_type,
118 tl_assert(barrier_type == pthread_barrier || barrier_type == gomp_barrier);
124 p->barrier_type = barrier_type;
194 const BarrierT barrier_type, const Word count)
198 tl_assert(barrier_type == pthread_barrier || barrier_type == gomp_barrier);
205 DRD_(barrier_initialize)(p, barrier, barrier_type, count);
228 const BarrierT barrier_type, const Word count
    [all...]
drd_clientobj.h 122 BarrierT barrier_type; // pthread_barrier or gomp_barrier. member in struct:barrier_info

Completed in 99 milliseconds