Home
last modified time | relevance | path

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

123456789

/ThreadX-v6.2.1/ports_module/cortex_m33/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c39 TX_THREAD *thread_0; variable
114 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
140 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
244 tx_thread_secure_stack_allocate(thread_0, 256); in thread_0_entry()
246 tx_thread_secure_stack_free(thread_0); in thread_0_entry()
/ThreadX-v6.2.1/ports_module/cortex_m23/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c38 TX_THREAD *thread_0; variable
113 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
139 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
243 tx_thread_secure_stack_allocate(thread_0, 256); in thread_0_entry()
245 tx_thread_secure_stack_free(thread_0); in thread_0_entry()
/ThreadX-v6.2.1/ports/cortex_m23/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c17 static TX_THREAD thread_0; variable
105 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
110 tx_thread_secure_stack_allocate(&thread_0,256); in tx_application_define()
237 tx_thread_secure_stack_free(&thread_0); in thread_0_entry()
/ThreadX-v6.2.1/ports/cortex_m4/keil/example_build/
Ddemo_threadx.c12 TX_THREAD thread_0; variable
80 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m3/keil/example_build/
Dsample_threadx.c12 TX_THREAD thread_0; variable
80 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m55/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c17 static TX_THREAD thread_0; variable
104 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
192 tx_thread_secure_stack_allocate(&thread_0,256); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m33/ac6/example_build/demo_threadx_non-secure_zone/
Ddemo_threadx.c17 static TX_THREAD thread_0; variable
104 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
192 tx_thread_secure_stack_allocate(&thread_0,256); in tx_application_define()
/ThreadX-v6.2.1/ports_module/cortex_m4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c37 TX_THREAD *thread_0; variable
112 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
138 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/gnu/example_build/
Dsample_threadx_module.c31 TX_THREAD *thread_0; variable
106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
132 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/iar/example_build/
Dsample_threadx_module.c31 TX_THREAD *thread_0; variable
106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
132 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx_module.c37 TX_THREAD *thread_0; variable
112 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
138 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m7/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c37 TX_THREAD *thread_0; variable
112 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
138 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m7/gnu/example_build/
Dsample_threadx_module.c31 TX_THREAD *thread_0; variable
106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
132 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m3/gnu/example_build/
Dsample_threadx_module.c31 TX_THREAD *thread_0; variable
106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
132 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m3/iar/example_build/
Dsample_threadx_module.c31 TX_THREAD *thread_0; variable
106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
132 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m33/gnu/example_build/
Dsample_threadx_module.c31 TX_THREAD *thread_0; variable
106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
132 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m33/iar/example_build/
Dsample_threadx_module.c31 TX_THREAD *thread_0; variable
106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
132 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/ac5/example_build/
Dsample_threadx_module.c37 TX_THREAD *thread_0; variable
112 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
138 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m7/iar/example_build/
Dsample_threadx_module.c31 TX_THREAD *thread_0; variable
106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
132 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_r4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c31 TX_THREAD *thread_0; variable
107 txm_module_object_allocate((void *) &thread_0, sizeof(TX_THREAD)); in demo_module_start()
132 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_r4/iar/example_build/
Dsample_threadx_module.c31 TX_THREAD *thread_0; variable
106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
132 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/rxv2/iar/example_build/
Dsample_threadx_module.c30 TX_THREAD *thread_0; variable
104 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
130 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_a7/ac5/example_build/
Dsample_threadx_module.c31 TX_THREAD *thread_0; variable
106 txm_module_object_allocate((void *) &thread_0, sizeof(TX_THREAD)); in demo_module_start()
131 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_a7/gnu/example_build/
Dsample_threadx_module.c31 TX_THREAD *thread_0; variable
106 txm_module_object_allocate((void *) &thread_0, sizeof(TX_THREAD)); in demo_module_start()
131 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_a7/iar/example_build/
Dsample_threadx_module.c31 TX_THREAD *thread_0; variable
106 txm_module_object_allocate((void *) &thread_0, sizeof(TX_THREAD)); in demo_module_start()
131 tx_thread_create(thread_0, "module thread 0", thread_0_entry, 0, in demo_module_start()

123456789