Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_hid_read_test.c25 static TX_SEMAPHORE device_semaphore; variable
377 tx_semaphore_put(&device_semaphore); in tx_demo_thread_host_simulation_entry()
384 tx_semaphore_put(&device_semaphore); in tx_demo_thread_host_simulation_entry()
395 tx_semaphore_put(&device_semaphore); in tx_demo_thread_host_simulation_entry()
408 tx_semaphore_put(&device_semaphore); in tx_demo_thread_host_simulation_entry()
451 status = tx_semaphore_create(&device_semaphore, "device semaphore", 0); in tx_demo_thread_device_simulation_entry()
467 status = tx_semaphore_get(&device_semaphore, TX_WAIT_FOREVER); in tx_demo_thread_device_simulation_entry()