Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_system/
Desp_ipc.c32 static SemaphoreHandle_t s_ipc_mutex[portNUM_PROCESSORS]; // This mutex is used as a global lock… variable
119 s_ipc_mutex[i] = xSemaphoreCreateMutexStatic(&s_ipc_mutex_buffer[i]); in esp_ipc_init()
148 xSemaphoreTake(s_ipc_mutex[cpu_id], portMAX_DELAY); in esp_ipc_call_and_wait()
151 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()