Searched refs:discoveryMutex (Results 1 – 2 of 2) sorted by relevance
196 chppMutexLock(&context->discoveryMutex); in chppDiscoveryProcessDiscoverAll()201 chppMutexUnlock(&context->discoveryMutex); in chppDiscoveryProcessDiscoverAll()248 chppMutexInit(&context->discoveryMutex); in chppDiscoveryInit()275 chppMutexLock(&context->discoveryMutex); in chppWaitForDiscoveryComplete()281 &context->discoveryCv, &context->discoveryMutex, in chppWaitForDiscoveryComplete()285 chppMutexUnlock(&context->discoveryMutex); in chppWaitForDiscoveryComplete()335 chppMutexLock(&context->discoveryMutex); in chppAreAllClientsMatched()338 chppMutexUnlock(&context->discoveryMutex); in chppAreAllClientsMatched()
415 struct ChppMutex discoveryMutex; member