Home
last modified time | relevance | path

Searched refs:ux_utility_semaphore_create (Results 1 – 10 of 10) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_hid_report_set_test.c313 status = ux_utility_semaphore_create(&test_semaphore, "test_semaphore", 0); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_keyboard_thread_test2.c320 status = ux_utility_semaphore_create(&keyboard.ux_host_class_hid_keyboard_semaphore, "dummy", 1); in test_thread_entry()
Dusbx_ux_host_class_hid_report_set_int_out_test.c364 status = ux_utility_semaphore_create(&test_semaphore, "test_semaphore", 0); in tx_demo_thread_host_simulation_entry()
Dusbx_hid_transfer_request_completed_test.c281 …UX_TEST_CHECK_SUCCESS(ux_utility_semaphore_create(&test_semaphore_host_wakes_slave, "test_semaphor… in test_application_define()
Dusbx_ux_host_class_hid_report_set_test.c371 status = ux_utility_semaphore_create(&test_semaphore, "test_semaphore", 0); in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_multiple_reports_ids_test.c273 …UX_TEST_CHECK_SUCCESS(ux_utility_semaphore_create(&test_semaphore_host_wakes_device, "test_semapho… in test_application_define()
Dusbx_storage_direct_calls_test.c143 …status = ux_utility_semaphore_create(&storage_instance_live_semaphore, "storage_instance_live_sema… in test_application_define()
Dusbx_storage_tests.c543 status = ux_utility_semaphore_create(&ux_test_worker_semaphore, "ux_test_worker_semaphore", 0); in ux_test_worker_initialize()
576 …status = ux_utility_semaphore_create(&cbi_transfer_request_csw_semaphore_host, "transfer request c… in ux_cbi_simulator_initialize()
2111 status = ux_utility_semaphore_create(&global_test_semaphore, "test_semaphore", 0); in initialize_test_resources()
/USBX-v6.2.1/common/core/
DCMakeLists.txt199 ${CMAKE_CURRENT_LIST_DIR}/src/ux_utility_semaphore_create.c
/USBX-v6.2.1/common/core/inc/
Dux_utility.h431 #define ux_utility_semaphore_create _ux_utility_semaphore_create macro