Searched refs:old_preempt (Results 1 – 3 of 3) sorted by relevance
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_mutex_suspension_timeout_test.c | 152 UINT old_preempt; in thread_0_entry() local 224 tx_thread_preemption_change(&thread_0, 10, &old_preempt); in thread_0_entry() 235 tx_thread_preemption_change(&low_priority, 10, &old_preempt); in thread_0_entry()
|
| D | threadx_thread_multi_level_preemption_threshold_test.c | 468 UINT old_preempt; in thread_0_entry() local 506 status = tx_thread_preemption_change(&thread_0, ((TX_MAX_PRIORITIES/2)+1), &old_preempt); in thread_0_entry() 524 status = tx_thread_preemption_change(&thread_0, 17, &old_preempt); in thread_0_entry()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_thread_multi_level_preemption_threshold_test.c | 468 UINT old_preempt; in thread_0_entry() local 506 status = tx_thread_preemption_change(&thread_0, ((TX_MAX_PRIORITIES/2)+1), &old_preempt); in thread_0_entry() 524 status = tx_thread_preemption_change(&thread_0, 17, &old_preempt); in thread_0_entry()
|