Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_pictbridge_basic_test.c55 static TX_SEMAPHORE wait_semaphore; variable
381 status = tx_semaphore_create(&wait_semaphore,"Wait Semaphore", 0); in test_application_define()
536 status = tx_semaphore_get(&wait_semaphore, 30000); in test_thread_host_simulation_entry()
736 tx_semaphore_put(&wait_semaphore); in test_thread_device_simulation_entry()
Dusbx_msrc_72526_pictbridge_dps_host_start_test.c55 static TX_SEMAPHORE wait_semaphore; variable
381 status = tx_semaphore_create(&wait_semaphore,"Wait Semaphore", 0); in test_application_define()
884 tx_semaphore_put(&wait_semaphore); in test_thread_device_simulation_entry()
Dusbx_msrc_81108_pictbridge_object_parse_test.c55 static TX_SEMAPHORE wait_semaphore; variable
381 status = tx_semaphore_create(&wait_semaphore,"Wait Semaphore", 0); in test_application_define()
897 tx_semaphore_put(&wait_semaphore); in test_thread_device_simulation_entry()