Searched refs:test_semaphore (Results 1 – 4 of 4) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_utility_semaphore_test.c | 128 TX_SEMAPHORE test_semaphore; in ux_test_thread_simulation_0_entry() local 132 status = _ux_utility_semaphore_create(&test_semaphore, "test semaphore", 1); in ux_test_thread_simulation_0_entry() 140 status = _ux_utility_semaphore_create(&test_semaphore, "test semaphore", 1); in ux_test_thread_simulation_0_entry() 148 status = _ux_utility_semaphore_get(&test_semaphore, 100); in ux_test_thread_simulation_0_entry() 156 status = _ux_utility_semaphore_get(&test_semaphore, 10); in ux_test_thread_simulation_0_entry()
|
| D | usbx_ux_device_class_hid_report_set_test.c | 9 TX_SEMAPHORE test_semaphore; variable 299 ux_utility_semaphore_put(&test_semaphore); in demo_thread_hid_callback() 313 status = ux_utility_semaphore_create(&test_semaphore, "test_semaphore", 0); in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_host_class_hid_report_set_test.c | 11 TX_SEMAPHORE test_semaphore; variable 350 ux_utility_semaphore_put(&test_semaphore); in demo_thread_hid_callback() 371 status = ux_utility_semaphore_create(&test_semaphore, "test_semaphore", 0); in tx_demo_thread_host_simulation_entry() 602 if (ux_utility_semaphore_get(&test_semaphore, 10) != UX_SUCCESS) in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_host_class_hid_report_set_int_out_test.c | 11 TX_SEMAPHORE test_semaphore; variable 364 status = ux_utility_semaphore_create(&test_semaphore, "test_semaphore", 0); in tx_demo_thread_host_simulation_entry()
|