Searched refs:mPassCount (Results 1 – 1 of 1) sorted by relevance
53 mPassCount(0) in mOpen()66 mPassCount = waitId; // let me through in wait()88 mPassCount = mWaitCount; // allow waiting threads to go through in openGate()120 size_t mPassCount; // total number of threads passed the gate. variable126 return mWaitCount - mPassCount; in waiters_l()131 return (ssize_t)(waitId - mPassCount) <= 0; in passedGate_l()