Searched refs:device_read_count (Results 1 – 1 of 1) sorted by relevance
30 static ULONG device_read_count; variable376 device_read_count = 0; in tx_demo_thread_host_simulation_entry()380 UX_TEST_ASSERT(device_read_count == 1); in tx_demo_thread_host_simulation_entry()389 UX_TEST_ASSERT(device_read_count == 2); in tx_demo_thread_host_simulation_entry()400 UX_TEST_ASSERT(device_read_count == 3); in tx_demo_thread_host_simulation_entry()413 UX_TEST_ASSERT(device_read_count == 3); in tx_demo_thread_host_simulation_entry()416 UX_TEST_ASSERT(device_read_count == 4); in tx_demo_thread_host_simulation_entry()486 device_read_count ++; in tx_demo_thread_device_simulation_entry()