Home
last modified time | relevance | path

Searched refs:xSemaphoreCreateCounting (Results 1 – 25 of 34) sorted by relevance

12

/hal_espressif-2.7.6/components/freertos/test/
Dtest_spinlocks.c92 done_sem = xSemaphoreCreateCounting(2, 0);
116 done_sem = xSemaphoreCreateCounting(TOTAL_TASKS, 0);
Dtest_freertos_eventgroups.c49 done_sem = xSemaphoreCreateCounting(NUM_TASKS, 0);
107 done_sem = xSemaphoreCreateCounting(NUM_TASKS, 0);
Dtest_freertos_debug_functions.c58 done_sem = xSemaphoreCreateCounting(portNUM_PROCESSORS, 0);
Dtest_queuesets.c91 sync_sem = xSemaphoreCreateCounting(portNUM_PROCESSORS, 0);
/hal_espressif-2.7.6/docs/
Ddoxygen-known-warnings.txt1 …maphore' of command @param is not found in the argument list of xSemaphoreCreateCounting(uxMaxCoun…
/hal_espressif-2.7.6/components/bt/common/osi/
Dsemaphore.c31 *sem = xSemaphoreCreateCounting(max_count, init_count); in osi_sem_new()
/hal_espressif-2.7.6/components/esp_wifi/test/
Dtest_phy_rtc.c112 semphr_done = xSemaphoreCreateCounting(1, 0);
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_common_api.c44 if ((semaphore = xSemaphoreCreateCounting(1, 0)) == NULL) { in esp_ble_mesh_init()
/hal_espressif-2.7.6/components/mbedtls/test/
Dtest_aes_sha_parallel.c115 done_sem = xSemaphoreCreateCounting(2, 0);
Dtest_mbedtls_sha.c135 done_sem = xSemaphoreCreateCounting(4, 0);
180 done_sem = xSemaphoreCreateCounting(2, 0);
/hal_espressif-2.7.6/components/freertos/include/freertos/
Dsemphr.h966 …#define xSemaphoreCreateCounting( uxMaxCount, uxInitialCount ) xQueueCreateCountingSemaphore( ( ux… macro
/hal_espressif-2.7.6/components/cxx/
Dcxx_guards.cpp56 s_static_init_wait_sem = xSemaphoreCreateCounting(INT_MAX, 0); in static_init_prepare()
/hal_espressif-2.7.6/components/esp_timer/test/
Dtest_esp_timer.c134 SemaphoreHandle_t done = xSemaphoreCreateCounting(portNUM_PROCESSORS, 0);
306 SemaphoreHandle_t done = xSemaphoreCreateCounting(3, 0);
384 SemaphoreHandle_t semaphore = xSemaphoreCreateCounting(2, 0);
498 SemaphoreHandle_t done = xSemaphoreCreateCounting(portNUM_PROCESSORS, 0);
Dtest_ets_timer.c157 SemaphoreHandle_t done = xSemaphoreCreateCounting(3, 0);
/hal_espressif-2.7.6/components/cxx/test/
Dtest_initialization.cpp84 s_slow_init_sem = xSemaphoreCreateCounting(10, 0);
/hal_espressif-2.7.6/components/esp_system/test/
Dtest_sleep.c105 SemaphoreHandle_t done = xSemaphoreCreateCounting(2, 0);
125 SemaphoreHandle_t done = xSemaphoreCreateCounting(2, 0);
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/
Dgenie_util.c129 sem->sem = xSemaphoreCreateCounting(limit, initial_count); in util_semaphore_init()
/hal_espressif-2.7.6/examples/system/freertos/real_time_stats/main/
Dreal_time_stats_example_main.c174 sync_spin_task = xSemaphoreCreateCounting(NUM_OF_SPIN_TASKS, 0); in app_main()
/hal_espressif-2.7.6/components/pthread/
Dpthread_cond_var.c129 w.wait_sem = xSemaphoreCreateCounting(1, 0); /* First get will block */ in pthread_cond_timedwait()
/hal_espressif-2.7.6/components/esp32/test/
Dtest_fp.c186 .done = xSemaphoreCreateCounting(4, 0)
/hal_espressif-2.7.6/components/driver/test/
Dtest_dedicated_gpio.c140 SemaphoreHandle_t sem = xSemaphoreCreateCounting(SOC_CPU_CORES_NUM, 0);
/hal_espressif-2.7.6/components/esp_wifi/esp32s2/
Desp_adapter.c236 return (void *)xSemaphoreCreateCounting(max, init); in semphr_create_wrapper()
268 sem = xSemaphoreCreateCounting(1, 0); in wifi_thread_semphr_get_wrapper()
/hal_espressif-2.7.6/components/esp_wifi/esp32s3/
Desp_adapter.c238 return (void *)xSemaphoreCreateCounting(max, init); in semphr_create_wrapper()
270 sem = xSemaphoreCreateCounting(1, 0); in wifi_thread_semphr_get_wrapper()
/hal_espressif-2.7.6/components/esp_wifi/esp32/
Desp_adapter.c248 return (void *)xSemaphoreCreateCounting(max, init); in semphr_create_wrapper()
280 sem = xSemaphoreCreateCounting(1, 0); in wifi_thread_semphr_get_wrapper()
/hal_espressif-2.7.6/components/esp_wifi/esp32c3/
Desp_adapter.c193 return (void *)xSemaphoreCreateCounting(max, init); in semphr_create_wrapper()
225 sem = xSemaphoreCreateCounting(1, 0); in wifi_thread_semphr_get_wrapper()

12