Searched refs:profiling_mutex (Results 1 – 2 of 2) sorted by relevance
145 xSemaphoreTake(loop->profiling_mutex, portMAX_DELAY); in handler_execute()161 xSemaphoreGive(loop->profiling_mutex); in handler_execute()485 loop->profiling_mutex = xSemaphoreCreateMutex(); in esp_event_loop_create()486 if (loop->profiling_mutex == NULL) { in esp_event_loop_create()538 if (loop->profiling_mutex != NULL) { in esp_event_loop_create()539 vSemaphoreDelete(loop->profiling_mutex); in esp_event_loop_create()650 SemaphoreHandle_t loop_profiling_mutex = loop->profiling_mutex; in esp_event_loop_delete()656 xSemaphoreTake(loop->profiling_mutex, portMAX_DELAY); in esp_event_loop_delete()
89 … SemaphoreHandle_t profiling_mutex; /**< mutex used for profiliing */ member