Home
last modified time | relevance | path

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

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