Home
last modified time | relevance | path

Searched refs:txm_module_object_allocate (Results 1 – 25 of 41) sorted by relevance

12

/ThreadX-v6.3.0/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx_module.c112 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
115 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
116 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
117 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
118 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
120 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
121 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m7/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c112 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
115 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
116 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
117 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
118 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
120 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
121 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m7/gnu/example_build/
Dsample_threadx_module.c106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
109 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
112 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m7/iar/example_build/
Dsample_threadx_module.c106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
109 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
112 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_r4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c107 txm_module_object_allocate((void *) &thread_0, sizeof(TX_THREAD)); in demo_module_start()
108 txm_module_object_allocate((void *) &thread_1, sizeof(TX_THREAD)); in demo_module_start()
109 txm_module_object_allocate((void *) &thread_2, sizeof(TX_THREAD)); in demo_module_start()
110 txm_module_object_allocate((void *) &thread_3, sizeof(TX_THREAD)); in demo_module_start()
111 txm_module_object_allocate((void *) &thread_4, sizeof(TX_THREAD)); in demo_module_start()
112 txm_module_object_allocate((void *) &thread_5, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void *) &thread_6, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void *) &thread_7, sizeof(TX_THREAD)); in demo_module_start()
115 txm_module_object_allocate((void *) &queue_0, sizeof(TX_QUEUE)); in demo_module_start()
116 txm_module_object_allocate((void *) &semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_r4/iar/example_build/
Dsample_threadx_module.c106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
109 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
112 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/rxv2/iar/example_build/
Dsample_threadx_module.c104 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
105 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
106 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
107 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
108 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
109 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
110 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
111 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
112 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
113 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m33/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c114 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
115 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
116 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
117 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
118 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
119 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
120 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
121 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
122 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
123 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m33/gnu/example_build/
Dsample_threadx_module.c106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
109 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
112 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m33/iar/example_build/
Dsample_threadx_module.c106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
109 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
112 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m4/ac5/example_build/
Dsample_threadx_module.c112 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
115 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
116 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
117 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
118 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
120 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
121 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c112 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
115 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
116 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
117 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
118 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
120 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
121 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m4/gnu/example_build/
Dsample_threadx_module.c106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
109 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
112 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m4/iar/example_build/
Dsample_threadx_module.c106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
109 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
112 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_a7/gnu/example_build/
Dsample_threadx_module.c106 txm_module_object_allocate((void *) &thread_0, sizeof(TX_THREAD)); in demo_module_start()
107 txm_module_object_allocate((void *) &thread_1, sizeof(TX_THREAD)); in demo_module_start()
108 txm_module_object_allocate((void *) &thread_2, sizeof(TX_THREAD)); in demo_module_start()
109 txm_module_object_allocate((void *) &thread_3, sizeof(TX_THREAD)); in demo_module_start()
110 txm_module_object_allocate((void *) &thread_4, sizeof(TX_THREAD)); in demo_module_start()
111 txm_module_object_allocate((void *) &thread_5, sizeof(TX_THREAD)); in demo_module_start()
112 txm_module_object_allocate((void *) &thread_6, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void *) &thread_7, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void *) &queue_0, sizeof(TX_QUEUE)); in demo_module_start()
115 txm_module_object_allocate((void *) &semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_a7/iar/example_build/
Dsample_threadx_module.c106 txm_module_object_allocate((void *) &thread_0, sizeof(TX_THREAD)); in demo_module_start()
107 txm_module_object_allocate((void *) &thread_1, sizeof(TX_THREAD)); in demo_module_start()
108 txm_module_object_allocate((void *) &thread_2, sizeof(TX_THREAD)); in demo_module_start()
109 txm_module_object_allocate((void *) &thread_3, sizeof(TX_THREAD)); in demo_module_start()
110 txm_module_object_allocate((void *) &thread_4, sizeof(TX_THREAD)); in demo_module_start()
111 txm_module_object_allocate((void *) &thread_5, sizeof(TX_THREAD)); in demo_module_start()
112 txm_module_object_allocate((void *) &thread_6, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void *) &thread_7, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void *) &queue_0, sizeof(TX_QUEUE)); in demo_module_start()
115 txm_module_object_allocate((void *) &semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m0+/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c112 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
115 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
116 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
117 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
118 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
120 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
121 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m0+/gnu/example_build/sample_threadx_module/
Dsample_threadx_module.c112 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
115 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
116 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
117 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
118 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
120 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
121 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m0+/iar/example_build/
Dsample_threadx_module.c110 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
111 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
112 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
115 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
116 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
117 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
118 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
119 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m23/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c113 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
115 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
116 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
117 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
118 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
119 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
120 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
121 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
122 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m23/gnu/example_build/
Dsample_threadx_module.c106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
109 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
112 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m3/gnu/example_build/
Dsample_threadx_module.c106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
109 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
112 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_a7/ac5/example_build/
Dsample_threadx_module.c106 txm_module_object_allocate((void *) &thread_0, sizeof(TX_THREAD)); in demo_module_start()
107 txm_module_object_allocate((void *) &thread_1, sizeof(TX_THREAD)); in demo_module_start()
108 txm_module_object_allocate((void *) &thread_2, sizeof(TX_THREAD)); in demo_module_start()
109 txm_module_object_allocate((void *) &thread_3, sizeof(TX_THREAD)); in demo_module_start()
110 txm_module_object_allocate((void *) &thread_4, sizeof(TX_THREAD)); in demo_module_start()
111 txm_module_object_allocate((void *) &thread_5, sizeof(TX_THREAD)); in demo_module_start()
112 txm_module_object_allocate((void *) &thread_6, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void *) &thread_7, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void *) &queue_0, sizeof(TX_QUEUE)); in demo_module_start()
115 txm_module_object_allocate((void *) &semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m23/iar/example_build/
Dsample_threadx_module.c106 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
107 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
108 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
109 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
110 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
111 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
112 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m3/ac5/example_build/
Dsample_threadx_module.c112 txm_module_object_allocate((void*)&thread_0, sizeof(TX_THREAD)); in demo_module_start()
113 txm_module_object_allocate((void*)&thread_1, sizeof(TX_THREAD)); in demo_module_start()
114 txm_module_object_allocate((void*)&thread_2, sizeof(TX_THREAD)); in demo_module_start()
115 txm_module_object_allocate((void*)&thread_3, sizeof(TX_THREAD)); in demo_module_start()
116 txm_module_object_allocate((void*)&thread_4, sizeof(TX_THREAD)); in demo_module_start()
117 txm_module_object_allocate((void*)&thread_5, sizeof(TX_THREAD)); in demo_module_start()
118 txm_module_object_allocate((void*)&thread_6, sizeof(TX_THREAD)); in demo_module_start()
119 txm_module_object_allocate((void*)&thread_7, sizeof(TX_THREAD)); in demo_module_start()
120 txm_module_object_allocate((void*)&queue_0, sizeof(TX_QUEUE)); in demo_module_start()
121 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
[all …]

12