| /hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/ |
| D | sha.c | 59 static SemaphoreHandle_t engine_states[3]; 105 static SemaphoreHandle_t sha_get_engine_state(esp_sha_type sha_type) in sha_get_engine_state() 108 volatile SemaphoreHandle_t *engine = &engine_states[idx]; in sha_get_engine_state() 109 SemaphoreHandle_t result = *engine; in sha_get_engine_state() 113 SemaphoreHandle_t new_engine = xSemaphoreCreateBinary(); in sha_get_engine_state() 141 SemaphoreHandle_t engine_state = sha_get_engine_state(sha_type); in esp_sha_lock_engine_common() 168 SemaphoreHandle_t engine_state = sha_get_engine_state(sha_type); in esp_sha_unlock_engine() 189 SemaphoreHandle_t engine_state = sha_get_engine_state(sha_type); in esp_sha_read_digest_state() 209 SemaphoreHandle_t engine_state = sha_get_engine_state(sha_type); in esp_sha_block()
|
| /hal_espressif-latest/components/newlib/ |
| D | locks.c | 64 SemaphoreHandle_t new_sem = xQueueCreateMutex(mutex_type); in lock_init_generic() 96 SemaphoreHandle_t h = (SemaphoreHandle_t)(*lock); in _lock_close() 112 SemaphoreHandle_t h = (SemaphoreHandle_t)(*lock); in lock_acquire_generic() 119 h = (SemaphoreHandle_t)(*lock); in lock_acquire_generic() 176 SemaphoreHandle_t h = (SemaphoreHandle_t)(*lock); in lock_release_generic() 361 SemaphoreHandle_t handle; in esp_newlib_locks_init() 363 assert(handle == (SemaphoreHandle_t) &s_common_mutex); in esp_newlib_locks_init() 365 assert(handle == (SemaphoreHandle_t) &s_common_recursive_mutex); in esp_newlib_locks_init()
|
| /hal_espressif-latest/components/esp_event/private_include/ |
| D | esp_event_internal.h | 83 …SemaphoreHandle_t mutex; /**< mutex for updating the events… 89 … SemaphoreHandle_t profiling_mutex; /**< mutex used for profiliing */
|
| /hal_espressif-latest/components/bt/esp_ble_mesh/api/core/ |
| D | esp_ble_mesh_common_api.c | 20 SemaphoreHandle_t semaphore = NULL; in esp_ble_mesh_init() 68 SemaphoreHandle_t semaphore = NULL; in esp_ble_mesh_deinit()
|
| /hal_espressif-latest/components/esp_system/ |
| D | esp_ipc.c | 35 static SemaphoreHandle_t s_ipc_mutex[portNUM_PROCESSORS]; // This mutex is used as a global lock… 36 static SemaphoreHandle_t s_ipc_ack[portNUM_PROCESSORS]; // Semaphore used to acknowledge that … 76 SemaphoreHandle_t ipc_ack = s_ipc_ack[cpuid]; in ipc_task()
|
| /hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/ |
| D | npl_freertos.h | 56 SemaphoreHandle_t handle; 60 SemaphoreHandle_t handle;
|
| /hal_espressif-latest/components/spi_flash/sim/stubs/freertos/include/freertos/ |
| D | semphr.h | 20 typedef void* SemaphoreHandle_t; typedef
|
| /hal_espressif-latest/components/mbedtls/port/mbedtls_rom/ |
| D | threading_alt.h | 12 SemaphoreHandle_t mutex;
|
| /hal_espressif-latest/components/esp_system/include/ |
| D | esp_expression_with_stack.h | 41 void esp_execute_shared_stack_function(SemaphoreHandle_t lock,
|
| /hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/ |
| D | mesh_mutex.h | 19 SemaphoreHandle_t mutex;
|
| /hal_espressif-latest/components/bt/common/osi/include/osi/ |
| D | semaphore.h | 29 typedef SemaphoreHandle_t osi_sem_t;
|
| D | mutex.h | 33 typedef SemaphoreHandle_t osi_mutex_t;
|
| /hal_espressif-latest/components/bt/controller/esp32/ |
| D | hli_api.h | 117 hli_queue_handle_t hli_semaphore_create(size_t max_count, SemaphoreHandle_t downstream);
|
| D | hli_api.c | 149 res = xSemaphoreGiveFromISR((SemaphoreHandle_t) queue->downstream, &do_yield); in queue_isr_handler() 245 hli_queue_handle_t hli_semaphore_create(size_t max_count, SemaphoreHandle_t downstream) in hli_semaphore_create()
|
| /hal_espressif-latest/components/esp_system/port/arch/xtensa/ |
| D | expression_with_stack.c | 46 void esp_execute_shared_stack_function(SemaphoreHandle_t lock, void *stack, size_t stack_size, shar… in esp_execute_shared_stack_function()
|
| /hal_espressif-latest/components/esp_system/port/arch/riscv/ |
| D | expression_with_stack.c | 42 void esp_execute_shared_stack_function(SemaphoreHandle_t lock, void *stack, size_t stack_size, shar… in esp_execute_shared_stack_function()
|
| /hal_espressif-latest/components/log/ |
| D | log_freertos.c | 27 static SemaphoreHandle_t s_log_mutex = NULL;
|
| /hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/ |
| D | btc_ble_mesh_prov.h | 94 SemaphoreHandle_t semaphore; 312 SemaphoreHandle_t semaphore;
|
| /hal_espressif-latest/components/esp_wifi/esp32c6/ |
| D | esp_adapter.c | 146 SemaphoreHandle_t *sem = (SemaphoreHandle_t *)(data); in wifi_thread_semphr_free() 157 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper()
|
| /hal_espressif-latest/components/esp_wifi/esp32s2/ |
| D | esp_adapter.c | 193 SemaphoreHandle_t *sem = (SemaphoreHandle_t*)(data); in wifi_thread_semphr_free() 204 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper()
|
| /hal_espressif-latest/components/esp_wifi/esp32/ |
| D | esp_adapter.c | 202 SemaphoreHandle_t *sem = (SemaphoreHandle_t*)(data); in wifi_thread_semphr_free() 213 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper()
|
| /hal_espressif-latest/components/esp_wifi/esp32c2/ |
| D | esp_adapter.c | 140 SemaphoreHandle_t *sem = (SemaphoreHandle_t*)(data); in wifi_thread_semphr_free() 151 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper()
|
| /hal_espressif-latest/components/esp_wifi/esp32c3/ |
| D | esp_adapter.c | 143 SemaphoreHandle_t *sem = (SemaphoreHandle_t*)(data); in wifi_thread_semphr_free() 154 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper()
|
| /hal_espressif-latest/components/esp_wifi/esp32s3/ |
| D | esp_adapter.c | 196 SemaphoreHandle_t *sem = (SemaphoreHandle_t*)(data); in wifi_thread_semphr_free() 207 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper()
|
| /hal_espressif-latest/components/esp_netif/ |
| D | esp_netif_objects.c | 31 static SemaphoreHandle_t s_list_lock = NULL;
|