Searched refs:observerMutex (Results 1 – 2 of 2) sorted by relevance
24 if (OsalMutexInit(&observer->observerMutex) != HDF_SUCCESS) { in HdfServiceObserverConstruct()35 OsalMutexDestroy(&observer->observerMutex); in HdfServiceObserverDestruct()63 OsalMutexLock(&observer->observerMutex); in HdfServiceObserverSubscribeService()65 OsalMutexUnlock(&observer->observerMutex); in HdfServiceObserverSubscribeService()104 OsalMutexLock(&observer->observerMutex); in HdfServiceObserverPublishService()106 OsalMutexUnlock(&observer->observerMutex); in HdfServiceObserverPublishService()125 OsalMutexLock(&observer->observerMutex); in HdfServiceObserverRemoveRecord()127 OsalMutexUnlock(&observer->observerMutex); in HdfServiceObserverRemoveRecord()
19 struct OsalMutex observerMutex; member