Searched refs:rboxListLock (Results 1 – 3 of 3) sorted by relevance
129 (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()
134 if (OsalMutexInit(&cntlr->rboxListLock) != HDF_SUCCESS) { in CanCntlrCheckAndInit()147 (void)OsalMutexDestroy(&cntlr->rboxListLock); in CanCntlrCheckAndInit()178 (void)OsalMutexDestroy(&cntlr->rboxListLock); in CanCntlrDeInit()
60 struct OsalMutex rboxListLock; member