Home
last modified time | relevance | path

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

123

/hal_espressif-3.6.0/components/log/
Dlog_freertos.c32 s_log_mutex = xSemaphoreCreateMutex(); in esp_log_impl_lock()
43 s_log_mutex = xSemaphoreCreateMutex(); in esp_log_impl_lock_timeout()
/hal_espressif-3.6.0/components/esp_event/test/
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 …]
Dtest_default_loop.c103 .mutex = xSemaphoreCreateMutex()
141 .mutex = xSemaphoreCreateMutex()
/hal_espressif-3.6.0/components/freertos/test/
Dtest_suspend_scheduler.c143 counters[p][t].trigger_sem = xSemaphoreCreateMutex();
225 SemaphoreHandle_t wake_sem = xSemaphoreCreateMutex();
Dtest_freertos_mutex.c19 SemaphoreHandle_t mutex = xSemaphoreCreateMutex();
Dtest_freertos_task_utilities.c83 test_objs.mux = xSemaphoreCreateMutex();
Dtest_freertos_task_delete.c129 SemaphoreHandle_t sem = xSemaphoreCreateMutex();
/hal_espressif-3.6.0/components/freertos/port/xtensa/
Dxtensa_overlay_os_hook.c46 xt_overlay_mutex = xSemaphoreCreateMutex(); in xt_overlay_init_os()
/hal_espressif-3.6.0/components/spi_flash/sim/stubs/freertos/include/freertos/
Dsemphr.h16 #define xSemaphoreCreateMutex() ((void*)(1)) macro
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_platform.hpp63 mSemaphore = xSemaphoreCreateMutex(); in init()
/hal_espressif-3.6.0/components/fatfs/port/freertos/
Dffsystem.c58 *sobj = xSemaphoreCreateMutex(); in ff_cre_syncobj()
/hal_espressif-3.6.0/components/bt/common/osi/
Dmutex.c33 *mutex = xSemaphoreCreateMutex(); in osi_mutex_new()
/hal_espressif-3.6.0/components/newlib/test/
Dtest_shared_stack_printf.c44 SemaphoreHandle_t printf_lock = xSemaphoreCreateMutex();
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/include/freertos/
Dtask.h45 QueueHandle_t xSemaphoreCreateMutex(void);
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dsemphr.h750 #define xSemaphoreCreateMutex() xQueueCreateMutex( queueQUEUE_TYPE_MUTEX ) macro
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/
Dmesh_mutex.c31 mutex->mutex = xSemaphoreCreateMutex(); in bt_mesh_mutex_create()
/hal_espressif-3.6.0/components/cxx/
Dcxx_guards.cpp47 s_static_init_mutex = xSemaphoreCreateMutex(); in static_init_prepare()
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Desp32_mock.h71 #define xSemaphoreCreateMutex() malloc(1) macro
/hal_espressif-3.6.0/components/esp_netif/
Desp_netif_objects.c46 s_list_lock = xSemaphoreCreateMutex(); in esp_netif_list_lock()
/hal_espressif-3.6.0/components/esp_ipc/src/
Desp_ipc.c107 s_ipc_mutex[i] = xSemaphoreCreateMutex(); in esp_ipc_init()
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/
Dfreertos_linux.c83 QueueHandle_t xSemaphoreCreateMutex(void) in xSemaphoreCreateMutex() function
/hal_espressif-3.6.0/docs/en/api-reference/system/
Desp_function_with_shared_stack.rst45 SemaphoreHandle_t printf_lock = xSemaphoreCreateMutex();
/hal_espressif-3.6.0/components/mbedtls/port/esp_ds/
Desp_rsa_sign_alt.c60 if ((s_ds_lock = xSemaphoreCreateMutex()) == NULL) { in esp_ds_conn_lock()
/hal_espressif-3.6.0/components/driver/esp32s3/
Drtc_tempsensor.c103 rtc_tsens_mux = xSemaphoreCreateMutex(); in temp_sensor_start()
/hal_espressif-3.6.0/components/driver/esp32s2/
Drtc_tempsensor.c121 rtc_tsens_mux = xSemaphoreCreateMutex(); in temp_sensor_start()

123