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 116 const BarrierT barrier_type,
120 tl_assert(barrier_type == pthread_barrier || barrier_type == gomp_barrier);
126 p->barrier_type = barrier_type;
190 const BarrierT barrier_type, const Word count)
194 tl_assert(barrier_type == pthread_barrier || barrier_type == gomp_barrier);
201 DRD_(barrier_initialize)(p, barrier, barrier_type, count);
223 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 156 milliseconds