| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_smp_preemption_threshold_test.c | 11 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 …]
|
| D | threadx_smp_multiple_threads_one_core_test.c | 13 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()
|
| D | threadx_mutex_proritize_test.c | 33 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()
|
| D | threadx_thread_relinquish_test.c | 24 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()
|
| D | threadx_queue_prioritize.c | 32 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()
|
| D | threadx_semaphore_prioritize.c | 33 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()
|
| D | threadx_block_memory_prioritize_test.c | 34 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()
|
| D | threadx_byte_memory_prioritize_test.c | 33 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()
|
| D | threadx_thread_multiple_suspension_test.c | 26 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()
|
| D | threadx_thread_preemptable_suspension_test.c | 25 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()
|
| D | threadx_mutex_nested_priority_inheritance_test.c | 17 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/ |
| D | threadx_mutex_proritize_test.c | 33 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()
|
| D | threadx_byte_memory_prioritize_test.c | 33 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()
|
| D | threadx_queue_prioritize.c | 32 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()
|
| D | threadx_semaphore_prioritize.c | 33 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()
|
| D | threadx_block_memory_prioritize_test.c | 34 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()
|
| D | threadx_thread_multiple_suspension_test.c | 26 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()
|
| D | threadx_thread_preemptable_suspension_test.c | 25 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()
|
| D | threadx_mutex_nested_priority_inheritance_test.c | 17 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/ |
| D | sample_threadx.c | 17 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/ |
| D | demo_threadx.c | 17 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/ |
| D | demo_threadx.c | 22 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/ |
| D | demo_threadx.c | 22 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/ |
| D | demo_threadx.c | 22 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/ |
| D | sample_threadx_module.c | 42 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()
|