Home
last modified time | relevance | path

Searched refs:tx_thread_create (Results 1 – 25 of 530) sorted by relevance

12345678910>>...22

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_multi_level_preemption_threshold_test.c142 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define()
157 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define()
170 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in test_application_define()
183 status = tx_thread_create(&thread_2a, "thread 2a", thread_2a_entry, 2, in test_application_define()
196 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
209 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
224 status = tx_thread_create(&thread_30_29, "thread 30-29", thread_30_29_entry, 30, in test_application_define()
237 status = tx_thread_create(&thread_28_27, "thread 28-27", thread_28_27_entry, 28, in test_application_define()
250 status = tx_thread_create(&thread_26_25, "thread 26-25", thread_26_25_entry, 26, in test_application_define()
263 status = tx_thread_create(&thread_24_23, "thread 24-23", thread_24_23_entry, 24, in test_application_define()
[all …]
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_multi_level_preemption_threshold_test.c142 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define()
157 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define()
170 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in test_application_define()
183 status = tx_thread_create(&thread_2a, "thread 2a", thread_2a_entry, 2, in test_application_define()
196 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
209 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
224 status = tx_thread_create(&thread_30_29, "thread 30-29", thread_30_29_entry, 30, in test_application_define()
237 status = tx_thread_create(&thread_28_27, "thread 28-27", thread_28_27_entry, 28, in test_application_define()
250 status = tx_thread_create(&thread_26_25, "thread 26-25", thread_26_25_entry, 26, in test_application_define()
263 status = tx_thread_create(&thread_24_23, "thread 24-23", thread_24_23_entry, 24, in test_application_define()
[all …]
Dthreadx_thread_relinquish_test.c76 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in test_application_define()
90 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define()
104 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in test_application_define()
118 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
132 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
146 status = tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in test_application_define()
160 status = tx_thread_create(&thread_6, "thread 6", thread_6_entry, 6, in test_application_define()
174 status = tx_thread_create(&thread_7, "thread 7", thread_7_entry, 7, in test_application_define()
188 status = tx_thread_create(&thread_8, "thread 8", thread_8_entry, 8, in test_application_define()
202 status = tx_thread_create(&thread_9, "thread 9", thread_9_entry, 9, in test_application_define()
Dthreadx_smp_relinquish_test.c68 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in test_application_define()
82 status = tx_thread_create(&thread_31a, "thread 31a", thread_31a_entry, 0, in test_application_define()
96 status = tx_thread_create(&thread_31b, "thread 31b", thread_31b_entry, 0, in test_application_define()
111 status = tx_thread_create(&thread_31c, "thread 31c", thread_31c_entry, 0, in test_application_define()
126 status = tx_thread_create(&thread_31d, "thread 31d", thread_31d_entry, 0, in test_application_define()
140 status = tx_thread_create(&thread_31e, "thread 31e", thread_31e_entry, 0, in test_application_define()
154 status = tx_thread_create(&thread_31f, "thread 31f", thread_31f_entry, 0, in test_application_define()
169 status = tx_thread_create(&thread_31g, "thread 31g", thread_31g_entry, 0, in test_application_define()
183 status = tx_thread_create(&thread_31h, "thread 31h", thread_31h_entry, 0, in test_application_define()
Dthreadx_smp_time_slice_test.c68 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in test_application_define()
82 status = tx_thread_create(&thread_31a, "thread 31a", thread_31a_entry, 0, in test_application_define()
96 status = tx_thread_create(&thread_31b, "thread 31b", thread_31b_entry, 0, in test_application_define()
111 status = tx_thread_create(&thread_31c, "thread 31c", thread_31c_entry, 0, in test_application_define()
126 status = tx_thread_create(&thread_31d, "thread 31d", thread_31d_entry, 0, in test_application_define()
140 status = tx_thread_create(&thread_31e, "thread 31e", thread_31e_entry, 0, in test_application_define()
154 status = tx_thread_create(&thread_31f, "thread 31f", thread_31f_entry, 0, in test_application_define()
169 status = tx_thread_create(&thread_31g, "thread 31g", thread_31g_entry, 0, in test_application_define()
186 status = tx_thread_create(&thread_31h, "thread 31h", thread_31h_entry, 0, in test_application_define()
/ThreadX-v6.3.0/ports/cortex_m3/keil/example_build/
Dsample_threadx.c80 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
87 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
91 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
97 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
101 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
107 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m4/keil/example_build/
Ddemo_threadx.c80 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
87 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
91 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
97 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
101 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
107 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx.c83 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
94 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
101 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
110 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
117 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
126 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
134 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
141 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m7/ac6/example_build/sample_threadx/
Dsample_threadx.c84 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
95 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
102 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
111 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
118 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
127 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
135 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
142 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m7/iar/example_build/
Dsample_threadx.c96 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
106 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
113 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
122 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
129 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
138 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
146 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
153 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_r4/ac6/example_build/sample_threadx/
Dsample_threadx.c88 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
99 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
106 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
115 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
122 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
131 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
139 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
146 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_a9/gnu/example_build/
Dsample_threadx.c83 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
94 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
101 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
110 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
117 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
126 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
134 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
141 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_a9/iar/example_build/
Dsample_threadx.c86 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
97 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
104 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
113 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
120 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
129 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
137 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
144 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m0/ac5/example_build/
Dsample_threadx.c83 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
94 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
101 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
110 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
117 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
126 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
134 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
141 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m0/ac6/example_build/sample_threadx/
Dsample_threadx.c86 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
97 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
104 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
113 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
120 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
129 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
137 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
144 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m0/gnu/example_build/
Dsample_threadx.c86 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
97 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
104 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
113 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
120 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
129 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
137 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
144 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m0/iar/example_build/
Dsample_threadx.c99 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
110 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
117 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
126 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
133 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
142 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
150 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
157 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m0/keil/example_build/
Dsample_threadx.c83 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
94 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
101 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
110 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
117 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
126 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
134 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
141 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m3/ac5/example_build/
Dsample_threadx.c83 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
94 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
101 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
110 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
117 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
126 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
134 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
141 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m3/ac6/example_build/sample_threadx/
Dsample_threadx.c84 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
95 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
102 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
111 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
118 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
127 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
135 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
142 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m3/ghs/example_build/
Dsample_threadx.c83 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
94 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
101 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
110 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
117 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
126 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
134 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
141 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m3/gnu/example_build/
Dsample_threadx.c84 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
95 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
102 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
111 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
118 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
127 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
135 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
142 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_r4/iar/example_build/
Dsample_threadx.c90 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
101 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
108 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
117 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
124 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
133 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
141 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
148 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m4/ac5/example_build/
Dsample_threadx.c83 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
94 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
101 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
110 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
117 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
126 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
134 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
141 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m4/ac6/example_build/sample_threadx/
Dsample_threadx.c84 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
95 tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in tx_application_define()
102 tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in tx_application_define()
111 tx_thread_create(&thread_3, "thread 3", thread_3_and_4_entry, 3, in tx_application_define()
118 tx_thread_create(&thread_4, "thread 4", thread_3_and_4_entry, 4, in tx_application_define()
127 tx_thread_create(&thread_5, "thread 5", thread_5_entry, 5, in tx_application_define()
135 tx_thread_create(&thread_6, "thread 6", thread_6_and_7_entry, 6, in tx_application_define()
142 tx_thread_create(&thread_7, "thread 7", thread_6_and_7_entry, 7, in tx_application_define()

12345678910>>...22