Home
last modified time | relevance | path

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

123456789

/ThreadX-v6.2.1/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.2.1/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.2.1/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.2.1/ports_module/cortex_m4/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.2.1/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.2.1/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.2.1/ports_module/cortex_m4/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.2.1/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.2.1/ports_module/cortex_m0+/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.2.1/ports_module/cortex_m3/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.2.1/ports_module/cortex_m3/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.2.1/ports_module/cortex_m23/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c44 TX_THREAD *thread_6; variable
119 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
190 tx_thread_create(thread_6, "module thread 6", thread_6_and_7_entry, 6, in demo_module_start()
/ThreadX-v6.2.1/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()
/ThreadX-v6.2.1/ports_module/cortex_m23/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.2.1/ports_module/cortex_m33/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.2.1/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.2.1/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.2.1/ports_module/cortex_m23/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.2.1/ports_module/cortex_m33/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.2.1/ports_module/cortex_a7/ac5/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()
182 tx_thread_create(thread_6, "module thread 6", thread_6_and_7_entry, 6, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/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.2.1/ports_module/cortex_a7/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()
182 tx_thread_create(thread_6, "module thread 6", thread_6_and_7_entry, 6, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/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.2.1/ports_module/cortex_a7/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()
182 tx_thread_create(thread_6, "module thread 6", thread_6_and_7_entry, 6, in demo_module_start()
/ThreadX-v6.2.1/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()

123456789