Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/
Dportmacro.h103 …R_CRITICAL_NESTED() { unsigned state = XTOS_SET_INTLEVEL(XCHAL_EXCM_LEVEL); portbenchmarkINTERRUPT… in portENTER_CRITICAL_NESTED() local
104 #define portEXIT_CRITICAL_NESTED(state) do { portbenchmarkINTERRUPT_RESTORE(state); XTOS_RESTORE_… argument
108 #define portCLEAR_INTERRUPT_MASK_FROM_ISR(state) portEXIT_CRITICAL_NESTED(state) argument
Dreadme_xtensa.txt304 state, if any. Several factors influence the size of the stack required,
470 TIE state) that are part of the task context. FreeRTOS preserves all such
552 dispatchers that save relevant state and call user-definable handlers.
601 saves the current task state and sets up a C environment and enables
607 may alter the saved context, or any other system state, that allows the
699 task's state is currently in the co-processor. Co-processors are
709 restoring co-processor state (which can be quite large) and in
/Kernel-v10.6.2/
DHistory.txt247 The new function xTimerGetAutoReload() provides the auto-reload state as
340 the message buffer in an invalid state.
389 the Blocked state or not.
463 after being moved to the Blocked state. Note we were not able to
487 the heap_4 and heap_5 state.
556 active state explicitly. The change prevents the timer reporting that it
634 + Correct formatting in vTaskList() helper function when it prints the state
835 one task to force another task to immediately leave the Blocked state,
946 + Microblaze port: Previously tasks inherited the exception enable state
1206 + Previously, when a task left the Blocked state, a context switch was
[all …]