| /ThreadX-v6.2.1/ports/cortex_m4/keil/example_build/ |
| D | demo_threadx.c | 13 TX_THREAD thread_1; variable 87 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_m3/keil/example_build/ |
| D | sample_threadx.c | 13 TX_THREAD thread_1; variable 87 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_m55/ac6/example_build/demo_threadx_non-secure_zone/ |
| D | demo_threadx.c | 18 static TX_THREAD thread_1; variable 114 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define() 193 tx_thread_secure_stack_allocate(&thread_1,256); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_m33/ac6/example_build/demo_threadx_non-secure_zone/ |
| D | demo_threadx.c | 18 static TX_THREAD thread_1; variable 114 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define() 193 tx_thread_secure_stack_allocate(&thread_1,256); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_m23/ac6/example_build/demo_threadx_non-secure_zone/ |
| D | demo_threadx.c | 18 static TX_THREAD thread_1; variable 118 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define() 123 tx_thread_secure_stack_allocate(&thread_1,256); in tx_application_define()
|
| /ThreadX-v6.2.1/ports_module/cortex_m4/ac5/example_build/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_1; variable 113 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 149 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m7/iar/example_build/ |
| D | sample_threadx_module.c | 32 TX_THREAD *thread_1; variable 107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 143 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_r4/ac6/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 32 TX_THREAD *thread_1; variable 108 txm_module_object_allocate((void *) &thread_1, sizeof(TX_THREAD)); in demo_module_start() 143 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m4/ac6/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_1; variable 113 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 149 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m7/ac5/example_build/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_1; variable 113 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 149 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m0+/ac6/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_1; variable 113 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 149 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m3/ac5/example_build/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_1; variable 113 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 149 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m3/ac6/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 38 TX_THREAD *thread_1; variable 113 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 149 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m23/ac6/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 39 TX_THREAD *thread_1; variable 114 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 150 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m33/ac6/example_build/sample_threadx_module/ |
| D | sample_threadx_module.c | 40 TX_THREAD *thread_1; variable 115 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 151 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m23/gnu/example_build/ |
| D | sample_threadx_module.c | 32 TX_THREAD *thread_1; variable 107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 143 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m33/gnu/example_build/ |
| D | sample_threadx_module.c | 32 TX_THREAD *thread_1; variable 107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 143 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_r4/iar/example_build/ |
| D | sample_threadx_module.c | 32 TX_THREAD *thread_1; variable 107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 143 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/rxv2/iar/example_build/ |
| D | sample_threadx_module.c | 31 TX_THREAD *thread_1; variable 105 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 141 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m23/iar/example_build/ |
| D | sample_threadx_module.c | 32 TX_THREAD *thread_1; variable 107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 143 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m33/iar/example_build/ |
| D | sample_threadx_module.c | 32 TX_THREAD *thread_1; variable 107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 143 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_a7/ac5/example_build/ |
| D | sample_threadx_module.c | 32 TX_THREAD *thread_1; variable 107 txm_module_object_allocate((void *) &thread_1, sizeof(TX_THREAD)); in demo_module_start() 142 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m4/gnu/example_build/ |
| D | sample_threadx_module.c | 32 TX_THREAD *thread_1; variable 107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 143 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_a7/gnu/example_build/ |
| D | sample_threadx_module.c | 32 TX_THREAD *thread_1; variable 107 txm_module_object_allocate((void *) &thread_1, sizeof(TX_THREAD)); in demo_module_start() 142 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|
| /ThreadX-v6.2.1/ports_module/cortex_m4/iar/example_build/ |
| D | sample_threadx_module.c | 32 TX_THREAD *thread_1; variable 107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start() 143 tx_thread_create(thread_1, "module thread 1", thread_1_entry, 1, in demo_module_start()
|