Searched refs:xSemaphoreCreateMutex (Results 1 – 25 of 68) sorted by relevance
123
32 s_log_mutex = xSemaphoreCreateMutex(); in esp_log_impl_lock()43 s_log_mutex = xSemaphoreCreateMutex(); in esp_log_impl_lock_timeout()
373 .mutex = xSemaphoreCreateMutex()405 .mutex = xSemaphoreCreateMutex()447 .mutex = xSemaphoreCreateMutex()452 .mutex = xSemaphoreCreateMutex()490 .mutex = xSemaphoreCreateMutex()522 .mutex = xSemaphoreCreateMutex()553 .mutex = xSemaphoreCreateMutex()591 .mutex = xSemaphoreCreateMutex()631 .mutex = xSemaphoreCreateMutex()673 .mutex = xSemaphoreCreateMutex()[all …]
103 .mutex = xSemaphoreCreateMutex()141 .mutex = xSemaphoreCreateMutex()
143 counters[p][t].trigger_sem = xSemaphoreCreateMutex();225 SemaphoreHandle_t wake_sem = xSemaphoreCreateMutex();
19 SemaphoreHandle_t mutex = xSemaphoreCreateMutex();
83 test_objs.mux = xSemaphoreCreateMutex();
129 SemaphoreHandle_t sem = xSemaphoreCreateMutex();
46 xt_overlay_mutex = xSemaphoreCreateMutex(); in xt_overlay_init_os()
16 #define xSemaphoreCreateMutex() ((void*)(1)) macro
63 mSemaphore = xSemaphoreCreateMutex(); in init()
58 *sobj = xSemaphoreCreateMutex(); in ff_cre_syncobj()
33 *mutex = xSemaphoreCreateMutex(); in osi_mutex_new()
44 SemaphoreHandle_t printf_lock = xSemaphoreCreateMutex();
45 QueueHandle_t xSemaphoreCreateMutex(void);
750 #define xSemaphoreCreateMutex() xQueueCreateMutex( queueQUEUE_TYPE_MUTEX ) macro
31 mutex->mutex = xSemaphoreCreateMutex(); in bt_mesh_mutex_create()
47 s_static_init_mutex = xSemaphoreCreateMutex(); in static_init_prepare()
71 #define xSemaphoreCreateMutex() malloc(1) macro
46 s_list_lock = xSemaphoreCreateMutex(); in esp_netif_list_lock()
107 s_ipc_mutex[i] = xSemaphoreCreateMutex(); in esp_ipc_init()
83 QueueHandle_t xSemaphoreCreateMutex(void) in xSemaphoreCreateMutex() function
45 SemaphoreHandle_t printf_lock = xSemaphoreCreateMutex();
60 if ((s_ds_lock = xSemaphoreCreateMutex()) == NULL) { in esp_ds_conn_lock()
103 rtc_tsens_mux = xSemaphoreCreateMutex(); in temp_sensor_start()
121 rtc_tsens_mux = xSemaphoreCreateMutex(); in temp_sensor_start()