Searched refs:test_semaphore_host_wakes_device (Results 1 – 1 of 1) sorted by relevance
8 static TX_SEMAPHORE test_semaphore_host_wakes_device; variable273 …UX_TEST_CHECK_SUCCESS(ux_utility_semaphore_create(&test_semaphore_host_wakes_device, "test_semapho… in test_application_define()370 UX_TEST_CHECK_SUCCESS(ux_utility_semaphore_put(&test_semaphore_host_wakes_device)); in tx_demo_thread_host_simulation_entry()411 UX_TEST_CHECK_SUCCESS(ux_utility_semaphore_put(&test_semaphore_host_wakes_device)); in tx_demo_thread_host_simulation_entry()458 UX_TEST_CHECK_SUCCESS(ux_utility_semaphore_put(&test_semaphore_host_wakes_device)); in tx_demo_thread_host_simulation_entry()507 UX_TEST_CHECK_SUCCESS(ux_utility_semaphore_put(&test_semaphore_host_wakes_device)); in tx_demo_thread_host_simulation_entry()580 …UX_TEST_CHECK_SUCCESS(ux_utility_semaphore_get(&test_semaphore_host_wakes_device, UX_WAIT_FOREVER)… in tx_demo_thread_slave_simulation_entry()