Home
last modified time | relevance | path

Searched refs:old_time_slice (Results 1 – 12 of 12) sorted by relevance

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_time_slice_change_test.c77 ULONG old_time_slice = 0; in thread_0_entry() local
87 status = tx_thread_time_slice_change(&thread_1, 33, &old_time_slice); in thread_0_entry()
90 …if ((status != TX_SUCCESS) || (old_time_slice != 200) || (thread_1.tx_thread_new_time_slice != 33)) in thread_0_entry()
102 status = tx_thread_time_slice_change(&thread_0, 66, &old_time_slice); in thread_0_entry()
105 …if ((status != TX_SUCCESS) || (old_time_slice != 100) || (thread_0.tx_thread_new_time_slice != 66)… in thread_0_entry()
115 status = tx_thread_time_slice_change(&thread_1, 2, &old_time_slice); in thread_0_entry()
Dthreadx_thread_basic_execution_test.c120 ULONG old_time_slice; in test_isr() local
196 status = tx_thread_time_slice_change(&thread_0, 1, &old_time_slice); in test_isr()
287 ULONG old_time_slice; in thread_0_entry() local
768 status = tx_thread_time_slice_change(TX_NULL, 1, &old_time_slice); in thread_0_entry()
780 status = tx_thread_time_slice_change(&thread_2, 1, &old_time_slice); in thread_0_entry()
Dtestcontrol.c517 ULONG old_time_slice; in tx_application_define() local
1279 _tx_thread_time_slice_change(&init_test_thread, 3, &old_time_slice); in tx_application_define()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_time_slice_change_test.c77 ULONG old_time_slice = 0; in thread_0_entry() local
87 status = tx_thread_time_slice_change(&thread_1, 33, &old_time_slice); in thread_0_entry()
90 …if ((status != TX_SUCCESS) || (old_time_slice != 200) || (thread_1.tx_thread_new_time_slice != 33)) in thread_0_entry()
102 status = tx_thread_time_slice_change(&thread_0, 66, &old_time_slice); in thread_0_entry()
105 …if ((status != TX_SUCCESS) || (old_time_slice != 100) || (thread_0.tx_thread_new_time_slice != 66)… in thread_0_entry()
115 status = tx_thread_time_slice_change(&thread_1, 2, &old_time_slice); in thread_0_entry()
Dthreadx_thread_basic_execution_test.c132 ULONG old_time_slice; in test_isr() local
208 status = tx_thread_time_slice_change(&thread_0, 1, &old_time_slice); in test_isr()
359 ULONG old_time_slice; in thread_0_entry() local
840 status = tx_thread_time_slice_change(TX_NULL, 1, &old_time_slice); in thread_0_entry()
852 status = tx_thread_time_slice_change(&thread_2, 1, &old_time_slice); in thread_0_entry()
/ThreadX-v6.4.1/common_smp/src/
Dtxe_thread_time_slice_change.c76 … _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_slice) in _txe_thread_time_slice_change() argument
99 else if (old_time_slice == TX_NULL) in _txe_thread_time_slice_change()
117 status = _tx_thread_time_slice_change(thread_ptr, new_time_slice, old_time_slice); in _txe_thread_time_slice_change()
Dtx_thread_time_slice_change.c76 …T _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_slice) in _tx_thread_time_slice_change() argument
94 *old_time_slice = thread_ptr -> tx_thread_new_time_slice; in _tx_thread_time_slice_change()
/ThreadX-v6.4.1/common/src/
Dtxe_thread_time_slice_change.c76 … _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_slice) in _txe_thread_time_slice_change() argument
99 else if (old_time_slice == TX_NULL) in _txe_thread_time_slice_change()
117 status = _tx_thread_time_slice_change(thread_ptr, new_time_slice, old_time_slice); in _txe_thread_time_slice_change()
Dtx_thread_time_slice_change.c77 …T _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_slice) in _tx_thread_time_slice_change() argument
95 *old_time_slice = thread_ptr -> tx_thread_new_time_slice; in _tx_thread_time_slice_change()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_thread_time_slice_change.c70 …T _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_slice) in _txe_thread_time_slice_change() argument
76 …CE_CHANGE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) new_time_slice, (ALIGN_TYPE) old_time_slice); in _txe_thread_time_slice_change()
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1779 … _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_slice);
1805 … _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_slice);
1826 … _txr_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_slice);
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1806 … _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_slice);
1832 … _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_slice);