Home
last modified time | relevance | path

Searched refs:hostLock (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevhost_service_clnt.c29 OsalMutexLock(&hostClnt->hostLock); in DevHostServiceClntInstallDriver()
32 OsalMutexUnlock(&hostClnt->hostLock); in DevHostServiceClntInstallDriver()
61 OsalMutexUnlock(&hostClnt->hostLock); in DevHostServiceClntInstallDriver()
75 if (OsalMutexInit(&hostClnt->hostLock) != HDF_SUCCESS) { in DevHostServiceClntConstruct()
108 OsalMutexDestroy(&hostClnt->hostLock); in DevHostServiceClntFreeInstance()
H A Ddevmgr_service.c111 OsalMutexLock(&hostClnt->hostLock); in DevmgrServiceLoadDevice()
113 OsalMutexUnlock(&hostClnt->hostLock); in DevmgrServiceLoadDevice()
118 OsalMutexLock(&hostClnt->hostLock); in DevmgrServiceLoadDevice()
122 OsalMutexUnlock(&hostClnt->hostLock); in DevmgrServiceLoadDevice()
127 OsalMutexUnlock(&hostClnt->hostLock); in DevmgrServiceLoadDevice()
162 OsalMutexLock(&hostClnt->hostLock); in DevmgrServiceUnloadDevice()
164 OsalMutexUnlock(&hostClnt->hostLock); in DevmgrServiceUnloadDevice()
170 OsalMutexUnlock(&hostClnt->hostLock); in DevmgrServiceUnloadDevice()
176 OsalMutexUnlock(&hostClnt->hostLock); in DevmgrServiceUnloadDevice()
181 OsalMutexUnlock(&hostClnt->hostLock); in DevmgrServiceUnloadDevice()
[all …]
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_service_full.c30 OsalMutexLock(&hostClnt->hostLock); in CleanupDiedHostResources()
51 OsalMutexUnlock(&hostClnt->hostLock); in CleanupDiedHostResources()
/ohos5.0/drivers/hdf_core/framework/core/manager/include/
H A Ddevhost_service_clnt.h24 struct OsalMutex hostLock; member