Home
last modified time | relevance | path

Searched refs:barrier_type (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/drd/
Ddrd_barrier.c111 const BarrierT barrier_type, in DRD_()
117 tl_assert(barrier_type == pthread_barrier || barrier_type == gomp_barrier); in DRD_()
123 p->barrier_type = barrier_type; in DRD_()
193 const BarrierT barrier_type, const Word count) in DRD_()
197 tl_assert(barrier_type == pthread_barrier || barrier_type == gomp_barrier); in DRD_()
204 DRD_(barrier_initialize)(p, barrier, barrier_type, count); in DRD_()
227 const BarrierT barrier_type, const Word count, in DRD_()
232 tl_assert(barrier_type == pthread_barrier || barrier_type == gomp_barrier); in DRD_()
244 if (! reinitialization && barrier_type == pthread_barrier) in DRD_()
258 p = DRD_(barrier_get_or_allocate)(barrier, barrier_type, count); in DRD_()
[all …]
Ddrd_barrier.h42 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,
Ddrd_clientobj.h122 BarrierT barrier_type; // pthread_barrier or gomp_barrier. member