Lines Matching refs:hooks_spinlock
27 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()
127 portEXIT_CRITICAL(&hooks_spinlock); in esp_deregister_freertos_idle_hook()
135 portENTER_CRITICAL(&hooks_spinlock); in esp_deregister_freertos_tick_hook_for_cpu()
139 portEXIT_CRITICAL(&hooks_spinlock); in esp_deregister_freertos_tick_hook_for_cpu()
144 portENTER_CRITICAL(&hooks_spinlock); in esp_deregister_freertos_tick_hook()
148 portEXIT_CRITICAL(&hooks_spinlock); in esp_deregister_freertos_tick_hook()