Home
last modified time | relevance | path

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

123456789

/ThreadX-v6.2.1/ports/cortex_m4/keil/example_build/
Ddemo_threadx.c16 TX_THREAD thread_4; variable
101 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m3/keil/example_build/
Dsample_threadx.c16 TX_THREAD thread_4; variable
101 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m55/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c21 static TX_THREAD thread_4; variable
137 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
196 tx_thread_secure_stack_allocate(&thread_4,256); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m33/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c21 static TX_THREAD thread_4; variable
137 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
196 tx_thread_secure_stack_allocate(&thread_4,256); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m23/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c21 static TX_THREAD thread_4; variable
150 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
155 tx_thread_secure_stack_allocate(&thread_4,256); in tx_application_define()
/ThreadX-v6.2.1/ports_module/cortex_m4/ac5/example_build/
Dsample_threadx_module.c41 TX_THREAD *thread_4; variable
116 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
172 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m7/iar/example_build/
Dsample_threadx_module.c35 TX_THREAD *thread_4; variable
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
166 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_r4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c35 TX_THREAD *thread_4; variable
111 txm_module_object_allocate((void *) &thread_4, sizeof(TX_THREAD)); in demo_module_start()
166 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c41 TX_THREAD *thread_4; variable
116 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
172 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx_module.c41 TX_THREAD *thread_4; variable
116 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
172 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m0+/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c41 TX_THREAD *thread_4; variable
116 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
172 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m3/ac5/example_build/
Dsample_threadx_module.c41 TX_THREAD *thread_4; variable
116 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
172 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m3/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c41 TX_THREAD *thread_4; variable
116 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
172 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m23/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c42 TX_THREAD *thread_4; variable
117 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
173 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m33/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c43 TX_THREAD *thread_4; variable
118 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
174 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m23/gnu/example_build/
Dsample_threadx_module.c35 TX_THREAD *thread_4; variable
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
166 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m33/gnu/example_build/
Dsample_threadx_module.c35 TX_THREAD *thread_4; variable
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
166 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_r4/iar/example_build/
Dsample_threadx_module.c35 TX_THREAD *thread_4; variable
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
166 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/rxv2/iar/example_build/
Dsample_threadx_module.c34 TX_THREAD *thread_4; variable
108 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
164 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m23/iar/example_build/
Dsample_threadx_module.c35 TX_THREAD *thread_4; variable
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
166 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m33/iar/example_build/
Dsample_threadx_module.c35 TX_THREAD *thread_4; variable
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
166 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_a7/ac5/example_build/
Dsample_threadx_module.c35 TX_THREAD *thread_4; variable
110 txm_module_object_allocate((void *) &thread_4, sizeof(TX_THREAD)); in demo_module_start()
165 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/gnu/example_build/
Dsample_threadx_module.c35 TX_THREAD *thread_4; variable
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
166 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_a7/gnu/example_build/
Dsample_threadx_module.c35 TX_THREAD *thread_4; variable
110 txm_module_object_allocate((void *) &thread_4, sizeof(TX_THREAD)); in demo_module_start()
165 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/iar/example_build/
Dsample_threadx_module.c35 TX_THREAD *thread_4; variable
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
166 tx_thread_create(thread_4, "module thread 4", thread_3_and_4_entry, 4, in demo_module_start()

123456789