| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_thread_priority_change.c | 238 status = tx_thread_priority_change(&thread_0, 22, &old_priority); in thread_0_entry() 250 tx_thread_priority_change(&thread_0, old_priority, &old_priority); in thread_0_entry() 253 status = tx_thread_priority_change(&thread_0, 7, &old_priority); in thread_0_entry() 265 status = tx_thread_priority_change(&thread_1, 21, &old_priority); in thread_0_entry() 277 status = tx_thread_priority_change(&thread_0, 22, &old_priority); in thread_0_entry() 290 status = tx_thread_priority_change(&thread_0, 8, &old_priority); in thread_0_entry() 302 status = tx_thread_priority_change(&thread_1, 19, &old_priority); in thread_0_entry() 326 status = tx_thread_priority_change(&thread_1, 8, &old_priority); in thread_0_entry() 338 status = tx_thread_priority_change(&thread_1, 7, &old_priority); in thread_0_entry() 350 status = tx_thread_priority_change(&thread_0, 7, &old_priority); in thread_0_entry() [all …]
|
| D | threadx_mutex_nested_priority_inheritance_test.c | 553 tx_thread_priority_change(&thread_0, 15, &old_priority); in thread_1_entry() 566 tx_thread_priority_change(&thread_0, 15, &old_priority); in thread_1_entry() 591 tx_thread_priority_change(&thread_0, 15, &old_priority); in thread_2_entry() 604 tx_thread_priority_change(&thread_0, 15, &old_priority); in thread_2_entry()
|
| D | threadx_thread_basic_execution_test.c | 163 status = tx_thread_priority_change(&thread_0, 1, &old_value); in test_isr() 620 status = tx_thread_priority_change(TX_NULL, 1, TX_NULL); in thread_0_entry() 632 status = tx_thread_priority_change(&thread_2, 1, TX_NULL); in thread_0_entry() 643 status = tx_thread_priority_change(&thread_0, 1, TX_NULL); in thread_0_entry() 654 status = tx_thread_priority_change(&thread_0, 2046, &old_value); in thread_0_entry()
|
| D | threadx_thread_preemption_change_test.c | 240 status = tx_thread_priority_change(&thread_0, 7, &old_threshold); in thread_0_entry() 241 status += tx_thread_priority_change(&thread_1, 5, &old_threshold); in thread_0_entry()
|
| D | threadx_mutex_priority_inheritance_test.c | 506 status = tx_thread_priority_change(&thread_4, 8, &old_priority); in thread_4_entry() 517 status = tx_thread_priority_change(&thread_4, 8, &old_priority); in thread_4_entry() 528 status = tx_thread_priority_change(&thread_4, 10, &old_priority); in thread_4_entry()
|
| D | threadx_queue_full_suspension_test.c | 299 tx_thread_priority_change(&thread_2, 15, &old_priority); in thread_1_entry() 349 tx_thread_priority_change(&thread_2a, 15, &old_priority); in thread_1a_entry()
|
| D | threadx_thread_relinquish_test.c | 309 status = tx_thread_priority_change(&thread_3, 31, &old_priority); in thread_3_entry()
|
| /ThreadX-v6.4.1/test/tx/regression/ |
| D | threadx_thread_priority_change.c | 177 status = tx_thread_priority_change(&thread_0, 22, &old_priority); in thread_0_entry() 189 tx_thread_priority_change(&thread_0, old_priority, &old_priority); in thread_0_entry() 192 status = tx_thread_priority_change(&thread_0, 7, &old_priority); in thread_0_entry() 204 status = tx_thread_priority_change(&thread_1, 21, &old_priority); in thread_0_entry() 216 status = tx_thread_priority_change(&thread_0, 22, &old_priority); in thread_0_entry() 229 status = tx_thread_priority_change(&thread_0, 8, &old_priority); in thread_0_entry() 241 status = tx_thread_priority_change(&thread_1, 19, &old_priority); in thread_0_entry() 265 status = tx_thread_priority_change(&thread_1, 8, &old_priority); in thread_0_entry() 277 status = tx_thread_priority_change(&thread_1, 7, &old_priority); in thread_0_entry() 289 status = tx_thread_priority_change(&thread_0, 7, &old_priority); in thread_0_entry() [all …]
|
| D | threadx_mutex_nested_priority_inheritance_test.c | 553 tx_thread_priority_change(&thread_0, 15, &old_priority); in thread_1_entry() 566 tx_thread_priority_change(&thread_0, 15, &old_priority); in thread_1_entry() 591 tx_thread_priority_change(&thread_0, 15, &old_priority); in thread_2_entry() 604 tx_thread_priority_change(&thread_0, 15, &old_priority); in thread_2_entry()
|
| D | threadx_thread_preemption_change_test.c | 240 status = tx_thread_priority_change(&thread_0, 7, &old_threshold); in thread_0_entry() 241 status += tx_thread_priority_change(&thread_1, 5, &old_threshold); in thread_0_entry()
|
| D | threadx_thread_basic_execution_test.c | 175 status = tx_thread_priority_change(&thread_0, 1, &old_value); in test_isr() 692 status = tx_thread_priority_change(TX_NULL, 1, TX_NULL); in thread_0_entry() 704 status = tx_thread_priority_change(&thread_2, 1, TX_NULL); in thread_0_entry() 715 status = tx_thread_priority_change(&thread_0, 1, TX_NULL); in thread_0_entry() 726 status = tx_thread_priority_change(&thread_0, 2046, &old_value); in thread_0_entry()
|
| D | threadx_mutex_suspension_timeout_test.c | 225 tx_thread_priority_change(&low_priority, 10, &old_priority); in thread_0_entry() 234 tx_thread_priority_change(&low_priority, 30, &old_priority); in thread_0_entry()
|
| D | threadx_queue_full_suspension_test.c | 299 tx_thread_priority_change(&thread_2, 15, &old_priority); in thread_1_entry() 349 tx_thread_priority_change(&thread_2a, 15, &old_priority); in thread_1a_entry()
|
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_setschedparam.c | 104 …tx_thread_priority_change(TheThread, (TX_LOWEST_PRIORITY - thread_tcb->current_priority + 1),&Tmp); in pthread_setschedparam()
|
| /ThreadX-v6.4.1/ports/c667x/ccs/example_build/tx/Release/ |
| D | subdir_vars.mk | 97 ../tx_thread_priority_change.c \ 283 ./tx_thread_priority_change.d \ 472 ./tx_thread_priority_change.obj \
|
| D | ccsObjs.opt | 1 …nce_system_info_get.obj" "./tx_thread_preemption_change.obj" "./tx_thread_priority_change.obj" "./…
|
| /ThreadX-v6.4.1/ports/linux/gnu/example_build/ |
| D | file_list.mk | 155 tx_thread_priority_change.c \
|
| /ThreadX-v6.4.1/ports_smp/linux/gnu/example_build/ |
| D | file_list.mk | 164 tx_thread_priority_change.c \
|
| /ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/ |
| D | txe.gpj | 116 tx_thread_priority_change.c
|
| D | tx.gpj | 115 tx_thread_priority_change.c
|
| /ThreadX-v6.4.1/ports/cortex_r4/ghs/example_build/ |
| D | txe.gpj | 119 ..\..\..\..\common\src\tx_thread_priority_change.c
|
| /ThreadX-v6.4.1/common/ |
| D | CMakeLists.txt | 95 ${CMAKE_CURRENT_LIST_DIR}/src/tx_thread_priority_change.c
|
| /ThreadX-v6.4.1/ports/cortex_m7/ghs/example_build/ |
| D | tx.gpj | 111 ..\..\..\..\common\src\tx_thread_priority_change.c
|
| D | txe.gpj | 112 ..\..\..\..\common\src\tx_thread_priority_change.c
|
| /ThreadX-v6.4.1/test/smp/cmake/threadx_smp/common_smp/ |
| D | CMakeLists.txt | 158 ${CURRENT_DIR}/src/tx_thread_priority_change.c
|