Home
last modified time | relevance | path

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

123456789

/ThreadX-v6.2.1/ports/cortex_m4/keil/example_build/
Ddemo_threadx.c14 TX_THREAD thread_2; variable
91 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m3/keil/example_build/
Dsample_threadx.c14 TX_THREAD thread_2; variable
91 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m55/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c19 static TX_THREAD thread_2; variable
121 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
194 tx_thread_secure_stack_allocate(&thread_2,256); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m33/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c19 static TX_THREAD thread_2; variable
121 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
194 tx_thread_secure_stack_allocate(&thread_2,256); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m23/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c19 static TX_THREAD thread_2; variable
128 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
133 tx_thread_secure_stack_allocate(&thread_2,256); in tx_application_define()
/ThreadX-v6.2.1/ports_module/cortex_m4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c39 TX_THREAD *thread_2; variable
114 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
156 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/gnu/example_build/
Dsample_threadx_module.c33 TX_THREAD *thread_2; variable
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
150 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/iar/example_build/
Dsample_threadx_module.c33 TX_THREAD *thread_2; variable
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
150 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx_module.c39 TX_THREAD *thread_2; variable
114 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
156 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m7/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c39 TX_THREAD *thread_2; variable
114 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
156 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m7/gnu/example_build/
Dsample_threadx_module.c33 TX_THREAD *thread_2; variable
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
150 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m3/gnu/example_build/
Dsample_threadx_module.c33 TX_THREAD *thread_2; variable
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
150 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m3/iar/example_build/
Dsample_threadx_module.c33 TX_THREAD *thread_2; variable
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
150 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m33/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c41 TX_THREAD *thread_2; variable
116 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
158 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m33/gnu/example_build/
Dsample_threadx_module.c33 TX_THREAD *thread_2; variable
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
150 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m33/iar/example_build/
Dsample_threadx_module.c33 TX_THREAD *thread_2; variable
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
150 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/ac5/example_build/
Dsample_threadx_module.c39 TX_THREAD *thread_2; variable
114 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
156 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m7/iar/example_build/
Dsample_threadx_module.c33 TX_THREAD *thread_2; variable
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
150 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_r4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c33 TX_THREAD *thread_2; variable
109 txm_module_object_allocate((void *) &thread_2, sizeof(TX_THREAD)); in demo_module_start()
150 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_r4/iar/example_build/
Dsample_threadx_module.c33 TX_THREAD *thread_2; variable
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
150 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/rxv2/iar/example_build/
Dsample_threadx_module.c32 TX_THREAD *thread_2; variable
106 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
148 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_a7/ac5/example_build/
Dsample_threadx_module.c33 TX_THREAD *thread_2; variable
108 txm_module_object_allocate((void *) &thread_2, sizeof(TX_THREAD)); in demo_module_start()
149 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_a7/gnu/example_build/
Dsample_threadx_module.c33 TX_THREAD *thread_2; variable
108 txm_module_object_allocate((void *) &thread_2, sizeof(TX_THREAD)); in demo_module_start()
149 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_a7/iar/example_build/
Dsample_threadx_module.c33 TX_THREAD *thread_2; variable
108 txm_module_object_allocate((void *) &thread_2, sizeof(TX_THREAD)); in demo_module_start()
149 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m0+/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c39 TX_THREAD *thread_2; variable
114 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
156 tx_thread_create(thread_2, "module thread 2", thread_2_entry, 2, in demo_module_start()

123456789