Home
last modified time | relevance | path

Searched refs:thread_7 (Results 1 – 25 of 223) sorted by relevance

123456789

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_smp_multiple_threads_one_core_test.c15 static TX_THREAD thread_7; variable
168 status = tx_thread_create(&thread_7, "thread 7", thread_7_entry, 0, in test_application_define()
172 status += tx_thread_smp_core_exclude(&thread_7, 0x7); /* Only core 3! */ in test_application_define()
215 status += tx_thread_resume(&thread_7); in thread_0_entry()
346 tx_thread_suspend(&thread_7); in thread_7_entry()
Dthreadx_thread_relinquish_test.c30 static TX_THREAD thread_7; variable
174 status = tx_thread_create(&thread_7, "thread 7", thread_7_entry, 7, in test_application_define()
325 status += tx_thread_smp_core_exclude(&thread_7, 0); in thread_3_entry()
334 status += tx_thread_resume(&thread_7); in thread_3_entry()
/ThreadX-v6.3.0/ports/cortex_m33/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c24 static TX_THREAD thread_7; variable
161 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
199 tx_thread_secure_stack_allocate(&thread_7,256); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m55/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c24 static TX_THREAD thread_7; variable
161 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
199 tx_thread_secure_stack_allocate(&thread_7,256); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m23/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c24 static TX_THREAD thread_7; variable
183 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
188 tx_thread_secure_stack_allocate(&thread_7,256); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx_module.c44 TX_THREAD *thread_7; variable
119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
196 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m7/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c44 TX_THREAD *thread_7; variable
119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
196 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m7/gnu/example_build/
Dsample_threadx_module.c38 TX_THREAD *thread_7; variable
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m7/iar/example_build/
Dsample_threadx_module.c38 TX_THREAD *thread_7; variable
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_r4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c38 TX_THREAD *thread_7; variable
114 txm_module_object_allocate((void *) &thread_7, sizeof(TX_THREAD)); in demo_module_start()
190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_r4/iar/example_build/
Dsample_threadx_module.c38 TX_THREAD *thread_7; variable
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/rxv2/iar/example_build/
Dsample_threadx_module.c37 TX_THREAD *thread_7; variable
111 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
188 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m33/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c46 TX_THREAD *thread_7; variable
121 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
198 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m33/gnu/example_build/
Dsample_threadx_module.c38 TX_THREAD *thread_7; variable
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m33/iar/example_build/
Dsample_threadx_module.c38 TX_THREAD *thread_7; variable
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m4/ac5/example_build/
Dsample_threadx_module.c44 TX_THREAD *thread_7; variable
119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
196 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c44 TX_THREAD *thread_7; variable
119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
196 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m4/gnu/example_build/
Dsample_threadx_module.c38 TX_THREAD *thread_7; variable
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m4/iar/example_build/
Dsample_threadx_module.c38 TX_THREAD *thread_7; variable
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_a7/gnu/example_build/
Dsample_threadx_module.c38 TX_THREAD *thread_7; variable
113 txm_module_object_allocate((void *) &thread_7, sizeof(TX_THREAD)); in demo_module_start()
189 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_a7/iar/example_build/
Dsample_threadx_module.c38 TX_THREAD *thread_7; variable
113 txm_module_object_allocate((void *) &thread_7, sizeof(TX_THREAD)); in demo_module_start()
189 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m0+/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c44 TX_THREAD *thread_7; variable
119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
196 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m0+/gnu/example_build/sample_threadx_module/
Dsample_threadx_module.c44 TX_THREAD *thread_7; variable
119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
196 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m0+/iar/example_build/
Dsample_threadx_module.c42 TX_THREAD *thread_7; variable
117 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
194 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m23/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c45 TX_THREAD *thread_7; variable
120 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
197 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()

123456789