Searched refs:nWaiters (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/helgrind/
H A Dhg_main.c2099 .mx_ga is the associated mutex, when .nWaiters > 0
2110 UWord nWaiters; /* # threads waiting on the CV */ member in struct:__anon12563
2289 if (cvi->nWaiters == 0) {
2299 cvi->nWaiters++;
2326 tl_assert(cvi->nWaiters > 0);
2340 cvi->nWaiters--;

Completed in 117 milliseconds