Searched refs:old_value (Results 1 – 2 of 2) sorted by relevance
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_thread_basic_execution_test.c | 119 UINT old_value; in test_isr() local 152 status = tx_thread_preemption_change(&thread_0, 1, &old_value); in test_isr() 163 status = tx_thread_priority_change(&thread_0, 1, &old_value); in test_isr() 286 UINT old_value; in thread_0_entry() local 608 status = tx_thread_preemption_change(&thread_0, 17, &old_value); in thread_0_entry() 654 status = tx_thread_priority_change(&thread_0, 2046, &old_value); in thread_0_entry()
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_thread_basic_execution_test.c | 131 UINT old_value; in test_isr() local 164 status = tx_thread_preemption_change(&thread_0, 1, &old_value); in test_isr() 175 status = tx_thread_priority_change(&thread_0, 1, &old_value); in test_isr() 358 UINT old_value; in thread_0_entry() local 680 status = tx_thread_preemption_change(&thread_0, 17, &old_value); in thread_0_entry() 726 status = tx_thread_priority_change(&thread_0, 2046, &old_value); in thread_0_entry()
|