| /ThreadX-v6.2.1/ports/cortex_m55/ac6/example_build/demo_threadx_non-secure_zone/ |
| D | demo_threadx.c | 24 static TX_THREAD thread_7; variable 161 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define() 199 tx_thread_secure_stack_allocate(&thread_7,256); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_m33/ac6/example_build/demo_threadx_non-secure_zone/ |
| D | demo_threadx.c | 24 static TX_THREAD thread_7; variable 161 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define() 199 tx_thread_secure_stack_allocate(&thread_7,256); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_m23/ac6/example_build/demo_threadx_non-secure_zone/ |
| D | demo_threadx.c | 24 static TX_THREAD thread_7; variable 183 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define() 188 tx_thread_secure_stack_allocate(&thread_7,256); in tx_application_define()
|
| /ThreadX-v6.2.1/ports_module/cortex_m4/ac5/example_build/ |
| D | sample_threadx_module.c | 44 TX_THREAD *thread_7; variable 119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 196 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m7/iar/example_build/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_7; variable 113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_r4/ac6/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_7; variable 114 txm_module_object_allocate((void *) &thread_7, sizeof(TX_THREAD)); in demo_module_start() 190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m4/ac6/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 44 TX_THREAD *thread_7; variable 119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 196 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m7/ac5/example_build/ |
| D | sample_threadx_module.c | 44 TX_THREAD *thread_7; variable 119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 196 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m0+/ac6/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 44 TX_THREAD *thread_7; variable 119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 196 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m3/ac5/example_build/ |
| D | sample_threadx_module.c | 44 TX_THREAD *thread_7; variable 119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 196 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m3/ac6/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 44 TX_THREAD *thread_7; variable 119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 196 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m23/ac6/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 45 TX_THREAD *thread_7; variable 120 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 197 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m33/ac6/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 46 TX_THREAD *thread_7; variable 121 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 198 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m23/gnu/example_build/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_7; variable 113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m33/gnu/example_build/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_7; variable 113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_r4/iar/example_build/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_7; variable 113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/rxv2/iar/example_build/ |
| D | sample_threadx_module.c | 37 TX_THREAD *thread_7; variable 111 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 188 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m23/iar/example_build/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_7; variable 113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m33/iar/example_build/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_7; variable 113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_a7/ac5/example_build/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_7; variable 113 txm_module_object_allocate((void *) &thread_7, sizeof(TX_THREAD)); in demo_module_start() 189 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m4/gnu/example_build/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_7; variable 113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_a7/gnu/example_build/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_7; variable 113 txm_module_object_allocate((void *) &thread_7, sizeof(TX_THREAD)); in demo_module_start() 189 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m4/iar/example_build/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_7; variable 113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 190 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_a7/iar/example_build/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_7; variable 113 txm_module_object_allocate((void *) &thread_7, sizeof(TX_THREAD)); in demo_module_start() 189 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m7/ac6/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 44 TX_THREAD *thread_7; variable 119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start() 196 tx_thread_create(thread_7, "module thread 7", thread_6_and_7_entry, 7, in demo_module_start()
|