Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_spinLock.c411 OSIntrMode lastInterrupts; in OSi_DoUnlockByWord() local
421 lastInterrupts = (disableFIQ) ? OS_DisableInterrupts_IrqAndFiq() : OS_DisableInterrupts(); in OSi_DoUnlockByWord()
433 (void)OS_RestoreInterrupts_IrqAndFiq(lastInterrupts); in OSi_DoUnlockByWord()
437 (void)OS_RestoreInterrupts(lastInterrupts); in OSi_DoUnlockByWord()
505 OSIntrMode lastInterrupts; in OSi_DoTryLockByWord() local
510 lastInterrupts = (disableFIQ) ? OS_DisableInterrupts_IrqAndFiq() : OS_DisableInterrupts(); in OSi_DoTryLockByWord()
526 (void)OS_RestoreInterrupts_IrqAndFiq(lastInterrupts); in OSi_DoTryLockByWord()
530 (void)OS_RestoreInterrupts(lastInterrupts); in OSi_DoTryLockByWord()