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

  /external/valgrind/main/drd/
drd_barrier.c 128 p->pre_iteration = 0;
369 p->pre_iteration);
377 DRD_(barrier_thread_initialize)(q, tid, p->pre_iteration);
389 DRD_(thread_get_latest_segment)(&q->sg[p->pre_iteration], tid);
393 * called the pre *_barrier_wait() wrapper, toggle p->pre_iteration and
398 p->pre_iteration = 1 - p->pre_iteration;
453 DRD_(barrier_thread_initialize)(q, tid, p->pre_iteration);
drd_clientobj.h 124 Word pre_iteration; // pre barrier completion count modulo two. member in struct:barrier_info

Completed in 25 milliseconds