Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_system/port/arch/riscv/
Dexpression_with_stack.c22 static void *current_task_stack = NULL; variable
34 current_task_stack = current->pxDummy6; in esp_switch_stack_setup()
68 current->pxDummy6 = (StackType_t *)current_task_stack; in esp_execute_shared_stack_function()
/hal_espressif-3.6.0/components/esp_system/port/arch/xtensa/
Dexpression_with_stack.c26 static void *current_task_stack = NULL; variable
38 current_task_stack = current->pxDummy6; in esp_switch_stack_setup()
77 current->pxDummy6 = (StackType_t *)current_task_stack; in esp_execute_shared_stack_function()