Searched refs:_tx_thread_time_slice_change (Results 1 – 7 of 7) sorted by relevance
| /ThreadX-v6.3.0/common/src/ |
| D | txe_thread_time_slice_change.c | 118 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 | 78 UINT _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_sli… in _tx_thread_time_slice_change() function
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | txe_thread_time_slice_change.c | 118 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 UINT _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_sli… in _tx_thread_time_slice_change() function
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1281 #define tx_thread_time_slice_change _tx_thread_time_slice_change 1801 UINT _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_ti…
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1201 #define tx_thread_time_slice_change _tx_thread_time_slice_change 1774 UINT _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_ti…
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | testcontrol.c | 1279 _tx_thread_time_slice_change(&init_test_thread, 3, &old_time_slice); in tx_application_define()
|