Lines Matching refs:e
58 OSIntrMode e = OS_DisableInterrupts(); in OS_LockMutex() local
74 (void)OS_RestoreInterrupts(e); in OS_LockMutex()
187 OSIntrMode e = OS_DisableInterrupts(); in OS_LockMutexR() local
203 (void)OS_RestoreInterrupts(e); in OS_LockMutexR()
217 OSIntrMode e = OS_DisableInterrupts(); in OS_LockMutexW() local
233 (void)OS_RestoreInterrupts(e); in OS_LockMutexW()
247 OSIntrMode e = OS_DisableInterrupts(); in OS_TryLockMutexR() local
271 (void)OS_RestoreInterrupts(e); in OS_TryLockMutexR()
286 OSIntrMode e = OS_DisableInterrupts(); in OS_TryLockMutexW() local
313 (void)OS_RestoreInterrupts(e); in OS_TryLockMutexW()
333 OSIntrMode e = OS_DisableInterrupts(); in OSi_UnlockMutexCore() local
344 (void)OS_RestoreInterrupts(e); in OSi_UnlockMutexCore()
372 (void)OS_RestoreInterrupts(e); in OSi_UnlockMutexCore()
387 (void)OS_RestoreInterrupts(e); in OSi_UnlockMutexCore()
444 OSIntrMode e = OS_DisableInterrupts(); in OS_LockMutexFromRToW() local
459 (void)OS_RestoreInterrupts(e); in OS_LockMutexFromRToW()
473 OSIntrMode e = OS_DisableInterrupts(); in OS_TryLockMutexFromRToW() local
483 (void)OS_RestoreInterrupts(e); in OS_TryLockMutexFromRToW()
499 OSIntrMode e = OS_DisableInterrupts(); in OS_LockMutexFromWToR() local
514 (void)OS_RestoreInterrupts(e); in OS_LockMutexFromWToR()
528 OSIntrMode e = OS_DisableInterrupts(); in OS_TryLockMutexFromWToR() local
538 (void)OS_RestoreInterrupts(e); in OS_TryLockMutexFromWToR()