Home
last modified time | relevance | path

Searched refs:tx_thread_priority_change (Results 1 – 25 of 95) sorted by relevance

1234

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_priority_change.c238 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 …]
Dthreadx_mutex_nested_priority_inheritance_test.c553 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()
Dthreadx_thread_basic_execution_test.c163 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()
Dthreadx_thread_preemption_change_test.c240 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()
Dthreadx_mutex_priority_inheritance_test.c506 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()
Dthreadx_queue_full_suspension_test.c299 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()
Dthreadx_thread_relinquish_test.c309 status = tx_thread_priority_change(&thread_3, 31, &old_priority); in thread_3_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_priority_change.c177 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 …]
Dthreadx_mutex_nested_priority_inheritance_test.c553 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()
Dthreadx_thread_preemption_change_test.c240 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()
Dthreadx_thread_basic_execution_test.c175 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()
Dthreadx_mutex_suspension_timeout_test.c225 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()
Dthreadx_queue_full_suspension_test.c299 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/
Dpx_pth_setschedparam.c104tx_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/
Dsubdir_vars.mk97 ../tx_thread_priority_change.c \
283 ./tx_thread_priority_change.d \
472 ./tx_thread_priority_change.obj \
DccsObjs.opt1 …nce_system_info_get.obj" "./tx_thread_preemption_change.obj" "./tx_thread_priority_change.obj" "./…
/ThreadX-v6.4.1/ports/linux/gnu/example_build/
Dfile_list.mk155 tx_thread_priority_change.c \
/ThreadX-v6.4.1/ports_smp/linux/gnu/example_build/
Dfile_list.mk164 tx_thread_priority_change.c \
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/
Dtxe.gpj116 tx_thread_priority_change.c
Dtx.gpj115 tx_thread_priority_change.c
/ThreadX-v6.4.1/ports/cortex_r4/ghs/example_build/
Dtxe.gpj119 ..\..\..\..\common\src\tx_thread_priority_change.c
/ThreadX-v6.4.1/common/
DCMakeLists.txt95 ${CMAKE_CURRENT_LIST_DIR}/src/tx_thread_priority_change.c
/ThreadX-v6.4.1/ports/cortex_m7/ghs/example_build/
Dtx.gpj111 ..\..\..\..\common\src\tx_thread_priority_change.c
Dtxe.gpj112 ..\..\..\..\common\src\tx_thread_priority_change.c
/ThreadX-v6.4.1/test/smp/cmake/threadx_smp/common_smp/
DCMakeLists.txt158 ${CURRENT_DIR}/src/tx_thread_priority_change.c

1234