Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.c378 TX_THREAD *previous_thread; in _tx_semaphore_get() local
476previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_semaphore_get()
477 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_get()
478 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get()
724 TX_THREAD *previous_thread; in _tx_thread_create() local
886 previous_thread = next_thread -> tx_thread_created_previous; in _tx_thread_create()
890 previous_thread -> tx_thread_created_next = thread_ptr; in _tx_thread_create()
893 thread_ptr -> tx_thread_created_previous = previous_thread; in _tx_thread_create()
1034 TX_THREAD *previous_thread; in _tx_mutex_get() local
1212previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_mutex_get()
[all …]