Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Desp_ipc_isr.c40 static int32_t volatile s_count_of_nested_calls[portNUM_PROCESSORS] = { 0 }; variable
122 if (s_count_of_nested_calls[cpu_id]++ == 0) { in esp_ipc_isr_stall_other_cpu()
143 if (--s_count_of_nested_calls[cpu_id] == 0) { in esp_ipc_isr_release_other_cpu()
153 } else if (s_count_of_nested_calls[cpu_id] < 0) { in esp_ipc_isr_release_other_cpu()