/ThreadX-v6.2.1/ports_module/cortex_m33/ac6/example_build/sample_threadx_module/ |
D | sample_threadx_module.c | 39 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/ |
D | sample_threadx_module.c | 38 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/ |
D | demo_threadx.c | 17 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/ |
D | demo_threadx.c | 12 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/ |
D | sample_threadx.c | 12 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/ |
D | demo_threadx.c | 17 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/ |
D | demo_threadx.c | 17 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/ |
D | sample_threadx_module.c | 37 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/ |
D | sample_threadx_module.c | 31 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/ |
D | sample_threadx_module.c | 31 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/ |
D | sample_threadx_module.c | 37 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/ |
D | sample_threadx_module.c | 37 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/ |
D | sample_threadx_module.c | 31 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/ |
D | sample_threadx_module.c | 31 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/ |
D | sample_threadx_module.c | 31 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/ |
D | sample_threadx_module.c | 31 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/ |
D | sample_threadx_module.c | 31 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/ |
D | sample_threadx_module.c | 37 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/ |
D | sample_threadx_module.c | 31 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/ |
D | sample_threadx_module.c | 31 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/ |
D | sample_threadx_module.c | 31 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/ |
D | sample_threadx_module.c | 30 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/ |
D | sample_threadx_module.c | 31 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/ |
D | sample_threadx_module.c | 31 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/ |
D | sample_threadx_module.c | 31 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()
|