Searched refs:device_semaphore (Results 1 – 1 of 1) sorted by relevance
25 static TX_SEMAPHORE device_semaphore; variable377 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()