HomeSort by relevance Sort by last modified time
    Searched refs:post_iteration (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/drd/
drd_barrier.c 129 p->post_iteration = 0;
422 p ? p->post_iteration : -1,
476 tl_assert(r->sg[p->post_iteration]);
478 &r->sg[p->post_iteration]->vc);
487 * called the post *_barrier_wait() wrapper, toggle p->post_iteration and
492 p->post_iteration = 1 - p->post_iteration;
drd_clientobj.h 125 Word post_iteration; // post barrier completion count modulo two. member in struct:barrier_info

Completed in 24 milliseconds