Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_hid_transfer_request_completed_test.c11 static TX_SEMAPHORE test_semaphore_host_wakes_slave; variable
281 …UX_TEST_CHECK_SUCCESS(ux_utility_semaphore_create(&test_semaphore_host_wakes_slave, "test_semaphor… in test_application_define()
427 UX_TEST_CHECK_SUCCESS(ux_utility_semaphore_put(&test_semaphore_host_wakes_slave)); in tx_demo_thread_host_simulation_entry()
510 …UX_TEST_CHECK_SUCCESS(ux_utility_semaphore_get(&test_semaphore_host_wakes_slave, UX_WAIT_FOREVER)); in tx_demo_thread_slave_simulation_entry()