Searched refs:interfaceLock (Results 1 – 3 of 3) sorted by relevance
139 OsalMutexInit(&interfacePool->interfaceLock); in IfInterfacePoolInit()178 OsalMutexDestroy(&interfacePool->interfaceLock); in IfFreeInterfacePool()1180 OsalMutexLock(&interfacePool->interfaceLock); in UsbReleaseInterface()1191 OsalMutexUnlock(&interfacePool->interfaceLock); in UsbReleaseInterface()1278 OsalMutexLock(&interfacePool->interfaceLock); in UsbOpenInterface()1298 OsalMutexUnlock(&interfacePool->interfaceLock); in UsbOpenInterface()1303 OsalMutexUnlock(&interfacePool->interfaceLock); in UsbOpenInterface()1363 OsalMutexLock(&interfacePool->interfaceLock); in UsbCloseCtlProcess()1376 OsalMutexUnlock(&interfacePool->interfaceLock); in UsbCloseCtlProcess()1409 OsalMutexLock(&interfacePool->interfaceLock); in UsbCloseInterface()[all …]
70 struct OsalMutex interfaceLock; member
144 std::lock_guard<std::mutex> interfaceLock(interfaceMutex_); in CameraServerDied() local