Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c118 UINT suspend_ISR2 = TX_TRUE; /* This flag must be TX_FAL… variable
3466 suspend_ISR2++; in SuspendAllInterrupts()
3514 if (suspend_ISR2 != 0u) in ResumeAllInterrupts()
3516 suspend_ISR2--; in ResumeAllInterrupts()
3519 if (suspend_ISR2 == 0u) in ResumeAllInterrupts()
3662 suspend_ISR2++; in SuspendOSInterrupts()
3707 if (suspend_ISR2 != 0u) in ResumeOSInterrupts()
3709 suspend_ISR2--; in ResumeOSInterrupts()
3712 if (suspend_ISR2 == 0u) in ResumeOSInterrupts()
6063 suspend_ISR2 = TX_FALSE; in osek_system_manager_entry()
[all …]