Searched refs:xSemaphoreCreateMutex (Results 1 – 25 of 55) sorted by relevance
123
35 s_log_mutex = xSemaphoreCreateMutex(); in esp_log_impl_lock()43 s_log_mutex = xSemaphoreCreateMutex(); in esp_log_impl_lock_timeout()
103 .mutex = xSemaphoreCreateMutex()141 .mutex = xSemaphoreCreateMutex()
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 …]
46 xt_overlay_mutex = xSemaphoreCreateMutex(); in xt_overlay_init_os()
8 #define xSemaphoreCreateMutex() ((void*)(1)) macro
19 SemaphoreHandle_t mutex = xSemaphoreCreateMutex();
143 counters[p][t].trigger_sem = xSemaphoreCreateMutex();225 SemaphoreHandle_t wake_sem = xSemaphoreCreateMutex();
129 SemaphoreHandle_t sem = xSemaphoreCreateMutex();
59 mSemaphore = xSemaphoreCreateMutex(); in init()
58 *sobj = xSemaphoreCreateMutex(); in ff_cre_syncobj()
33 *mutex = xSemaphoreCreateMutex(); in osi_mutex_new()
35 SemaphoreHandle_t printf_lock = xSemaphoreCreateMutex();
39 mutex->mutex = xSemaphoreCreateMutex(); in bt_mesh_mutex_create()
700 #define xSemaphoreCreateMutex() xQueueCreateMutex( queueQUEUE_TYPE_MUTEX ) macro
92 s_ipc_mutex[i] = xSemaphoreCreateMutex(); in esp_ipc_init()
55 s_static_init_mutex = xSemaphoreCreateMutex(); in static_init_prepare()
46 s_list_lock = xSemaphoreCreateMutex(); in esp_netif_list_lock()
108 rtc_tsens_mux = xSemaphoreCreateMutex(); in temp_sensor_start()
45 SemaphoreHandle_t printf_lock = xSemaphoreCreateMutex();
56 if ((s_ds_lock = xSemaphoreCreateMutex()) == NULL) { in esp_ds_conn_lock()
70 #define xSemaphoreCreateMutex() malloc(1) macro
88 s_threads_mux = xSemaphoreCreateMutex(); in esp_pthread_init()564 mux->sem = xSemaphoreCreateMutex(); in pthread_mutex_init()
63 *pxMutex = xSemaphoreCreateMutex(); in sys_mutex_new()
85 ble_mesh_node_sema = xSemaphoreCreateMutex(); in ble_mesh_node_init()
291 print_mux = xSemaphoreCreateMutex(); in app_main()