Home
last modified time | relevance | path

Searched refs:tx_thread_preemption_change (Results 1 – 25 of 92) sorted by relevance

1234

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_preemption_change_test.c143 status = tx_thread_preemption_change(&thread_0, 15, &old_threshold); in thread_0_entry()
146 status += tx_thread_preemption_change(&thread_0, 16, &old_threshold); in thread_0_entry()
159 status = tx_thread_preemption_change(&thread_2, 11, &old_threshold); in thread_0_entry()
172 status = tx_thread_preemption_change(&thread_0, 15, &old_threshold); in thread_0_entry()
203 status = tx_thread_preemption_change(&thread_0, 14, &old_threshold); in thread_0_entry()
227 status = tx_thread_preemption_change(&thread_0, 15, &old_threshold); in thread_0_entry()
253 status = tx_thread_preemption_change(&thread_0, 0, &old_threshold); in thread_0_entry()
283 status = tx_thread_preemption_change(&thread_0, old_threshold, &old_threshold); in thread_0_entry()
344 tx_thread_preemption_change(&thread_1, 15, &old_threshold); in thread_1_entry()
Dthreadx_mutex_nested_priority_inheritance_test.c554 tx_thread_preemption_change(&thread_0, 14, &old_threshold); in thread_1_entry()
567 tx_thread_preemption_change(&thread_0, 8, &old_threshold); in thread_1_entry()
592 tx_thread_preemption_change(&thread_0, 14, &old_threshold); in thread_2_entry()
605 tx_thread_preemption_change(&thread_0, 8, &old_threshold); in thread_2_entry()
Dthreadx_thread_basic_execution_test.c152 status = tx_thread_preemption_change(&thread_0, 1, &old_value); in test_isr()
574 status = tx_thread_preemption_change(TX_NULL, 1, TX_NULL); in thread_0_entry()
586 status = tx_thread_preemption_change(&thread_2, 1, TX_NULL); in thread_0_entry()
597 status = tx_thread_preemption_change(&thread_0, 1, TX_NULL); in thread_0_entry()
608 status = tx_thread_preemption_change(&thread_0, 17, &old_value); in thread_0_entry()
Dthreadx_thread_relinquish_test.c312 status += tx_thread_preemption_change(&thread_3, 3, &old_threshold); in thread_3_entry()
319 status += tx_thread_preemption_change(&thread_3, old_threshold, &old_threshold); in thread_3_entry()
Dthreadx_smp_non_trivial_scheduling_test.c211 status += tx_thread_preemption_change(&thread_3, 2, &original_threshold); in thread_0_entry()
Dthreadx_thread_multi_level_preemption_threshold_test.c506 status = tx_thread_preemption_change(&thread_0, ((TX_MAX_PRIORITIES/2)+1), &old_preempt); in thread_0_entry()
524 status = tx_thread_preemption_change(&thread_0, 17, &old_preempt); in thread_0_entry()
Dthreadx_thread_priority_change.c378 status = tx_thread_preemption_change(&thread_1, 14, &old_threshold); in thread_0_entry()
Dthreadx_smp_random_resume_suspend_exclusion_pt_test.c2207 status += tx_thread_preemption_change(&thread_16, 8, &original_threshold); in control_thread_entry()
2236 status += tx_thread_preemption_change(&thread_4, 4, &original_threshold); in control_thread_entry()
2237 status += tx_thread_preemption_change(&thread_16, 16, &original_threshold); in control_thread_entry()
2307tx_thread_preemption_change(thread_ptr, thread_ptr -> tx_thread_priority - 20, &original_threshold… in control_thread_entry()
2391tx_thread_preemption_change(thread_ptr, thread_ptr -> tx_thread_priority, &original_threshold); in control_thread_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_preemption_change_test.c143 status = tx_thread_preemption_change(&thread_0, 15, &old_threshold); in thread_0_entry()
146 status += tx_thread_preemption_change(&thread_0, 16, &old_threshold); in thread_0_entry()
159 status = tx_thread_preemption_change(&thread_2, 11, &old_threshold); in thread_0_entry()
172 status = tx_thread_preemption_change(&thread_0, 15, &old_threshold); in thread_0_entry()
203 status = tx_thread_preemption_change(&thread_0, 14, &old_threshold); in thread_0_entry()
227 status = tx_thread_preemption_change(&thread_0, 15, &old_threshold); in thread_0_entry()
253 status = tx_thread_preemption_change(&thread_0, 0, &old_threshold); in thread_0_entry()
283 status = tx_thread_preemption_change(&thread_0, old_threshold, &old_threshold); in thread_0_entry()
Dthreadx_mutex_nested_priority_inheritance_test.c554 tx_thread_preemption_change(&thread_0, 14, &old_threshold); in thread_1_entry()
567 tx_thread_preemption_change(&thread_0, 8, &old_threshold); in thread_1_entry()
592 tx_thread_preemption_change(&thread_0, 14, &old_threshold); in thread_2_entry()
605 tx_thread_preemption_change(&thread_0, 8, &old_threshold); in thread_2_entry()
Dthreadx_thread_basic_execution_test.c164 status = tx_thread_preemption_change(&thread_0, 1, &old_value); in test_isr()
646 status = tx_thread_preemption_change(TX_NULL, 1, TX_NULL); in thread_0_entry()
658 status = tx_thread_preemption_change(&thread_2, 1, TX_NULL); in thread_0_entry()
669 status = tx_thread_preemption_change(&thread_0, 1, TX_NULL); in thread_0_entry()
680 status = tx_thread_preemption_change(&thread_0, 17, &old_value); in thread_0_entry()
Dthreadx_mutex_suspension_timeout_test.c224 tx_thread_preemption_change(&thread_0, 10, &old_preempt); in thread_0_entry()
235 tx_thread_preemption_change(&low_priority, 10, &old_preempt); in thread_0_entry()
Dthreadx_thread_multi_level_preemption_threshold_test.c506 status = tx_thread_preemption_change(&thread_0, ((TX_MAX_PRIORITIES/2)+1), &old_preempt); in thread_0_entry()
524 status = tx_thread_preemption_change(&thread_0, 17, &old_preempt); in thread_0_entry()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_cond_broadcast.c121 tx_thread_preemption_change(thread,0,&old_threshold); in pthread_cond_broadcast()
131 tx_thread_preemption_change(thread,old_threshold,&dummy); in pthread_cond_broadcast()
144 tx_thread_preemption_change(thread,old_threshold,&dummy); in pthread_cond_broadcast()
Dpx_pth_once.c93 tx_thread_preemption_change( tx_thread_identify(), 0, &old_treshold); in pthread_once()
101 tx_thread_preemption_change( tx_thread_identify(),old_treshold, &temp); in pthread_once()
110 tx_thread_preemption_change( tx_thread_identify(),old_treshold, &temp); in pthread_once()
Dpx_cond_wait.c104 tx_thread_preemption_change(thread,0,&old_threshold); in pthread_cond_wait()
113 tx_thread_preemption_change(thread, old_threshold, &dummy); in pthread_cond_wait()
Dpx_cond_timedwait.c110 tx_thread_preemption_change(thread,0,&old_threshold); in pthread_cond_timedwait()
120 tx_thread_preemption_change(thread, old_threshold, &dummy); in pthread_cond_timedwait()
/ThreadX-v6.4.1/ports/c667x/ccs/example_build/tx/Release/
Dsubdir_vars.mk96 ../tx_thread_preemption_change.c \
282 ./tx_thread_preemption_change.d \
471 ./tx_thread_preemption_change.obj \
DccsObjs.opt1 …info_get.obj" "./tx_thread_performance_system_info_get.obj" "./tx_thread_preemption_change.obj" ".…
/ThreadX-v6.4.1/ports/linux/gnu/example_build/
Dfile_list.mk154 tx_thread_preemption_change.c \
/ThreadX-v6.4.1/ports_smp/linux/gnu/example_build/
Dfile_list.mk163 tx_thread_preemption_change.c \
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/
Dtxe.gpj115 tx_thread_preemption_change.c
Dtx.gpj114 tx_thread_preemption_change.c
/ThreadX-v6.4.1/ports/cortex_r4/ghs/example_build/
Dtxe.gpj118 ..\..\..\..\common\src\tx_thread_preemption_change.c
/ThreadX-v6.4.1/common/
DCMakeLists.txt94 ${CMAKE_CURRENT_LIST_DIR}/src/tx_thread_preemption_change.c

1234