Searched refs:tx_thread_time_slice_change (Results 1 – 25 of 79) sorted by relevance
1234
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_thread_time_slice_change_test.c | 87 status = tx_thread_time_slice_change(&thread_1, 33, &old_time_slice); in thread_0_entry() 102 status = tx_thread_time_slice_change(&thread_0, 66, &old_time_slice); 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 | 208 status = tx_thread_time_slice_change(&thread_0, 1, &old_time_slice); in test_isr() 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() 863 status = tx_thread_time_slice_change(&thread_0, 1, TX_NULL); in thread_0_entry()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_thread_time_slice_change_test.c | 87 status = tx_thread_time_slice_change(&thread_1, 33, &old_time_slice); in thread_0_entry() 102 status = tx_thread_time_slice_change(&thread_0, 66, &old_time_slice); 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 | 196 status = tx_thread_time_slice_change(&thread_0, 1, &old_time_slice); in test_isr() 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() 791 status = tx_thread_time_slice_change(&thread_0, 1, TX_NULL); in thread_0_entry()
|
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_setschedparam.c | 110 tx_thread_time_slice_change(TheThread, thread_tcb->time_slice, &UTmp); in pthread_setschedparam()
|
| /ThreadX-v6.3.0/ports/c667x/ccs/example_build/tx/Release/ |
| D | subdir_vars.mk | 112 ../tx_thread_time_slice_change.c \ 298 ./tx_thread_time_slice_change.d \ 490 ./tx_thread_time_slice_change.obj \
|
| D | ccsObjs.opt | 1 …j" "./tx_thread_terminate.obj" "./tx_thread_time_slice.obj" "./tx_thread_time_slice_change.obj" ".…
|
| /ThreadX-v6.3.0/ports/linux/gnu/example_build/ |
| D | file_list.mk | 171 tx_thread_time_slice_change.c \
|
| /ThreadX-v6.3.0/ports_smp/linux/gnu/example_build/ |
| D | file_list.mk | 187 tx_thread_time_slice_change.c \
|
| /ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/example_build/ |
| D | tx.gpj | 137 tx_thread_time_slice_change.c
|
| D | txe.gpj | 138 tx_thread_time_slice_change.c
|
| /ThreadX-v6.3.0/ports/cortex_m3/ghs/example_build/ |
| D | tx.gpj | 126 ..\..\..\..\common\src\tx_thread_time_slice_change.c
|
| D | txe.gpj | 127 ..\..\..\..\common\src\tx_thread_time_slice_change.c
|
| /ThreadX-v6.3.0/test/smp/cmake/threadx_smp/common_smp/ |
| D | CMakeLists.txt | 174 ${CURRENT_DIR}/src/tx_thread_time_slice_change.c
|
| /ThreadX-v6.3.0/ports/cortex_m7/ghs/example_build/ |
| D | tx.gpj | 126 ..\..\..\..\common\src\tx_thread_time_slice_change.c
|
| D | txe.gpj | 127 ..\..\..\..\common\src\tx_thread_time_slice_change.c
|
| /ThreadX-v6.3.0/ports/cortex_m4/ghs/example_build/ |
| D | tx.gpj | 126 ..\..\..\..\common\src\tx_thread_time_slice_change.c
|
| D | txe.gpj | 127 ..\..\..\..\common\src\tx_thread_time_slice_change.c
|
| /ThreadX-v6.3.0/ports/cortex_a8/ghs/example_build/ |
| D | tx.gpj | 133 ..\..\..\..\common\src\tx_thread_time_slice_change.c
|
| D | txe.gpj | 134 ..\..\..\..\common\src\tx_thread_time_slice_change.c
|
| /ThreadX-v6.3.0/ports/cortex_a9/ghs/example_build/ |
| D | tx.gpj | 133 ..\..\..\..\common\src\tx_thread_time_slice_change.c
|
| D | txe.gpj | 134 ..\..\..\..\common\src\tx_thread_time_slice_change.c
|
| /ThreadX-v6.3.0/ports/cortex_r5/ghs/example_build/ |
| D | tx.gpj | 133 ..\..\..\..\common\src\tx_thread_time_slice_change.c
|
| D | txe.gpj | 134 ..\..\..\..\common\src\tx_thread_time_slice_change.c
|
| /ThreadX-v6.3.0/ports/cortex_r7/ghs/example_build/ |
| D | tx.gpj | 133 ..\..\..\..\common\src\tx_thread_time_slice_change.c
|
1234