Home
last modified time | relevance | path

Searched refs:group_0 (Results 1 – 20 of 20) sorted by relevance

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_event_flag_information_test.c11 static TX_EVENT_FLAGS_GROUP group_0; variable
71 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
92 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
143 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry()
155 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR, &actual_events, TX_NO_WAIT); in thread_0_entry()
167 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
179 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
191 status = tx_event_flags_set(&group_0, 0x80008000, TX_OR); in thread_0_entry()
203 status = tx_event_flags_set(&group_0, 0x80000000, TX_AND); in thread_0_entry()
215 status = tx_event_flags_set(&group_0, 0x00008000, TX_OR); in thread_0_entry()
[all …]
Dthreadx_event_flag_basic_test.c39 static TX_EVENT_FLAGS_GROUP group_0; variable
95 status = tx_event_flags_delete(&group_0); in timer_entry()
106 status = tx_event_flags_get(&group_0, 0x80008000, 14, &actual_events, 100); in timer_entry()
143 status = tx_event_flags_delete(&group_0); in test_isr()
153 status = tx_event_flags_get(&group_0, 0x80008000, 14, &actual_events, 100); in test_isr()
215 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
236 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
260 status = tx_event_flags_set_notify(&group_0, TX_NULL); in test_application_define()
350 status = tx_event_flags_create(&group_0, "group 0"); in thread_0_entry()
412 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, TX_NULL, TX_NO_WAIT); in thread_0_entry()
[all …]
Dthreadx_event_flag_suspension_different_bits_test.c15 static TX_EVENT_FLAGS_GROUP group_0; variable
95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
106 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
148 status = tx_event_flags_set(&group_0, 0x80000000, TX_OR); in thread_0_entry()
161 status = tx_event_flags_set(&group_0, 0x00008000, TX_OR); in thread_0_entry()
193 status = tx_event_flags_get(&group_0, 0x80000000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
200 tx_event_flags_set(&group_0, 0x7FFFFFFF, TX_AND); in thread_1_entry()
220 status = tx_event_flags_get(&group_0, 0x00008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
227 tx_event_flags_set(&group_0, 0xFFFF7FFF, TX_AND); in thread_2_entry()
Dthreadx_event_flag_single_thread_terminate_test.c17 static TX_EVENT_FLAGS_GROUP group_0; variable
97 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
108 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
180 status = tx_event_flags_set(&group_0, 0x00080000, TX_OR); in thread_0_entry()
195 status = tx_event_flags_set(&group_0, 0x00800000, TX_OR); in thread_0_entry()
213 status = tx_event_flags_set(&group_0, 0x00000001, TX_OR); in thread_0_entry()
228 status = tx_event_flags_set(&group_0, 0x00080001, TX_OR); in thread_0_entry()
304 …status = tx_event_flags_get(&group_0, 0x000880000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
314 … status = tx_event_flags_get(&group_0, 0x000880000, TX_OR_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
324 …status = tx_event_flags_get(&group_0, 0x000880000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_event_flag_suspension_timeout_test.c16 static TX_EVENT_FLAGS_GROUP group_0; variable
101 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
112 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
155 tx_event_flags_set(&group_0, 0x00000001, TX_OR); in thread_0_entry()
160 tx_event_flags_set(&group_0, 0x00000002, TX_OR); in thread_0_entry()
167 … status = tx_event_flags_get(&group_0, 0x00000001, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_0_entry()
212 status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, 2); in thread_1_entry()
236 status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, 5); in thread_2_entry()
260 status = tx_event_flags_get(&group_0, 0x00000002, TX_AND, &actual_events, 5); in thread_3_entry()
Dthreadx_event_flag_suspension_test.c19 static TX_EVENT_FLAGS_GROUP group_0; variable
127 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
138 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
186 status = tx_event_flags_set(&group_0, event_flag, TX_OR); in thread_0_entry()
222 status = tx_event_flags_set(&group_0, 0x0, TX_AND); in thread_0_entry()
237 status = tx_event_flags_set(&group_0, 0x1, TX_OR); in thread_0_entry()
269 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
276 tx_event_flags_set(&group_0, 0, TX_AND); in thread_1_entry()
296 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
320 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_3_entry()
[all …]
Dthreadx_event_flag_suspension_different_bits_consume_test.c15 static TX_EVENT_FLAGS_GROUP group_0; variable
95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
106 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
148 status = tx_event_flags_set(&group_0, 0x80000000, TX_OR); in thread_0_entry()
161 status = tx_event_flags_set(&group_0, 0x00008000, TX_OR); in thread_0_entry()
193 … status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
217 … status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_event_flag_thread_terminate_test.c15 static TX_EVENT_FLAGS_GROUP group_0; variable
95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
106 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
172 status = tx_event_flags_set(&group_0, 0xFFFFFFFF, TX_OR); in thread_0_entry()
203 … status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
227 … status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_event_flag_suspension_consume_test.c17 static TX_EVENT_FLAGS_GROUP group_0; variable
111 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
122 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
170 status = tx_event_flags_set(&group_0, event_flag, TX_OR); in thread_0_entry()
226 … status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
250 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
274 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_3_entry()
Dthreadx_trace_basic_test.c36 static TX_EVENT_FLAGS_GROUP group_0; variable
217 tx_event_flags_create(&group_0, "event flags group 0"); in test_application_define()
328 tx_event_flags_delete(&group_0); in thread_0_entry()
378 tx_event_flags_create(&group_0, "event flags group 0"); in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_event_flag_information_test.c11 static TX_EVENT_FLAGS_GROUP group_0; variable
71 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
92 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
143 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry()
155 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR, &actual_events, TX_NO_WAIT); in thread_0_entry()
167 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
179 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
191 status = tx_event_flags_set(&group_0, 0x80008000, TX_OR); in thread_0_entry()
203 status = tx_event_flags_set(&group_0, 0x80000000, TX_AND); in thread_0_entry()
215 status = tx_event_flags_set(&group_0, 0x00008000, TX_OR); in thread_0_entry()
[all …]
Dthreadx_event_flag_basic_test.c39 static TX_EVENT_FLAGS_GROUP group_0; variable
95 status = tx_event_flags_delete(&group_0); in timer_entry()
106 status = tx_event_flags_get(&group_0, 0x80008000, 14, &actual_events, 100); in timer_entry()
143 status = tx_event_flags_delete(&group_0); in test_isr()
153 status = tx_event_flags_get(&group_0, 0x80008000, 14, &actual_events, 100); in test_isr()
215 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
236 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
260 status = tx_event_flags_set_notify(&group_0, TX_NULL); in test_application_define()
350 status = tx_event_flags_create(&group_0, "group 0"); in thread_0_entry()
412 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, TX_NULL, TX_NO_WAIT); in thread_0_entry()
[all …]
Dthreadx_event_flag_suspension_different_bits_test.c15 static TX_EVENT_FLAGS_GROUP group_0; variable
95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
106 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
148 status = tx_event_flags_set(&group_0, 0x80000000, TX_OR); in thread_0_entry()
161 status = tx_event_flags_set(&group_0, 0x00008000, TX_OR); in thread_0_entry()
193 status = tx_event_flags_get(&group_0, 0x80000000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
200 tx_event_flags_set(&group_0, 0x7FFFFFFF, TX_AND); in thread_1_entry()
220 status = tx_event_flags_get(&group_0, 0x00008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
227 tx_event_flags_set(&group_0, 0xFFFF7FFF, TX_AND); in thread_2_entry()
Dthreadx_event_flag_single_thread_terminate_test.c17 static TX_EVENT_FLAGS_GROUP group_0; variable
97 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
108 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
180 status = tx_event_flags_set(&group_0, 0x00080000, TX_OR); in thread_0_entry()
195 status = tx_event_flags_set(&group_0, 0x00800000, TX_OR); in thread_0_entry()
213 status = tx_event_flags_set(&group_0, 0x00000001, TX_OR); in thread_0_entry()
228 status = tx_event_flags_set(&group_0, 0x00080001, TX_OR); in thread_0_entry()
304 …status = tx_event_flags_get(&group_0, 0x000880000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
314 … status = tx_event_flags_get(&group_0, 0x000880000, TX_OR_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
324 …status = tx_event_flags_get(&group_0, 0x000880000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_event_flag_suspension_timeout_test.c16 static TX_EVENT_FLAGS_GROUP group_0; variable
101 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
112 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
155 tx_event_flags_set(&group_0, 0x00000001, TX_OR); in thread_0_entry()
160 tx_event_flags_set(&group_0, 0x00000002, TX_OR); in thread_0_entry()
167 … status = tx_event_flags_get(&group_0, 0x00000001, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_0_entry()
221 status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, 2); in thread_1_entry()
245 status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, 5); in thread_2_entry()
269 status = tx_event_flags_get(&group_0, 0x00000002, TX_AND, &actual_events, 5); in thread_3_entry()
Dthreadx_event_flag_suspension_test.c19 static TX_EVENT_FLAGS_GROUP group_0; variable
127 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
138 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
186 status = tx_event_flags_set(&group_0, event_flag, TX_OR); in thread_0_entry()
222 status = tx_event_flags_set(&group_0, 0x0, TX_AND); in thread_0_entry()
237 status = tx_event_flags_set(&group_0, 0x1, TX_OR); in thread_0_entry()
269 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
276 tx_event_flags_set(&group_0, 0, TX_AND); in thread_1_entry()
296 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
320 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_3_entry()
[all …]
Dthreadx_event_flag_suspension_different_bits_consume_test.c15 static TX_EVENT_FLAGS_GROUP group_0; variable
95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
106 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
148 status = tx_event_flags_set(&group_0, 0x80000000, TX_OR); in thread_0_entry()
161 status = tx_event_flags_set(&group_0, 0x00008000, TX_OR); in thread_0_entry()
193 … status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
217 … status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_event_flag_thread_terminate_test.c15 static TX_EVENT_FLAGS_GROUP group_0; variable
95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
106 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
172 status = tx_event_flags_set(&group_0, 0xFFFFFFFF, TX_OR); in thread_0_entry()
203 … status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
227 … status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_event_flag_suspension_consume_test.c17 static TX_EVENT_FLAGS_GROUP group_0; variable
111 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
122 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
170 status = tx_event_flags_set(&group_0, event_flag, TX_OR); in thread_0_entry()
226 … status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
250 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
274 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_3_entry()
Dthreadx_trace_basic_test.c29 static TX_EVENT_FLAGS_GROUP group_0; variable
192 tx_event_flags_create(&group_0, "event flags group 0"); in test_application_define()
300 tx_event_flags_delete(&group_0); in thread_0_entry()
350 tx_event_flags_create(&group_0, "event flags group 0"); in thread_0_entry()