Searched refs:xSemaphoreCreateMutex (Results 1 – 21 of 21) sorted by relevance
32 s_log_mutex = xSemaphoreCreateMutex(); in esp_log_impl_lock()43 s_log_mutex = xSemaphoreCreateMutex(); in esp_log_impl_lock_timeout()
16 #define xSemaphoreCreateMutex() ((void*)(1)) macro
33 *mutex = xSemaphoreCreateMutex(); in osi_mutex_new()
31 mutex->mutex = xSemaphoreCreateMutex(); in bt_mesh_mutex_create()
38 s_list_lock = xSemaphoreCreateMutex(); in esp_netif_list_lock()
50 if ((s_ds_lock = xSemaphoreCreateMutex()) == NULL) { in esp_ds_conn_lock()
27 mutex->mutex = xSemaphoreCreateMutex(); in mbedtls_rom_mutex_init()
282 rtc_touch_mux = xSemaphoreCreateMutex(); in touch_pad_init()
321 rtc_touch_mux = xSemaphoreCreateMutex(); in touch_pad_init()
308 rtc_touch_mux = xSemaphoreCreateMutex(); in touch_pad_init()
186 return (void *)xSemaphoreCreateMutex(); in mutex_create_wrapper()
233 return (void *)xSemaphoreCreateMutex(); in mutex_create_wrapper()
242 return (void *)xSemaphoreCreateMutex(); in mutex_create_wrapper()
180 return (void *)xSemaphoreCreateMutex(); in mutex_create_wrapper()
183 return (void *)xSemaphoreCreateMutex(); in mutex_create_wrapper()
236 return (void *)xSemaphoreCreateMutex(); in mutex_create_wrapper()
485 loop->profiling_mutex = xSemaphoreCreateMutex(); in esp_event_loop_create()
1503 uart_obj->tx_mux = xSemaphoreCreateMutex(); in uart_alloc_driver_obj()1504 uart_obj->rx_mux = xSemaphoreCreateMutex(); in uart_alloc_driver_obj()
607 return (void *)xSemaphoreCreateMutex(); in mutex_create_wrapper()
661 return (void *)xSemaphoreCreateMutex(); in mutex_create_wrapper()
614 (*dma)->mux = xSemaphoreCreateMutex(); in i2s_create_dma_object()