Home
last modified time | relevance | path

Searched defs:barrier_info (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/drd/
Ddrd_clientobj.h115 struct barrier_info struct
117 Addr a1;
118 ObjType type;
119 void (*cleanup)(union drd_clientobj*);
120 void (*delete_thread)(union drd_clientobj*, DrdThreadId);
121 ExeContext* first_observed_at;
122 BarrierT barrier_type; // pthread_barrier or gomp_barrier.
123 Word count; // Participant count in a barrier wait.
124 Word pre_iteration; // pre barrier completion count modulo two.
125 Word post_iteration; // post barrier completion count modulo two.
[all …]