Home
last modified time | relevance | path

Searched refs:tx_thread_smp_core_exclude (Results 1 – 25 of 26) sorted by relevance

12

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_smp_one_thread_dynamic_exclusion_test.c53 status += tx_thread_smp_core_exclude(&thread_0, 0x0); /* No exclusions! */ in test_application_define()
91 status = tx_thread_smp_core_exclude(&thread_0, 0xD); /* Only core 1! */ in thread_0_entry()
103 status = tx_thread_smp_core_exclude(&thread_0, 0xB); /* Only core 2! */ in thread_0_entry()
115 status = tx_thread_smp_core_exclude(&thread_0, 0x7); /* Only core 3! */ in thread_0_entry()
127 status = tx_thread_smp_core_exclude(&thread_0, 0xE); /* Only core 0! */ in thread_0_entry()
Dthreadx_smp_relinquish_test.c72 status += tx_thread_smp_core_exclude(&thread_0, 0xE); /* Core 0 only! */ in test_application_define()
86 status += tx_thread_smp_core_exclude(&thread_31a, 0); /* Any core. */ in test_application_define()
100 status += tx_thread_smp_core_exclude(&thread_31b, 0); /* Any core. */ in test_application_define()
115 status += tx_thread_smp_core_exclude(&thread_31c, 0); /* Any core. */ in test_application_define()
130 status += tx_thread_smp_core_exclude(&thread_31d, 0); /* Any core. */ in test_application_define()
144 status += tx_thread_smp_core_exclude(&thread_31e, 0); /* Any core. */ in test_application_define()
158 status += tx_thread_smp_core_exclude(&thread_31f, 0); /* Any core. */ in test_application_define()
173 status += tx_thread_smp_core_exclude(&thread_31g, 0); /* Any core. */ in test_application_define()
187 status += tx_thread_smp_core_exclude(&thread_31h, 0); /* Any core. */ in test_application_define()
Dthreadx_smp_time_slice_test.c72 status += tx_thread_smp_core_exclude(&thread_0, 0xE); /* Core 0 only! */ in test_application_define()
86 status += tx_thread_smp_core_exclude(&thread_31a, 0); /* Any core. */ in test_application_define()
100 status += tx_thread_smp_core_exclude(&thread_31b, 0); /* Any core. */ in test_application_define()
115 status += tx_thread_smp_core_exclude(&thread_31c, 0); /* Any core. */ in test_application_define()
130 status += tx_thread_smp_core_exclude(&thread_31d, 0); /* Any core. */ in test_application_define()
144 status += tx_thread_smp_core_exclude(&thread_31e, 0); /* Any core. */ in test_application_define()
158 status += tx_thread_smp_core_exclude(&thread_31f, 0); /* Any core. */ in test_application_define()
173 status += tx_thread_smp_core_exclude(&thread_31g, 0); /* Any core. */ in test_application_define()
190 status += tx_thread_smp_core_exclude(&thread_31h, 0); /* Any core. */ in test_application_define()
Dthreadx_smp_two_threads_one_core_test.c62 status += tx_thread_smp_core_exclude(&thread_0, 0x0); /* No exclusions! */ in test_application_define()
76 status += tx_thread_smp_core_exclude(&thread_1, 0xD); /* Only core 1! */ in test_application_define()
90 status += tx_thread_smp_core_exclude(&thread_2, 0xD); /* Only core 1! */ in test_application_define()
112 status = tx_thread_smp_core_exclude(TX_NULL, 1); in test_application_define()
124 status = tx_thread_smp_core_exclude(&thread_3, 1); in test_application_define()
256 if (tx_thread_smp_core_exclude(&thread_2, 0x2)) in thread_2_entry()
Dthreadx_smp_non_trivial_scheduling_test.c64 status += tx_thread_smp_core_exclude(&thread_0, 0xE); /* Only allow core 0 for now */ in test_application_define()
78 status += tx_thread_smp_core_exclude(&thread_1, 0x9); /* Exclude core 2 and 1 */ in test_application_define()
92 status += tx_thread_smp_core_exclude(&thread_2, 0xB); /* Exclude core 3, 1 and 0 */ in test_application_define()
106 status += tx_thread_smp_core_exclude(&thread_3, 0xE); /* Exclude core 0 */ in test_application_define()
143 status = tx_thread_smp_core_exclude(&thread_0, 0xC); /* Allow core 0 and 1 */ in thread_0_entry()
214 status += tx_thread_smp_core_exclude(&thread_0, 0xE); in thread_0_entry()
215 status += tx_thread_smp_core_exclude(&thread_0, 0xC); in thread_0_entry()
218 status += tx_thread_smp_core_exclude(&thread_1, 0xD); in thread_0_entry()
219 status += tx_thread_smp_core_exclude(&thread_1, 0x9); in thread_0_entry()
Dthreadx_smp_multiple_threads_one_core_test.c74 status += tx_thread_smp_core_exclude(&thread_0, 0xE); /* Core 0 only! */ in test_application_define()
88 status += tx_thread_smp_core_exclude(&thread_1, 0xD); /* Only core 1! */ in test_application_define()
102 status += tx_thread_smp_core_exclude(&thread_2, 0xB); /* Only core 2! */ in test_application_define()
116 status += tx_thread_smp_core_exclude(&thread_3, 0x7); /* Only core 3! */ in test_application_define()
130 status += tx_thread_smp_core_exclude(&thread_4, 0xE); /* Only core 0! */ in test_application_define()
144 status += tx_thread_smp_core_exclude(&thread_5, 0xD); /* Only core 1! */ in test_application_define()
158 status += tx_thread_smp_core_exclude(&thread_6, 0xB); /* Only core 2! */ in test_application_define()
172 status += tx_thread_smp_core_exclude(&thread_7, 0x7); /* Only core 3! */ in test_application_define()
Dthreadx_smp_resume_suspend_accending_order_test.c93 status += tx_thread_smp_core_exclude(&thread_0, 0xE); /* Core 0 only! */ in test_application_define()
107 status += tx_thread_smp_core_exclude(&thread_1, 0x0); /* No exclusions! */ in test_application_define()
121 status += tx_thread_smp_core_exclude(&thread_2, 0x0); /* No exclusions! */ in test_application_define()
135 status += tx_thread_smp_core_exclude(&thread_3, 0x0); /* No exclusions! */ in test_application_define()
149 status += tx_thread_smp_core_exclude(&thread_4, 0x0); /* No exclusions! */ in test_application_define()
163 status += tx_thread_smp_core_exclude(&thread_5, 0x0); /* No exclusions! */ in test_application_define()
177 status += tx_thread_smp_core_exclude(&thread_6, 0x0); /* No exclusions! */ in test_application_define()
191 status += tx_thread_smp_core_exclude(&thread_7, 0x0); /* No exclusions! */ in test_application_define()
205 status += tx_thread_smp_core_exclude(&thread_8, 0x0); /* No exclusions! */ in test_application_define()
219 status += tx_thread_smp_core_exclude(&thread_9, 0x0); /* No exclusions! */ in test_application_define()
[all …]
Dthreadx_smp_resume_suspend_decending_order_test.c93 status += tx_thread_smp_core_exclude(&thread_0, 0xE); /* Core 0 only! */ in test_application_define()
107 status += tx_thread_smp_core_exclude(&thread_1, 0x0); /* No exclusions! */ in test_application_define()
121 status += tx_thread_smp_core_exclude(&thread_2, 0x0); /* No exclusions! */ in test_application_define()
135 status += tx_thread_smp_core_exclude(&thread_3, 0x0); /* No exclusions! */ in test_application_define()
149 status += tx_thread_smp_core_exclude(&thread_4, 0x0); /* No exclusions! */ in test_application_define()
163 status += tx_thread_smp_core_exclude(&thread_5, 0x0); /* No exclusions! */ in test_application_define()
177 status += tx_thread_smp_core_exclude(&thread_6, 0x0); /* No exclusions! */ in test_application_define()
191 status += tx_thread_smp_core_exclude(&thread_7, 0x0); /* No exclusions! */ in test_application_define()
205 status += tx_thread_smp_core_exclude(&thread_8, 0x0); /* No exclusions! */ in test_application_define()
219 status += tx_thread_smp_core_exclude(&thread_9, 0x0); /* No exclusions! */ in test_application_define()
[all …]
Dthreadx_smp_preemption_threshold_test.c71 status += tx_thread_smp_core_exclude(&thread_0, 0xE); /* Core 0 only! */ in test_application_define()
85 status += tx_thread_smp_core_exclude(&thread_1, 0); /* Any core! */ in test_application_define()
99 status += tx_thread_smp_core_exclude(&thread_5, 0); /* Any core! */ in test_application_define()
113 status += tx_thread_smp_core_exclude(&thread_16, 0); /* Any core! */ in test_application_define()
127 status += tx_thread_smp_core_exclude(&thread_16_pt5, 0); /* Any core! */ in test_application_define()
141 status += tx_thread_smp_core_exclude(&thread_18, 0); /* Any core! */ in test_application_define()
155 status += tx_thread_smp_core_exclude(&thread_23_pt17, 0); /* Any core! */ in test_application_define()
169 status += tx_thread_smp_core_exclude(&thread_25, 0); /* Any core! */ in test_application_define()
183 status += tx_thread_smp_core_exclude(&thread_27_pt24, 0); /* Any core! */ in test_application_define()
197 status += tx_thread_smp_core_exclude(&thread_31, 0); /* Any core! */ in test_application_define()
Dthreadx_smp_rebalance_exclusion_test.c62 status += tx_thread_smp_core_exclude(&thread_0, 0x0); /* No exclusions! */ in test_application_define()
76 status += tx_thread_smp_core_exclude(&thread_1, 0x0); /* No exclusions! */ in test_application_define()
90 status += tx_thread_smp_core_exclude(&thread_2, 0x0); /* No exclusions! */ in test_application_define()
104 status += tx_thread_smp_core_exclude(&thread_31k, 0xE); /* Core 0 only! */ in test_application_define()
Dthreadx_thread_relinquish_test.c322 status += tx_thread_smp_core_exclude(&thread_4, 0); in thread_3_entry()
323 status += tx_thread_smp_core_exclude(&thread_5, 0); in thread_3_entry()
324 status += tx_thread_smp_core_exclude(&thread_6, 0); in thread_3_entry()
325 status += tx_thread_smp_core_exclude(&thread_7, 0); in thread_3_entry()
326 status += tx_thread_smp_core_exclude(&thread_8, 0); in thread_3_entry()
327 status += tx_thread_smp_core_exclude(&thread_9, 0); in thread_3_entry()
Dtestcontrol.c555 status += tx_thread_smp_core_exclude(&test_thread4, 0xD); in tx_application_define()
556 status += tx_thread_smp_core_exclude(&test_thread5, 0xD); in tx_application_define()
565 status += tx_thread_smp_core_exclude(&test_thread14, 0); in tx_application_define()
566 status += tx_thread_smp_core_exclude(&test_thread13, 0); in tx_application_define()
567 status += tx_thread_smp_core_exclude(&test_thread12, 0); in tx_application_define()
568 status += tx_thread_smp_core_exclude(&test_thread11, 0); in tx_application_define()
569 status += tx_thread_smp_core_exclude(&test_thread10, 0); in tx_application_define()
570 status += tx_thread_smp_core_exclude(&test_thread9, 0xC); in tx_application_define()
571 status += tx_thread_smp_core_exclude(&test_thread8, 0x3); in tx_application_define()
572 status += tx_thread_smp_core_exclude(&test_thread7, 0xE); in tx_application_define()
[all …]
Dthreadx_thread_basic_time_slice_test.c48 status += tx_thread_smp_core_exclude(&thread_1, 0xF); in test_application_define()
Dthreadx_smp_random_resume_suspend_exclusion_pt_test.c2203 status = tx_thread_smp_core_exclude(&thread_2, 0x7); in control_thread_entry()
2204 status += tx_thread_smp_core_exclude(&thread_4, 0x7); in control_thread_entry()
2205 status += tx_thread_smp_core_exclude(&thread_16, 0x7); in control_thread_entry()
2206 status += tx_thread_smp_core_exclude(&thread_22, 0); in control_thread_entry()
2232 status = tx_thread_smp_core_exclude(&thread_2, 0); in control_thread_entry()
2233 status += tx_thread_smp_core_exclude(&thread_4, 0); in control_thread_entry()
2234 status += tx_thread_smp_core_exclude(&thread_16, 0); in control_thread_entry()
2235 status += tx_thread_smp_core_exclude(&thread_22, 0); in control_thread_entry()
2300 tx_thread_smp_core_exclude(thread_ptr, exclusions); in control_thread_entry()
2384 tx_thread_smp_core_exclude(thread_ptr, 0); in control_thread_entry()
Dthreadx_smp_random_resume_suspend_exclusion_test.c2240 tx_thread_smp_core_exclude(thread_ptr, exclusions); in control_thread_entry()
2317 tx_thread_smp_core_exclude(thread_ptr, 0); in control_thread_entry()
/ThreadX-v6.4.1/ports_smp/linux/gnu/example_build/
Dfile_list.mk170 tx_thread_smp_core_exclude.c \
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/
Dtx.gpj126 tx_thread_smp_core_exclude.c
Dtxe.gpj127 tx_thread_smp_core_exclude.c
/ThreadX-v6.4.1/test/smp/cmake/threadx_smp/common_smp/
DCMakeLists.txt203 ${CURRENT_DIR}/src/tx_thread_smp_core_exclude.c
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/example_build/tx/
Dlibtx.gpj128 ..\..\..\..\..\common_smp\src\tx_thread_smp_core_exclude.c
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/example_build/
Dbuild_threadx.bat104 mips-sde-elf-gcc -c -g -mmt -EL tx_thread_smp_core_exclude.c
229 mips-sde-elf-ar -r tx.a tx_thread_smp_core_exclude.o tx_thread_smp_core_exclude_get.o tx_thread_smp…
/ThreadX-v6.4.1/ports_smp/cortex_a9_smp/gnu/example_build/
Dbuild_threadx.bat212 …ex-a9 -I../../../../common_smp/inc -I../inc ../../../../common_smp/src/tx_thread_smp_core_exclude.c
254 arm-none-eabi-ar -r tx.a tx_thread_smp_rebalance_execute_list.o tx_thread_smp_core_exclude.o tx_thr…
/ThreadX-v6.4.1/ports_smp/cortex_a5_smp/gnu/example_build/
Dbuild_threadx.bat212 …ex-a5 -I../../../../common_smp/inc -I../inc ../../../../common_smp/src/tx_thread_smp_core_exclude.c
254 arm-none-eabi-ar -r tx.a tx_thread_smp_rebalance_execute_list.o tx_thread_smp_core_exclude.o tx_thr…
/ThreadX-v6.4.1/ports_smp/cortex_a7_smp/gnu/example_build/
Dbuild_threadx.bat212 …ex-a7 -I../../../../common_smp/inc -I../inc ../../../../common_smp/src/tx_thread_smp_core_exclude.c
254 arm-none-eabi-ar -r tx.a tx_thread_smp_rebalance_execute_list.o tx_thread_smp_core_exclude.o tx_thr…
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1125 #define tx_thread_smp_core_exclude _tx_thread_smp_core_exclude macro

12