Searched refs:wList1 (Results 1 – 2 of 2) sorted by relevance
29 Wait(wList1, SharedMutexWaitType::WRITE); in Lock()54 Wait(wList1, SharedMutexWaitType::READ); in LockShared()77 NotifyAll(wList1); in Unlock()89 NotifyOne(wList1); in Unlock()90 } else if (!wList1.Empty()) { in Unlock()91 NotifyAll(wList1); in Unlock()
39 LinkedList wList1; variable