Searched refs:suspended_thread (Results 1 – 4 of 4) sorted by relevance
| /ThreadX-v6.3.0/common/src/ |
| D | tx_mutex_put.c | 96 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/ |
| D | tx_mutex_put.c | 96 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/ |
| D | threadx_thread_information_test.c | 62 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/ |
| D | threadx_thread_information_test.c | 62 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()
|