| /ThreadX-v6.2.1/ports/cortex_m4/keil/example_build/ |
| D | demo_threadx.c | 17 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/ |
| D | sample_threadx.c | 17 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/ |
| D | demo_threadx.c | 22 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/ |
| D | demo_threadx.c | 22 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/ |
| D | demo_threadx.c | 22 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/ |
| D | sample_threadx_module.c | 42 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/ |
| D | sample_threadx_module.c | 36 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/ |
| D | sample_threadx_module.c | 36 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/ |
| D | sample_threadx_module.c | 42 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/ |
| D | sample_threadx_module.c | 42 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/ |
| D | sample_threadx_module.c | 42 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/ |
| D | sample_threadx_module.c | 42 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/ |
| D | sample_threadx_module.c | 42 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/ |
| D | sample_threadx_module.c | 43 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/ |
| D | sample_threadx_module.c | 44 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/ |
| D | sample_threadx_module.c | 36 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/ |
| D | sample_threadx_module.c | 36 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/ |
| D | sample_threadx_module.c | 36 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/ |
| D | sample_threadx_module.c | 35 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/ |
| D | sample_threadx_module.c | 36 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/ |
| D | sample_threadx_module.c | 36 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/ |
| D | sample_threadx_module.c | 36 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/ |
| D | sample_threadx_module.c | 36 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/ |
| D | sample_threadx_module.c | 36 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/ |
| D | sample_threadx_module.c | 36 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()
|