Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_storage_tests.c490 static TX_SEMAPHORE ux_test_worker_semaphore; variable
501 UX_TEST_ASSERT(ux_test_worker_semaphore.tx_semaphore_suspended_count == 1); in ux_test_worker_add_work()
505 status = ux_utility_semaphore_put(&ux_test_worker_semaphore); in ux_test_worker_add_work()
524 status = ux_utility_semaphore_get(&ux_test_worker_semaphore, TX_WAIT_FOREVER); in ux_test_worker_thread_entry()
543 status = ux_utility_semaphore_create(&ux_test_worker_semaphore, "ux_test_worker_semaphore", 0); in ux_test_worker_initialize()
1055 while (ux_test_worker_semaphore.tx_semaphore_suspended_count == 0) in connect_host_and_slave()