/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/ |
D | mbedtls_rom_osi.c | 20 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()
|
D | threading_alt.h | 12 SemaphoreHandle_t mutex; member
|
/hal_espressif-latest/components/bt/common/osi/ |
D | mutex.c | 29 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/ |
D | mesh_mutex.c | 14 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/ |
D | mesh_mutex.h | 19 SemaphoreHandle_t mutex; member
|
/hal_espressif-latest/components/bt/porting/npl/freertos/src/ |
D | npl_os_freertos.c | 345 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/ |
D | esp_adapter.c | 236 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/ |
D | esp_adapter.c | 239 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/ |
D | esp_adapter.c | 245 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/ |
D | esp_adapter.c | 183 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/ |
D | esp_adapter.c | 189 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/ |
D | esp_adapter.c | 186 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/ |
D | esp_wifi_adapter.c | 185 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/ |
D | esp_wifi_adapter.c | 187 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/ |
D | esp_wifi_adapter.c | 187 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/ |
D | esp_wifi_adapter.c | 191 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/ |
D | esp_wifi_adapter.c | 186 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/ |
D | esp_wifi_adapter.c | 216 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/ |
D | esp_event_internal.h | 83 …SemaphoreHandle_t mutex; /**< mutex for updating the events… member
|
/hal_espressif-latest/components/esp_adc/ |
D | adc_oneshot.c | 47 _lock_t mutex; member
|
/hal_espressif-latest/components/esp_hw_support/ |
D | esp_etm.c | 38 _lock_t mutex; // platform level mutex lock member
|
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 533 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/ |
D | esp_bt_adapter.c | 586 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/ |
D | esp_bt_adapter.c | 579 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/ |
D | bt.c | 610 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()
|