| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_smp_multiple_threads_one_core_test.c | 14 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()
|
| D | threadx_thread_relinquish_test.c | 27 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()
|
| D | threadx_mutex_proritize_test.c | 36 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()
|
| D | threadx_queue_prioritize.c | 35 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()
|
| D | threadx_semaphore_prioritize.c | 36 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()
|
| D | threadx_block_memory_prioritize_test.c | 37 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()
|
| D | threadx_byte_memory_prioritize_test.c | 36 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()
|
| D | threadx_mutex_nested_priority_inheritance_test.c | 18 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/ |
| D | threadx_mutex_proritize_test.c | 36 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()
|
| D | threadx_byte_memory_prioritize_test.c | 36 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()
|
| D | threadx_queue_prioritize.c | 35 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()
|
| D | threadx_semaphore_prioritize.c | 36 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()
|
| D | threadx_block_memory_prioritize_test.c | 37 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()
|
| D | threadx_mutex_nested_priority_inheritance_test.c | 18 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/ |
| D | demo_threadx.c | 23 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/ |
| D | demo_threadx.c | 23 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/ |
| D | demo_threadx.c | 23 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/ |
| D | sample_threadx_module.c | 43 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/ |
| D | sample_threadx_module.c | 43 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/ |
| D | sample_threadx_module.c | 37 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/ |
| D | sample_threadx_module.c | 37 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/ |
| D | sample_threadx_module.c | 37 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/ |
| D | sample_threadx_module.c | 37 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/ |
| D | sample_threadx_module.c | 36 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/ |
| D | sample_threadx_module.c | 45 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()
|