Home
last modified time | relevance | path

Searched refs:old_preempt (Results 1 – 3 of 3) sorted by relevance

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_mutex_suspension_timeout_test.c152 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()
Dthreadx_thread_multi_level_preemption_threshold_test.c468 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/
Dthreadx_thread_multi_level_preemption_threshold_test.c468 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()