Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/
Desp_ipc.c35 static SemaphoreHandle_t s_ipc_mutex[portNUM_PROCESSORS]; // This mutex is used as a global lock… variable
117 s_ipc_mutex[i] = xSemaphoreCreateMutexStatic(&s_ipc_mutex_buffer[i]); in esp_ipc_init()
146 xSemaphoreTake(s_ipc_mutex[cpu_id], portMAX_DELAY); in esp_ipc_call_and_wait()
149 xSemaphoreTake(s_ipc_mutex[0], portMAX_DELAY); in esp_ipc_call_and_wait()
160 xSemaphoreGive(s_ipc_mutex[cpu_id]); in esp_ipc_call_and_wait()
162 xSemaphoreGive(s_ipc_mutex[0]); in esp_ipc_call_and_wait()