Home
last modified time | relevance | path

Searched refs:tx_thread_smp_core_get (Results 1 – 16 of 16) sorted by relevance

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_smp_one_thread_dynamic_exclusion_test.c94 if ((status != TX_SUCCESS) || (tx_thread_smp_core_get() != 1)) in thread_0_entry()
106 if ((status != TX_SUCCESS) || (tx_thread_smp_core_get() != 2)) in thread_0_entry()
118 if ((status != TX_SUCCESS) || (tx_thread_smp_core_get() != 3)) in thread_0_entry()
130 if ((status != TX_SUCCESS) || (tx_thread_smp_core_get() != 0)) in thread_0_entry()
Dthreadx_smp_multiple_threads_one_core_test.c221 …if ((status != TX_SUCCESS) || (error) || (thread_1_counter != 1) || (tx_thread_smp_core_get() != 0… in thread_0_entry()
246 if (tx_thread_smp_core_get() != 1) in thread_1_entry()
262 if (tx_thread_smp_core_get() != 2) in thread_2_entry()
278 if (tx_thread_smp_core_get() != 3) in thread_3_entry()
294 if (tx_thread_smp_core_get() != 0) in thread_4_entry()
310 if (tx_thread_smp_core_get() != 1) in thread_5_entry()
326 if (tx_thread_smp_core_get() != 2) in thread_6_entry()
342 if (tx_thread_smp_core_get() != 3) in thread_7_entry()
Dthreadx_smp_two_threads_one_core_test.c225 if (tx_thread_smp_core_get() != 1) in thread_1_entry()
243 if (tx_thread_smp_core_get() != 1) in thread_2_entry()
Dthreadx_smp_rebalance_exclusion_test.c198 if (tx_thread_smp_core_get() != 0) in thread_31k_entry()
Dthreadx_smp_random_resume_suspend_exclusion_test.c2356 core = tx_thread_smp_core_get(); in thread_entry()
Dthreadx_smp_random_resume_suspend_exclusion_pt_test.c2449 core = tx_thread_smp_core_get(); in thread_entry()
/ThreadX-v6.3.0/test/smp/cmake/threadx_smp/ports_smp/linux/gnu/
DCMakeLists.txt11 ${CURRENT_DIR}/src/tx_thread_smp_core_get.c
/ThreadX-v6.3.0/ports_smp/linux/gnu/example_build/
Dfile_list.mk7 tx_thread_smp_core_get.c \
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/example_build/
Dtx.gpj23 tx_thread_smp_core_get.mip
Dtxe.gpj24 tx_thread_smp_core_get.mip
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/example_build/tx/
Dlibtx.gpj31 ..\..\src\tx_thread_smp_core_get.a64
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/gnu/example_build/
Dbuild_threadx.bat9 mips-sde-elf-gcc -c -g -mmt -EL tx_thread_smp_core_get.S
211 mips-sde-elf-ar -r tx.a tx_thread_smp_core_get.o tx_thread_smp_core_preempt.o tx_thread_smp_current…
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/gnu/example_build/
Dbuild_threadx.bat15 arm-none-eabi-gcc -c -g -mcpu=cortex-a7 ../src/tx_thread_smp_core_get.S
256 arm-none-eabi-ar -r tx.a tx_thread_smp_core_get.o tx_thread_smp_core_preempt.o tx_thread_smp_curren…
/ThreadX-v6.3.0/ports_smp/cortex_a9_smp/gnu/example_build/
Dbuild_threadx.bat11 arm-none-eabi-gcc -c -g -mcpu=cortex-a9 ../src/tx_thread_smp_core_get.S
256 arm-none-eabi-ar -r tx.a tx_thread_smp_core_get.o tx_thread_smp_core_preempt.o tx_thread_smp_curren…
/ThreadX-v6.3.0/ports_smp/cortex_a5_smp/gnu/example_build/
Dbuild_threadx.bat11 arm-none-eabi-gcc -c -g -mcpu=cortex-a5 ../src/tx_thread_smp_core_get.S
256 arm-none-eabi-ar -r tx.a tx_thread_smp_core_get.o tx_thread_smp_core_preempt.o tx_thread_smp_curren…
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1122 #define tx_thread_smp_core_get _tx_thread_smp_core_get macro