Home | History | Annotate | Download | only in helgrind

Lines Matching refs:nWaiters

2146    .mx_ga is the associated mutex, when .nWaiters > 0
2157 UWord nWaiters; /* # threads waiting on the CV */
2214 if (cvi->nWaiters > 0) {
2372 if (cvi->nWaiters == 0) {
2382 cvi->nWaiters++;
2420 tl_assert(cvi->nWaiters > 0);
2434 cvi->nWaiters--;