Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_system/
Dfreertos_hooks.c27 static portMUX_TYPE hooks_spinlock = portMUX_INITIALIZER_UNLOCKED; variable
70 portENTER_CRITICAL(&hooks_spinlock); in esp_register_freertos_idle_hook_for_cpu()
74 portEXIT_CRITICAL(&hooks_spinlock); in esp_register_freertos_idle_hook_for_cpu()
78 portEXIT_CRITICAL(&hooks_spinlock); in esp_register_freertos_idle_hook_for_cpu()
92 portENTER_CRITICAL(&hooks_spinlock); in esp_register_freertos_tick_hook_for_cpu()
96 portEXIT_CRITICAL(&hooks_spinlock); in esp_register_freertos_tick_hook_for_cpu()
100 portEXIT_CRITICAL(&hooks_spinlock); in esp_register_freertos_tick_hook_for_cpu()
114 portENTER_CRITICAL(&hooks_spinlock); in esp_deregister_freertos_idle_hook_for_cpu()
118 portEXIT_CRITICAL(&hooks_spinlock); in esp_deregister_freertos_idle_hook_for_cpu()
123 portENTER_CRITICAL(&hooks_spinlock); in esp_deregister_freertos_idle_hook()
[all …]