HomeSort by relevance Sort by last modified time
    Searched full:barrier_participants (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/drd/tests/
pth_barrier_thr_cr.c 29 int barrier_participants = 2; local
30 int thread_count = barriers * barrier_participants;
34 res = pthread_barrier_init(s_barrier, NULL, barrier_participants);

Completed in 142 milliseconds