/hal_espressif-3.6.0/components/esp_hw_support/test/ |
D | test_dport.c | 41 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessDPORT() 60 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessAPB() 82 xSemaphoreHandle exit_sema[2]; in run_tasks() 177 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessDPORT_stall_other_cpu() 200 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessAPB_measure_performance() 220 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessDPORT_pre_reading_apb() 351 xSemaphoreHandle sync_sema; 365 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessDPORT2_stall_other_cpu() 400 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessDPORT2() 476 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessDPORT3()
|
/hal_espressif-3.6.0/components/mbedtls/test/ |
D | test_aes_sha_rsa.c | 37 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in aes_task() 59 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in sha_task() 77 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in mbedtls_sha256_task() 115 xSemaphoreHandle exit_sema[max_tasks]; 149 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in rsa_task() 165 xSemaphoreHandle exit_sema[max_tasks]; 199 xSemaphoreHandle exit_sema[max_tasks]; 233 xSemaphoreHandle exit_sema[max_tasks]; 267 xSemaphoreHandle exit_sema[max_tasks];
|
D | test_esp_crt_bundle.c | 163 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in server_task() 323 xSemaphoreHandle signal_sem = xSemaphoreCreateBinary();
|
D | test_mbedtls_sha.c | 92 static xSemaphoreHandle done_sem; 519 static xSemaphoreHandle done_sem;
|
D | test_aes_sha_parallel.c | 14 static xSemaphoreHandle done_sem;
|
/hal_espressif-3.6.0/components/newlib/ |
D | locks.c | 73 xSemaphoreHandle new_sem = xQueueCreateMutex(mutex_type); in lock_init_generic() 105 xSemaphoreHandle h = (xSemaphoreHandle)(*lock); in _lock_close() 121 xSemaphoreHandle h = (xSemaphoreHandle)(*lock); in lock_acquire_generic() 128 h = (xSemaphoreHandle)(*lock); in lock_acquire_generic() 185 xSemaphoreHandle h = (xSemaphoreHandle)(*lock); in lock_release_generic()
|
/hal_espressif-3.6.0/components/esp_ipc/test/ |
D | test_ipc.c | 49 xSemaphoreGive(*(xSemaphoreHandle *)sema); in test_func_ipc() 59 xSemaphoreHandle sema_ipc_done = xSemaphoreCreateBinary(); 90 xSemaphoreTake(*(xSemaphoreHandle *)sema, portMAX_DELAY); in task() 92 xSemaphoreGive(*(xSemaphoreHandle *)sema); in task() 102 xSemaphoreHandle sema_ipc_done[max_tasks * portNUM_PROCESSORS];
|
D | test_ipc_isr.c | 51 xSemaphoreHandle *sema = (xSemaphoreHandle *) arg; in task_asm() 69 xSemaphoreHandle exit_sema[2];
|
/hal_espressif-3.6.0/components/newlib/test/ |
D | test_time.c | 175 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in adjtimeTask2() 192 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in timeTask() 213 xSemaphoreHandle exit_sema[max_tasks]; 249 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in get_time_task() 286 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in measure_time_task() 326 xSemaphoreHandle exit_sema[2];
|
/hal_espressif-3.6.0/components/esp_hid/private/ |
D | esp_hidh_private.h | 77 xSemaphoreHandle semaphore; 78 xSemaphoreHandle mutex;
|
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/include/freertos/ |
D | FreeRTOS.h | 24 typedef void * xSemaphoreHandle; typedef
|
/hal_espressif-3.6.0/components/bt/common/osi/include/osi/ |
D | semaphore.h | 29 typedef xSemaphoreHandle osi_sem_t;
|
D | mutex.h | 33 typedef xSemaphoreHandle osi_mutex_t;
|
/hal_espressif-3.6.0/components/driver/test/ |
D | test_uart.c | 59 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in test_task() 87 xSemaphoreHandle exit_sema = xSemaphoreCreateBinary();
|
D | test_i2c.c | 558 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in test_task() 582 xSemaphoreHandle exit_sema = xSemaphoreCreateBinary(); 601 xSemaphoreHandle exit_sema = xSemaphoreCreateBinary();
|
/hal_espressif-3.6.0/examples/protocols/sockets/non_blocking/main/ |
D | non_blocking_socket_example.c | 234 xSemaphoreHandle *server_ready = pvParameters; in tcp_server_task() 391 xSemaphoreHandle server_ready = xSemaphoreCreateBinary(); in app_main()
|
/hal_espressif-3.6.0/components/freertos/test/ |
D | test_spinlocks.c | 77 static xSemaphoreHandle done_sem;
|
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/ |
D | esp32_mock.h | 88 typedef void * xSemaphoreHandle; typedef
|
/hal_espressif-3.6.0/components/esp_netif/ |
D | esp_netif_objects.c | 39 static xSemaphoreHandle s_list_lock = NULL;
|
/hal_espressif-3.6.0/components/vfs/test/ |
D | test_vfs_select.c | 33 xSemaphoreHandle sem; 43 xSemaphoreHandle sem;
|
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/ |
D | esp_hid_gap.c | 36 static xSemaphoreHandle bt_hidh_cb_semaphore = NULL; 40 static xSemaphoreHandle ble_hidh_cb_semaphore = NULL;
|
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/ |
D | esp_hid_gap.c | 39 static xSemaphoreHandle bt_hidh_cb_semaphore = NULL; 43 static xSemaphoreHandle ble_hidh_cb_semaphore = NULL;
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/main/ |
D | bt_app_hf.c | 146 static xSemaphoreHandle s_send_data_Semaphore = NULL;
|
/hal_espressif-3.6.0/examples/peripherals/spi_master/hd_eeprom/components/eeprom/ |
D | spi_eeprom.c | 48 xSemaphoreHandle ready_sem; ///< Semaphore for ready signal
|
/hal_espressif-3.6.0/components/tinyusb/additions/src/ |
D | tusb_cdc_acm.c | 33 xSemaphoreHandle ringbuf_read_mux;
|