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 126 p->post_iteration = 0;
418 barrier, p ? p->post_iteration : -1,
434 oset = p->oset[p->post_iteration & 1];
436 if (p->pre_iteration - p->post_iteration > 1) {
491 * called the post *_barrier_wait() wrapper, toggle p->post_iteration and
496 p->post_iteration++;
drd_clientobj.h 124 Word post_iteration; // post barrier completion count modulo two. member in struct:barrier_info

Completed in 124 milliseconds