Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_mutex_put.c96 TX_THREAD *suspended_thread; in _tx_mutex_put() local
543 suspended_thread = mutex_ptr -> tx_mutex_suspension_list; in _tx_mutex_put()
544 if (suspended_thread != TX_NULL) in _tx_mutex_put()
548 … mutex_ptr -> tx_mutex_highest_priority_waiting = suspended_thread -> tx_thread_priority; in _tx_mutex_put()
607 suspended_thread = mutex_ptr -> tx_mutex_suspension_list; in _tx_mutex_put()
608 if (suspended_thread != TX_NULL) in _tx_mutex_put()
612 … mutex_ptr -> tx_mutex_highest_priority_waiting = suspended_thread -> tx_thread_priority; in _tx_mutex_put()
/ThreadX-v6.3.0/common_smp/src/
Dtx_mutex_put.c96 TX_THREAD *suspended_thread; in _tx_mutex_put() local
543 suspended_thread = mutex_ptr -> tx_mutex_suspension_list; in _tx_mutex_put()
544 if (suspended_thread != TX_NULL) in _tx_mutex_put()
548 … mutex_ptr -> tx_mutex_highest_priority_waiting = suspended_thread -> tx_thread_priority; in _tx_mutex_put()
607 suspended_thread = mutex_ptr -> tx_mutex_suspension_list; in _tx_mutex_put()
608 if (suspended_thread != TX_NULL) in _tx_mutex_put()
612 … mutex_ptr -> tx_mutex_highest_priority_waiting = suspended_thread -> tx_thread_priority; in _tx_mutex_put()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_information_test.c62 TX_THREAD *suspended_thread; in thread_0_entry() local
85 …state, &run_count, &priority, &preemption_threshold, &time_slice, &next_thread, &suspended_thread); in thread_0_entry()
89 …(time_slice != 0) || (next_thread != thread_0.tx_thread_created_next) || (suspended_thread != thre… in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_information_test.c62 TX_THREAD *suspended_thread; in thread_0_entry() local
85 …state, &run_count, &priority, &preemption_threshold, &time_slice, &next_thread, &suspended_thread); in thread_0_entry()
89 …(time_slice != 0) || (next_thread != thread_0.tx_thread_created_next) || (suspended_thread != thre… in thread_0_entry()