Home
last modified time | relevance | path

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

123456789

/ThreadX-v6.2.1/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.2.1/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.2.1/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.2.1/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.2.1/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.2.1/ports_module/cortex_m4/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()
/ThreadX-v6.2.1/ports_module/cortex_m7/iar/example_build/
Dsample_threadx_module.c36 TX_THREAD *thread_5; variable
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
175 tx_thread_create(thread_5, "module thread 5", thread_5_entry, 5, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_r4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c36 TX_THREAD *thread_5; variable
112 txm_module_object_allocate((void *) &thread_5, sizeof(TX_THREAD)); in demo_module_start()
175 tx_thread_create(thread_5, "module thread 5", thread_5_entry, 5, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/ac6/example_build/sample_threadx_module/
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()
/ThreadX-v6.2.1/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()
/ThreadX-v6.2.1/ports_module/cortex_m0+/ac6/example_build/sample_threadx_module/
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()
/ThreadX-v6.2.1/ports_module/cortex_m3/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()
/ThreadX-v6.2.1/ports_module/cortex_m3/ac6/example_build/sample_threadx_module/
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()
/ThreadX-v6.2.1/ports_module/cortex_m23/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c43 TX_THREAD *thread_5; variable
118 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
182 tx_thread_create(thread_5, "module thread 5", thread_5_entry, 5, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m33/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c44 TX_THREAD *thread_5; variable
119 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
183 tx_thread_create(thread_5, "module thread 5", thread_5_entry, 5, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m23/gnu/example_build/
Dsample_threadx_module.c36 TX_THREAD *thread_5; variable
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
175 tx_thread_create(thread_5, "module thread 5", thread_5_entry, 5, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m33/gnu/example_build/
Dsample_threadx_module.c36 TX_THREAD *thread_5; variable
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
175 tx_thread_create(thread_5, "module thread 5", thread_5_entry, 5, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_r4/iar/example_build/
Dsample_threadx_module.c36 TX_THREAD *thread_5; variable
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
175 tx_thread_create(thread_5, "module thread 5", thread_5_entry, 5, in demo_module_start()
/ThreadX-v6.2.1/ports_module/rxv2/iar/example_build/
Dsample_threadx_module.c35 TX_THREAD *thread_5; variable
109 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
173 tx_thread_create(thread_5, "module thread 5", thread_5_entry, 5, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m23/iar/example_build/
Dsample_threadx_module.c36 TX_THREAD *thread_5; variable
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
175 tx_thread_create(thread_5, "module thread 5", thread_5_entry, 5, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m33/iar/example_build/
Dsample_threadx_module.c36 TX_THREAD *thread_5; variable
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
175 tx_thread_create(thread_5, "module thread 5", thread_5_entry, 5, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_a7/ac5/example_build/
Dsample_threadx_module.c36 TX_THREAD *thread_5; variable
111 txm_module_object_allocate((void *) &thread_5, sizeof(TX_THREAD)); in demo_module_start()
174 tx_thread_create(thread_5, "module thread 5", thread_5_entry, 5, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/gnu/example_build/
Dsample_threadx_module.c36 TX_THREAD *thread_5; variable
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
175 tx_thread_create(thread_5, "module thread 5", thread_5_entry, 5, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_a7/gnu/example_build/
Dsample_threadx_module.c36 TX_THREAD *thread_5; variable
111 txm_module_object_allocate((void *) &thread_5, sizeof(TX_THREAD)); in demo_module_start()
174 tx_thread_create(thread_5, "module thread 5", thread_5_entry, 5, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/iar/example_build/
Dsample_threadx_module.c36 TX_THREAD *thread_5; variable
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
175 tx_thread_create(thread_5, "module thread 5", thread_5_entry, 5, in demo_module_start()

123456789