Searched defs:barrier_type (Results 1 - 2 of 2) sorted by relevance
/external/valgrind/drd/ |
H A D | 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, cons 109 barrier_initialize(struct barrier_info* const p, const Addr barrier, const BarrierT barrier_type, const Word count) argument 192 barrier_get_or_allocate(const Addr barrier, const BarrierT barrier_type, const Word count) argument 226 barrier_init(const Addr barrier, const BarrierT barrier_type, const Word count, const Bool reinitialization) argument 289 barrier_destroy(const Addr barrier, const BarrierT barrier_type) argument 328 barrier_pre_wait(const DrdThreadId tid, const Addr barrier, const BarrierT barrier_type) argument 403 barrier_post_wait(const DrdThreadId tid, const Addr barrier, const BarrierT barrier_type, const Bool waited, const Bool serializing) argument [all...] |
H A D | drd_clientobj.h | 122 BarrierT barrier_type; // pthread_barrier or gomp_barrier. member in struct:barrier_info
|
Completed in 57 milliseconds