Searched refs:devSvcStubMutex (Results 1 – 2 of 2) sorted by relevance
187 OsalMutexLock(&stub->devSvcStubMutex); in ObtainServiceObject()189 OsalMutexUnlock(&stub->devSvcStubMutex); in ObtainServiceObject()198 OsalMutexLock(&stub->devSvcStubMutex); in ReleaseServiceObject()200 OsalMutexUnlock(&stub->devSvcStubMutex); in ReleaseServiceObject()216 OsalMutexUnlock(&stub->devSvcStubMutex); in ReleaseServiceObject()347 OsalMutexLock(&stub->devSvcStubMutex); in DevSvcManagerStubGetService()433 OsalMutexLock(&stub->devSvcStubMutex); in DevSvcManagerStubRemoveService()452 OsalMutexUnlock(&stub->devSvcStubMutex); in DevSvcManagerStubRemoveService()574 OsalMutexLock(&stub->devSvcStubMutex); in DevSvcManagerOnServiceDied()587 OsalMutexUnlock(&stub->devSvcStubMutex); in DevSvcManagerOnServiceDied()[all …]
36 struct OsalMutex devSvcStubMutex; member