Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c117 UINT suspend_ISR2 = TX_TRUE; /* This flag must be TX_FAL… variable
3465 suspend_ISR2++; in SuspendAllInterrupts()
3513 if (suspend_ISR2 != 0u) in ResumeAllInterrupts()
3515 suspend_ISR2--; in ResumeAllInterrupts()
3518 if (suspend_ISR2 == 0u) in ResumeAllInterrupts()
3661 suspend_ISR2++; in SuspendOSInterrupts()
3706 if (suspend_ISR2 != 0u) in ResumeOSInterrupts()
3708 suspend_ISR2--; in ResumeOSInterrupts()
3711 if (suspend_ISR2 == 0u) in ResumeOSInterrupts()
6062 suspend_ISR2 = TX_FALSE; in osek_system_manager_entry()
[all …]