Home
last modified time | relevance | path

Searched defs:mutex (Results 1 – 25 of 27) sorted by relevance

12

/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/
Dmbedtls_rom_osi.c20 static void mbedtls_rom_mutex_init( mbedtls_threading_mutex_t *mutex ) in mbedtls_rom_mutex_init()
34 static void mbedtls_rom_mutex_free( mbedtls_threading_mutex_t *mutex ) in mbedtls_rom_mutex_free()
47 static int mbedtls_rom_mutex_lock( mbedtls_threading_mutex_t *mutex ) in mbedtls_rom_mutex_lock()
63 static int mbedtls_rom_mutex_unlock( mbedtls_threading_mutex_t *mutex ) in mbedtls_rom_mutex_unlock()
Dthreading_alt.h12 SemaphoreHandle_t mutex; member
/hal_espressif-latest/components/bt/common/osi/
Dmutex.c29 int osi_mutex_new(osi_mutex_t *mutex) in osi_mutex_new()
44 int osi_mutex_lock(osi_mutex_t *mutex, uint32_t timeout) in osi_mutex_lock()
63 void osi_mutex_unlock(osi_mutex_t *mutex) in osi_mutex_unlock()
70 void osi_mutex_free(osi_mutex_t *mutex) in osi_mutex_free()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_mutex.c14 void bt_mesh_mutex_create(bt_mesh_mutex_t *mutex) in bt_mesh_mutex_create()
36 void bt_mesh_mutex_free(bt_mesh_mutex_t *mutex) in bt_mesh_mutex_free()
53 void bt_mesh_mutex_lock(bt_mesh_mutex_t *mutex) in bt_mesh_mutex_lock()
65 void bt_mesh_mutex_unlock(bt_mesh_mutex_t *mutex) in bt_mesh_mutex_unlock()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_mutex.h19 SemaphoreHandle_t mutex; member
/hal_espressif-latest/components/bt/porting/npl/freertos/src/
Dnpl_os_freertos.c345 struct ble_npl_mutex_freertos *mutex = NULL; in npl_freertos_mutex_init() local
380 struct ble_npl_mutex_freertos *mutex = (struct ble_npl_mutex_freertos *)mu->mutex; in npl_freertos_mutex_deinit() local
439 struct ble_npl_mutex_freertos *mutex = (struct ble_npl_mutex_freertos *)mu->mutex; in npl_freertos_mutex_pend() local
460 struct ble_npl_mutex_freertos *mutex = (struct ble_npl_mutex_freertos *)mu->mutex; in npl_freertos_mutex_release() local
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c236 static void mutex_delete_wrapper(void *mutex) in mutex_delete_wrapper()
241 static int32_t IRAM_ATTR mutex_lock_wrapper(void *mutex) in mutex_lock_wrapper()
246 static int32_t IRAM_ATTR mutex_unlock_wrapper(void *mutex) in mutex_unlock_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c239 static void mutex_delete_wrapper(void *mutex) in mutex_delete_wrapper()
244 static int32_t IRAM_ATTR mutex_lock_wrapper(void *mutex) in mutex_lock_wrapper()
249 static int32_t IRAM_ATTR mutex_unlock_wrapper(void *mutex) in mutex_unlock_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c245 static void mutex_delete_wrapper(void *mutex) in mutex_delete_wrapper()
250 static int32_t IRAM_ATTR mutex_lock_wrapper(void *mutex) in mutex_lock_wrapper()
255 static int32_t IRAM_ATTR mutex_unlock_wrapper(void *mutex) in mutex_unlock_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c183 static void mutex_delete_wrapper(void *mutex) in mutex_delete_wrapper()
188 static int32_t IRAM_ATTR mutex_lock_wrapper(void *mutex) in mutex_lock_wrapper()
193 static int32_t IRAM_ATTR mutex_unlock_wrapper(void *mutex) in mutex_unlock_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c189 static void mutex_delete_wrapper(void *mutex) in mutex_delete_wrapper()
194 static int32_t IRAM_ATTR mutex_lock_wrapper(void *mutex) in mutex_lock_wrapper()
199 static int32_t IRAM_ATTR mutex_unlock_wrapper(void *mutex) in mutex_unlock_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c186 static void mutex_delete_wrapper(void *mutex) in mutex_delete_wrapper()
191 static int32_t IRAM_ATTR mutex_lock_wrapper(void *mutex) in mutex_lock_wrapper()
196 static int32_t IRAM_ATTR mutex_unlock_wrapper(void *mutex) in mutex_unlock_wrapper()
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c185 static void mutex_delete_wrapper(void *mutex) in mutex_delete_wrapper()
190 static int32_t IRAM_ATTR mutex_lock_wrapper(void *mutex) in mutex_lock_wrapper()
198 static int32_t IRAM_ATTR mutex_unlock_wrapper(void *mutex) in mutex_unlock_wrapper()
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c187 static void mutex_delete_wrapper(void *mutex) in mutex_delete_wrapper()
192 static int32_t IRAM_ATTR mutex_lock_wrapper(void *mutex) in mutex_lock_wrapper()
200 static int32_t IRAM_ATTR mutex_unlock_wrapper(void *mutex) in mutex_unlock_wrapper()
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c187 static void mutex_delete_wrapper(void *mutex) in mutex_delete_wrapper()
192 static int32_t IRAM_ATTR mutex_lock_wrapper(void *mutex) in mutex_lock_wrapper()
200 static int32_t IRAM_ATTR mutex_unlock_wrapper(void *mutex) in mutex_unlock_wrapper()
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c191 static void mutex_delete_wrapper(void *mutex) in mutex_delete_wrapper()
196 static int32_t IRAM_ATTR mutex_lock_wrapper(void *mutex) in mutex_lock_wrapper()
204 static int32_t IRAM_ATTR mutex_unlock_wrapper(void *mutex) in mutex_unlock_wrapper()
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c186 static void mutex_delete_wrapper(void *mutex) in mutex_delete_wrapper()
191 static int32_t IRAM_ATTR mutex_lock_wrapper(void *mutex) in mutex_lock_wrapper()
199 static int32_t IRAM_ATTR mutex_unlock_wrapper(void *mutex) in mutex_unlock_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c216 static void mutex_delete_wrapper(void *mutex) in mutex_delete_wrapper()
221 static int32_t IRAM_ATTR mutex_lock_wrapper(void *mutex) in mutex_lock_wrapper()
229 static int32_t IRAM_ATTR mutex_unlock_wrapper(void *mutex) in mutex_unlock_wrapper()
/hal_espressif-latest/components/esp_event/private_include/
Desp_event_internal.h83 …SemaphoreHandle_t mutex; /**< mutex for updating the events… member
/hal_espressif-latest/components/esp_adc/
Dadc_oneshot.c47 _lock_t mutex; member
/hal_espressif-latest/components/esp_hw_support/
Desp_etm.c38 _lock_t mutex; // platform level mutex lock member
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c533 static void mutex_delete_wrapper(void *mutex) in mutex_delete_wrapper()
538 static int32_t mutex_lock_wrapper(void *mutex) in mutex_lock_wrapper()
546 static int32_t mutex_unlock_wrapper(void *mutex) in mutex_unlock_wrapper()
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c586 static void mutex_delete_wrapper(void *mutex) in mutex_delete_wrapper()
591 static int32_t mutex_lock_wrapper(void *mutex) in mutex_lock_wrapper()
599 static int32_t mutex_unlock_wrapper(void *mutex) in mutex_unlock_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c579 static void mutex_delete_wrapper(void *mutex) in mutex_delete_wrapper()
584 static int32_t mutex_lock_wrapper(void *mutex) in mutex_lock_wrapper()
592 static int32_t mutex_unlock_wrapper(void *mutex) in mutex_unlock_wrapper()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c610 static void mutex_delete_wrapper(void *mutex) in mutex_delete_wrapper()
615 static int mutex_lock_wrapper(void *mutex) in mutex_lock_wrapper()
620 static int mutex_unlock_wrapper(void *mutex) in mutex_unlock_wrapper()

12