Home
last modified time | relevance | path

Searched refs:rboxListLock (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_core.c129 (void)OsalMutexLock(&cntlr->rboxListLock); in CanCntlrAddRxBox()
131 (void)OsalMutexUnlock(&cntlr->rboxListLock); in CanCntlrAddRxBox()
148 (void)OsalMutexLock(&cntlr->rboxListLock); in CanCntlrDelRxBox()
152 (void)OsalMutexUnlock(&cntlr->rboxListLock); in CanCntlrDelRxBox()
156 (void)OsalMutexUnlock(&cntlr->rboxListLock); in CanCntlrDelRxBox()
165 (void)OsalMutexLock(&cntlr->rboxListLock); in CanCntlrMsgDispatch()
169 (void)OsalMutexUnlock(&cntlr->rboxListLock); in CanCntlrMsgDispatch()
H A Dcan_manager.c134 if (OsalMutexInit(&cntlr->rboxListLock) != HDF_SUCCESS) { in CanCntlrCheckAndInit()
147 (void)OsalMutexDestroy(&cntlr->rboxListLock); in CanCntlrCheckAndInit()
178 (void)OsalMutexDestroy(&cntlr->rboxListLock); in CanCntlrDeInit()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/can/
H A Dcan_core.h60 struct OsalMutex rboxListLock; member