/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_thread_time_slice_change_test.c | 77 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()
|
D | threadx_thread_basic_execution_test.c | 120 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()
|
D | testcontrol.c | 517 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/ |
D | threadx_thread_time_slice_change_test.c | 77 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()
|
D | threadx_thread_basic_execution_test.c | 132 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/ |
D | txe_thread_time_slice_change.c | 76 … _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()
|
D | tx_thread_time_slice_change.c | 76 …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/ |
D | txe_thread_time_slice_change.c | 76 … _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()
|
D | tx_thread_time_slice_change.c | 77 …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/ |
D | txm_thread_time_slice_change.c | 70 …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/ |
D | tx_api.h | 1779 … _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/ |
D | tx_api.h | 1806 … _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);
|