Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_mutex_suspension_timeout_test.c15 static TX_THREAD low_priority; variable
72 tx_thread_suspend(&low_priority); in suspend_lowest_priority()
115 status += tx_thread_create(&low_priority, "low priority", low_priority_entry, 30, in test_application_define()
201 tx_thread_resume(&low_priority); in thread_0_entry()
209 _tx_mutex_priority_change(&low_priority, 30); in thread_0_entry()
214 _tx_mutex_priority_change(&low_priority, 30); in thread_0_entry()
218 tx_thread_resume(&low_priority); in thread_0_entry()
221 _tx_mutex_priority_change(&low_priority, 30); in thread_0_entry()
225 tx_thread_priority_change(&low_priority, 10, &old_priority); in thread_0_entry()
228 _tx_thread_execute_ptr = &low_priority; in thread_0_entry()
[all …]
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_mutex_suspension_timeout_test.c15 static TX_THREAD low_priority; variable
163 status += tx_thread_create(&low_priority, "low priority", low_priority_entry, 30, in test_application_define()
250 tx_thread_resume(&low_priority); in thread_0_entry()
263 _tx_mutex_priority_change(&low_priority, 28); in thread_0_entry()
264 _tx_mutex_priority_change(&low_priority, 29); in thread_0_entry()
265 _tx_mutex_priority_change(&low_priority, 30); in thread_0_entry()
304 low_priority.tx_thread_user_priority = 30; in thread_0_entry()
305 low_priority.tx_thread_user_preempt_threshold = 29; in thread_0_entry()
306 _tx_mutex_priority_change(&low_priority, 31); in thread_0_entry()