Searched refs:s_ipc_mutex (Results 1 – 1 of 1) sorted by relevance
32 static SemaphoreHandle_t s_ipc_mutex[portNUM_PROCESSORS]; // This mutex is used as a global lock… variable119 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()