Home
last modified time | relevance | path

Searched refs:thread_5 (Results 1 – 25 of 247) sorted by relevance

12345678910

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_smp_preemption_threshold_test.c11 static TX_THREAD thread_5; variable
95 status = tx_thread_create(&thread_5, "thread 5", thread_entry, 2, in test_application_define()
99 status += tx_thread_smp_core_exclude(&thread_5, 0); /* Any core! */ in test_application_define()
331 status = tx_thread_resume(&thread_5); in thread_0_entry()
361 …TX_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_5) in thread_0_entry()
377 …TX_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_5) in thread_0_entry()
392 …TX_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_5) in thread_0_entry()
408 …TX_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_5) in thread_0_entry()
423 …TX_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_5) in thread_0_entry()
438 …TX_SUCCESS) || (_tx_thread_execute_ptr[0] != &thread_0) || (_tx_thread_execute_ptr[1] != &thread_5) in thread_0_entry()
[all …]
Dthreadx_smp_multiple_threads_one_core_test.c13 static TX_THREAD thread_5; variable
140 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 0, in test_application_define()
144 status += tx_thread_smp_core_exclude(&thread_5, 0xD); /* Only core 1! */ in test_application_define()
213 status += tx_thread_resume(&thread_5); in thread_0_entry()
314 tx_thread_suspend(&thread_5); in thread_5_entry()
Dthreadx_mutex_proritize_test.c33 static TX_THREAD thread_5; variable
81 tx_thread_wait_abort(&thread_5); in test_isr()
175 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in test_application_define()
324 tx_thread_resume(&thread_5); in thread_0_entry()
497 tx_thread_suspend(&thread_5); in thread_5_entry()
Dthreadx_thread_relinquish_test.c24 static TX_THREAD thread_5; variable
146 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in test_application_define()
323 status += tx_thread_smp_core_exclude(&thread_5, 0); in thread_3_entry()
332 status += tx_thread_resume(&thread_5); in thread_3_entry()
Dthreadx_queue_prioritize.c32 static TX_THREAD thread_5; variable
86 tx_thread_wait_abort(&thread_5); in test_isr()
181 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in test_application_define()
344 tx_thread_resume(&thread_5); in thread_0_entry()
Dthreadx_semaphore_prioritize.c33 static TX_THREAD thread_5; variable
80 tx_thread_wait_abort(&thread_5); in test_isr()
181 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in test_application_define()
343 tx_thread_resume(&thread_5); in thread_0_entry()
Dthreadx_block_memory_prioritize_test.c34 static TX_THREAD thread_5; variable
81 tx_thread_wait_abort(&thread_5); in test_isr()
175 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in test_application_define()
308 tx_thread_resume(&thread_5); in thread_0_entry()
Dthreadx_byte_memory_prioritize_test.c33 static TX_THREAD thread_5; variable
79 tx_thread_wait_abort(&thread_5); in test_isr()
173 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in test_application_define()
305 tx_thread_resume(&thread_5); in thread_0_entry()
Dthreadx_thread_multiple_suspension_test.c26 static TX_THREAD thread_5; variable
132 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 1, in test_application_define()
165 tx_thread_resume(&thread_5); in thread_0_entry()
Dthreadx_thread_preemptable_suspension_test.c25 static TX_THREAD thread_5; variable
131 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 1, in test_application_define()
164 tx_thread_resume(&thread_5); in thread_0_entry()
Dthreadx_mutex_nested_priority_inheritance_test.c17 static TX_THREAD thread_5; variable
141 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in test_application_define()
503 status = tx_thread_resume(&thread_5); in thread_0_entry()
674 tx_thread_suspend(&thread_5); in thread_5_entry()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_mutex_proritize_test.c33 static TX_THREAD thread_5; variable
81 tx_thread_wait_abort(&thread_5); in test_isr()
175 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in test_application_define()
324 tx_thread_resume(&thread_5); in thread_0_entry()
497 tx_thread_suspend(&thread_5); in thread_5_entry()
Dthreadx_byte_memory_prioritize_test.c33 static TX_THREAD thread_5; variable
79 tx_thread_wait_abort(&thread_5); in test_isr()
173 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in test_application_define()
305 tx_thread_resume(&thread_5); in thread_0_entry()
Dthreadx_queue_prioritize.c32 static TX_THREAD thread_5; variable
86 tx_thread_wait_abort(&thread_5); in test_isr()
181 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in test_application_define()
344 tx_thread_resume(&thread_5); in thread_0_entry()
Dthreadx_semaphore_prioritize.c33 static TX_THREAD thread_5; variable
80 tx_thread_wait_abort(&thread_5); in test_isr()
181 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in test_application_define()
343 tx_thread_resume(&thread_5); in thread_0_entry()
Dthreadx_block_memory_prioritize_test.c34 static TX_THREAD thread_5; variable
81 tx_thread_wait_abort(&thread_5); in test_isr()
175 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in test_application_define()
308 tx_thread_resume(&thread_5); in thread_0_entry()
Dthreadx_thread_multiple_suspension_test.c26 static TX_THREAD thread_5; variable
132 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 1, in test_application_define()
165 tx_thread_resume(&thread_5); in thread_0_entry()
Dthreadx_thread_preemptable_suspension_test.c25 static TX_THREAD thread_5; variable
131 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 1, in test_application_define()
164 tx_thread_resume(&thread_5); in thread_0_entry()
Dthreadx_mutex_nested_priority_inheritance_test.c17 static TX_THREAD thread_5; variable
141 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in test_application_define()
503 status = tx_thread_resume(&thread_5); in thread_0_entry()
674 tx_thread_suspend(&thread_5); in thread_5_entry()
/ThreadX-v6.3.0/ports/cortex_m3/keil/example_build/
Dsample_threadx.c17 TX_THREAD thread_5; variable
107 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m4/keil/example_build/
Ddemo_threadx.c17 TX_THREAD thread_5; variable
107 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m33/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c22 static TX_THREAD thread_5; variable
146 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
197 tx_thread_secure_stack_allocate(&thread_5,256); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m55/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c22 static TX_THREAD thread_5; variable
146 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
197 tx_thread_secure_stack_allocate(&thread_5,256); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m23/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c22 static TX_THREAD thread_5; variable
162 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
167 tx_thread_secure_stack_allocate(&thread_5,256); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx_module.c42 TX_THREAD *thread_5; variable
117 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
181 tx_thread_create(thread_5, "module thread 5", thread_5_entry, 5, in demo_module_start()

12345678910