Home
last modified time | relevance | path

Searched refs:thread_6 (Results 1 – 25 of 239) sorted by relevance

12345678910

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_smp_multiple_threads_one_core_test.c14 static TX_THREAD thread_6; variable
154 status = tx_thread_create(&thread_6, "thread 6", thread_6_entry, 0, in test_application_define()
158 status += tx_thread_smp_core_exclude(&thread_6, 0xB); /* Only core 2! */ in test_application_define()
214 status += tx_thread_resume(&thread_6); in thread_0_entry()
330 tx_thread_suspend(&thread_6); in thread_6_entry()
Dthreadx_thread_relinquish_test.c27 static TX_THREAD thread_6; variable
160 status = tx_thread_create(&thread_6, "thread 6", thread_6_entry, 6, in test_application_define()
324 status += tx_thread_smp_core_exclude(&thread_6, 0); in thread_3_entry()
333 status += tx_thread_resume(&thread_6); in thread_3_entry()
Dthreadx_mutex_proritize_test.c36 static TX_THREAD thread_6; variable
188 status = tx_thread_create(&thread_6, "thread 6", thread_6_entry, 6, in test_application_define()
325 tx_thread_resume(&thread_6); in thread_0_entry()
522 tx_thread_suspend(&thread_6); in thread_6_entry()
Dthreadx_queue_prioritize.c35 static TX_THREAD thread_6; variable
194 status = tx_thread_create(&thread_6, "thread 6", thread_6_entry, 6, in test_application_define()
345 tx_thread_resume(&thread_6); in thread_0_entry()
Dthreadx_semaphore_prioritize.c36 static TX_THREAD thread_6; variable
194 status = tx_thread_create(&thread_6, "thread 6", thread_6_entry, 6, in test_application_define()
344 tx_thread_resume(&thread_6); in thread_0_entry()
Dthreadx_block_memory_prioritize_test.c37 static TX_THREAD thread_6; variable
188 status = tx_thread_create(&thread_6, "thread 6", thread_6_entry, 6, in test_application_define()
309 tx_thread_resume(&thread_6); in thread_0_entry()
Dthreadx_byte_memory_prioritize_test.c36 static TX_THREAD thread_6; variable
186 status = tx_thread_create(&thread_6, "thread 6", thread_6_entry, 6, in test_application_define()
306 tx_thread_resume(&thread_6); in thread_0_entry()
Dthreadx_mutex_nested_priority_inheritance_test.c18 static TX_THREAD thread_6; variable
155 status = tx_thread_create(&thread_6, "thread 6", thread_6_entry, 6, in test_application_define()
481 status = tx_thread_resume(&thread_6); in thread_0_entry()
696 tx_thread_suspend(&thread_6); in thread_6_entry()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_mutex_proritize_test.c36 static TX_THREAD thread_6; variable
188 status = tx_thread_create(&thread_6, "thread 6", thread_6_entry, 6, in test_application_define()
325 tx_thread_resume(&thread_6); in thread_0_entry()
522 tx_thread_suspend(&thread_6); in thread_6_entry()
Dthreadx_byte_memory_prioritize_test.c36 static TX_THREAD thread_6; variable
186 status = tx_thread_create(&thread_6, "thread 6", thread_6_entry, 6, in test_application_define()
306 tx_thread_resume(&thread_6); in thread_0_entry()
Dthreadx_queue_prioritize.c35 static TX_THREAD thread_6; variable
194 status = tx_thread_create(&thread_6, "thread 6", thread_6_entry, 6, in test_application_define()
345 tx_thread_resume(&thread_6); in thread_0_entry()
Dthreadx_semaphore_prioritize.c36 static TX_THREAD thread_6; variable
194 status = tx_thread_create(&thread_6, "thread 6", thread_6_entry, 6, in test_application_define()
344 tx_thread_resume(&thread_6); in thread_0_entry()
Dthreadx_block_memory_prioritize_test.c37 static TX_THREAD thread_6; variable
188 status = tx_thread_create(&thread_6, "thread 6", thread_6_entry, 6, in test_application_define()
309 tx_thread_resume(&thread_6); in thread_0_entry()
Dthreadx_mutex_nested_priority_inheritance_test.c18 static TX_THREAD thread_6; variable
155 status = tx_thread_create(&thread_6, "thread 6", thread_6_entry, 6, in test_application_define()
481 status = tx_thread_resume(&thread_6); in thread_0_entry()
696 tx_thread_suspend(&thread_6); in thread_6_entry()
/ThreadX-v6.3.0/ports/cortex_m33/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c23 static TX_THREAD thread_6; variable
154 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
198 tx_thread_secure_stack_allocate(&thread_6,256); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m55/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c23 static TX_THREAD thread_6; variable
154 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
198 tx_thread_secure_stack_allocate(&thread_6,256); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m23/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c23 static TX_THREAD thread_6; variable
173 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
178 tx_thread_secure_stack_allocate(&thread_6,256); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx_module.c43 TX_THREAD *thread_6; variable
118 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
189 tx_thread_create(thread_6, "module thread 6", thread_6_and_7_entry, 6, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m7/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c43 TX_THREAD *thread_6; variable
118 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
189 tx_thread_create(thread_6, "module thread 6", thread_6_and_7_entry, 6, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m7/gnu/example_build/
Dsample_threadx_module.c37 TX_THREAD *thread_6; variable
112 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
183 tx_thread_create(thread_6, "module thread 6", thread_6_and_7_entry, 6, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m7/iar/example_build/
Dsample_threadx_module.c37 TX_THREAD *thread_6; variable
112 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
183 tx_thread_create(thread_6, "module thread 6", thread_6_and_7_entry, 6, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_r4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c37 TX_THREAD *thread_6; variable
113 txm_module_object_allocate((void *) &thread_6, sizeof(TX_THREAD)); in demo_module_start()
183 tx_thread_create(thread_6, "module thread 6", thread_6_and_7_entry, 6, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_r4/iar/example_build/
Dsample_threadx_module.c37 TX_THREAD *thread_6; variable
112 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
183 tx_thread_create(thread_6, "module thread 6", thread_6_and_7_entry, 6, in demo_module_start()
/ThreadX-v6.3.0/ports_module/rxv2/iar/example_build/
Dsample_threadx_module.c36 TX_THREAD *thread_6; variable
110 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
181 tx_thread_create(thread_6, "module thread 6", thread_6_and_7_entry, 6, in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m33/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c45 TX_THREAD *thread_6; variable
120 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
191 tx_thread_create(thread_6, "module thread 6", thread_6_and_7_entry, 6, in demo_module_start()

12345678910