Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_service_full.c71 OsalMutexLock(&inst->super.devMgrMutex); in DevmgrServiceFullOnDeviceHostDied()
81 OsalMutexUnlock(&inst->super.devMgrMutex); in DevmgrServiceFullOnDeviceHostDied()
/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Ddevmgr_service_start.c80 OsalMutexLock(&devMgrSvc->devMgrMutex); in DeviceManagerDispatch()
103 OsalMutexUnlock(&devMgrSvc->devMgrMutex); in DeviceManagerDispatch()
/ohos5.0/drivers/hdf_core/framework/core/manager/include/
H A Ddevmgr_service.h19 struct OsalMutex devMgrMutex; member
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevmgr_service.c461 if (OsalMutexInit(&inst->devMgrMutex) != HDF_SUCCESS) { in DevmgrServiceConstruct()
517 OsalMutexDestroy(&devmgrService->devMgrMutex); in DevmgrServiceRelease()