Home
last modified time | relevance | path

Searched refs:xSemaphoreCreateMutex (Results 1 – 25 of 55) sorted by relevance

123

/hal_espressif-2.7.6/components/log/
Dlog_freertos.c35 s_log_mutex = xSemaphoreCreateMutex(); in esp_log_impl_lock()
43 s_log_mutex = xSemaphoreCreateMutex(); in esp_log_impl_lock_timeout()
/hal_espressif-2.7.6/components/esp_event/test/
Dtest_default_loop.c103 .mutex = xSemaphoreCreateMutex()
141 .mutex = xSemaphoreCreateMutex()
Dtest_event.c373 .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 …]
/hal_espressif-2.7.6/components/freertos/port/xtensa/
Dxtensa_overlay_os_hook.c46 xt_overlay_mutex = xSemaphoreCreateMutex(); in xt_overlay_init_os()
/hal_espressif-2.7.6/components/spi_flash/sim/stubs/freertos/include/freertos/
Dsemphr.h8 #define xSemaphoreCreateMutex() ((void*)(1)) macro
/hal_espressif-2.7.6/components/freertos/test/
Dtest_freertos_mutex.c19 SemaphoreHandle_t mutex = xSemaphoreCreateMutex();
Dtest_suspend_scheduler.c143 counters[p][t].trigger_sem = xSemaphoreCreateMutex();
225 SemaphoreHandle_t wake_sem = xSemaphoreCreateMutex();
Dtest_freertos_task_delete.c129 SemaphoreHandle_t sem = xSemaphoreCreateMutex();
/hal_espressif-2.7.6/components/nvs_flash/src/
Dnvs_platform.hpp59 mSemaphore = xSemaphoreCreateMutex(); in init()
/hal_espressif-2.7.6/components/fatfs/port/freertos/
Dffsystem.c58 *sobj = xSemaphoreCreateMutex(); in ff_cre_syncobj()
/hal_espressif-2.7.6/components/bt/common/osi/
Dmutex.c33 *mutex = xSemaphoreCreateMutex(); in osi_mutex_new()
/hal_espressif-2.7.6/components/newlib/test/
Dtest_shared_stack_printf.c35 SemaphoreHandle_t printf_lock = xSemaphoreCreateMutex();
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/
Dmesh_mutex.c39 mutex->mutex = xSemaphoreCreateMutex(); in bt_mesh_mutex_create()
/hal_espressif-2.7.6/components/freertos/include/freertos/
Dsemphr.h700 #define xSemaphoreCreateMutex() xQueueCreateMutex( queueQUEUE_TYPE_MUTEX ) macro
/hal_espressif-2.7.6/components/esp_ipc/
Dipc.c92 s_ipc_mutex[i] = xSemaphoreCreateMutex(); in esp_ipc_init()
/hal_espressif-2.7.6/components/cxx/
Dcxx_guards.cpp55 s_static_init_mutex = xSemaphoreCreateMutex(); in static_init_prepare()
/hal_espressif-2.7.6/components/esp_netif/
Desp_netif_objects.c46 s_list_lock = xSemaphoreCreateMutex(); in esp_netif_list_lock()
/hal_espressif-2.7.6/components/driver/esp32s2/
Drtc_tempsensor.c108 rtc_tsens_mux = xSemaphoreCreateMutex(); in temp_sensor_start()
/hal_espressif-2.7.6/docs/en/api-reference/system/
Desp_function_with_shared_stack.rst45 SemaphoreHandle_t printf_lock = xSemaphoreCreateMutex();
/hal_espressif-2.7.6/components/mbedtls/port/esp_ds/
Desp_rsa_sign_alt.c56 if ((s_ds_lock = xSemaphoreCreateMutex()) == NULL) { in esp_ds_conn_lock()
/hal_espressif-2.7.6/components/mdns/test_afl_fuzz_host/
Desp32_compat.h70 #define xSemaphoreCreateMutex() malloc(1) macro
/hal_espressif-2.7.6/components/pthread/
Dpthread.c88 s_threads_mux = xSemaphoreCreateMutex(); in esp_pthread_init()
564 mux->sem = xSemaphoreCreateMutex(); in pthread_mutex_init()
/hal_espressif-2.7.6/components/lwip/port/esp32/freertos/
Dsys_arch.c63 *pxMutex = xSemaphoreCreateMutex(); in sys_mutex_new()
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_adapter.c85 ble_mesh_node_sema = xSemaphoreCreateMutex(); in ble_mesh_node_init()
/hal_espressif-2.7.6/examples/peripherals/i2c/i2c_self_test/main/
Di2c_example_main.c291 print_mux = xSemaphoreCreateMutex(); in app_main()

123