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 127 p->post_iteration = 0;
419 barrier, p ? p->post_iteration : -1,
435 oset = p->oset[p->post_iteration & 1];
437 if (p->pre_iteration - p->post_iteration > 1) {
493 * called the post *_barrier_wait() wrapper, toggle p->post_iteration and
498 p->post_iteration++;
drd_clientobj.h 125 Word post_iteration; // post barrier completion count modulo two. member in struct:barrier_info

Completed in 94 milliseconds