Home
last modified time | relevance | path

Searched refs:actual_events (Results 1 – 18 of 18) sorted by relevance

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_event_flag_basic_test.c72 ULONG actual_events; in timer_entry() local
106 status = tx_event_flags_get(&group_0, 0x80008000, 14, &actual_events, 100); in timer_entry()
128 ULONG actual_events; in test_isr() local
153 status = tx_event_flags_get(&group_0, 0x80008000, 14, &actual_events, 100); in test_isr()
292 ULONG actual_events; in thread_0_entry() local
387 status = tx_event_flags_get(TX_NULL, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry()
400 status = tx_event_flags_get(&group_2, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry()
424 status = tx_event_flags_get(&group_0, 0x80008000, 14, &actual_events, TX_NO_WAIT); in thread_0_entry()
499 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry()
511 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR, &actual_events, TX_NO_WAIT); in thread_0_entry()
[all …]
Dthreadx_event_flag_suspension_test.c259 ULONG actual_events; in thread_1_entry() local
269 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
272 if ((status != TX_SUCCESS) || (actual_events != 0xFFFFFFFFUL)) in thread_1_entry()
286 ULONG actual_events; in thread_2_entry() local
296 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
299 if ((status != TX_SUCCESS) || (actual_events != 0xFFFFFFFFUL)) in thread_2_entry()
310 ULONG actual_events; in thread_3_entry() local
320 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_3_entry()
323 if ((status != TX_SUCCESS) || (actual_events != 0xFFFFFFFFUL)) in thread_3_entry()
333 ULONG actual_events; in thread_4_entry() local
[all …]
Dthreadx_event_flag_suspension_consume_test.c216 ULONG actual_events; in thread_1_entry() local
226 … status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
229 if ((status != TX_SUCCESS) || (actual_events != 0xFFFFFFFFUL)) in thread_1_entry()
240 ULONG actual_events; in thread_2_entry() local
250 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
253 if ((status != TX_SUCCESS) || (actual_events != 0xFFFFFFFFUL)) in thread_2_entry()
264 ULONG actual_events; in thread_3_entry() local
274 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_3_entry()
277 if ((status != TX_SUCCESS) || (actual_events != 0xFFFFFFFFUL)) in thread_3_entry()
Dthreadx_event_flag_information_test.c125 ULONG actual_events; in thread_0_entry() local
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()
229 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry()
232 if ((status != TX_SUCCESS) || (actual_events != 0x80008000UL)) in thread_0_entry()
241 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR, &actual_events, TX_NO_WAIT); in thread_0_entry()
244 if ((status != TX_SUCCESS) || (actual_events != 0x80008000UL)) in thread_0_entry()
253 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
[all …]
Dthreadx_event_flag_suspension_timeout_test.c144 ULONG actual_events; in thread_0_entry() local
167 … status = tx_event_flags_get(&group_0, 0x00000001, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_0_entry()
200 ULONG actual_events; in thread_1_entry() local
212 status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, 2); in thread_1_entry()
226 ULONG actual_events; in thread_2_entry() local
236 status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, 5); in thread_2_entry()
250 ULONG actual_events; in thread_3_entry() local
260 status = tx_event_flags_get(&group_0, 0x00000002, TX_AND, &actual_events, 5); in thread_3_entry()
Dthreadx_event_flag_suspension_different_bits_consume_test.c183 ULONG actual_events; in thread_1_entry() local
193 … status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
196 if ((status != TX_SUCCESS) || (actual_events != 0x80000000UL)) in thread_1_entry()
207 ULONG actual_events; in thread_2_entry() local
217 … status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
220 if ((status != TX_SUCCESS) || (actual_events != 0x00008000UL)) in thread_2_entry()
Dthreadx_event_flag_suspension_different_bits_test.c183 ULONG actual_events; in thread_1_entry() local
193 status = tx_event_flags_get(&group_0, 0x80000000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
196 if ((status != TX_SUCCESS) || (actual_events != 0x80000000UL)) in thread_1_entry()
210 ULONG actual_events; in thread_2_entry() local
220 status = tx_event_flags_get(&group_0, 0x00008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
223 if ((status != TX_SUCCESS) || (actual_events != 0x00008000UL)) in thread_2_entry()
Dthreadx_event_flag_thread_terminate_test.c193 ULONG actual_events; in thread_1_entry() local
203 … status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
217 ULONG actual_events; in thread_2_entry() local
227 … status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_event_flag_single_thread_terminate_test.c294 ULONG actual_events; in thread_2_entry() local
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()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_event_flag_basic_test.c72 ULONG actual_events; in timer_entry() local
106 status = tx_event_flags_get(&group_0, 0x80008000, 14, &actual_events, 100); in timer_entry()
128 ULONG actual_events; in test_isr() local
153 status = tx_event_flags_get(&group_0, 0x80008000, 14, &actual_events, 100); in test_isr()
292 ULONG actual_events; in thread_0_entry() local
387 status = tx_event_flags_get(TX_NULL, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry()
400 status = tx_event_flags_get(&group_2, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry()
424 status = tx_event_flags_get(&group_0, 0x80008000, 14, &actual_events, TX_NO_WAIT); in thread_0_entry()
499 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry()
511 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR, &actual_events, TX_NO_WAIT); in thread_0_entry()
[all …]
Dthreadx_event_flag_suspension_test.c259 ULONG actual_events; in thread_1_entry() local
269 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
272 if ((status != TX_SUCCESS) || (actual_events != 0xFFFFFFFFUL)) in thread_1_entry()
286 ULONG actual_events; in thread_2_entry() local
296 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
299 if ((status != TX_SUCCESS) || (actual_events != 0xFFFFFFFFUL)) in thread_2_entry()
310 ULONG actual_events; in thread_3_entry() local
320 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_3_entry()
323 if ((status != TX_SUCCESS) || (actual_events != 0xFFFFFFFFUL)) in thread_3_entry()
333 ULONG actual_events; in thread_4_entry() local
[all …]
Dthreadx_event_flag_suspension_consume_test.c216 ULONG actual_events; in thread_1_entry() local
226 … status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
229 if ((status != TX_SUCCESS) || (actual_events != 0xFFFFFFFFUL)) in thread_1_entry()
240 ULONG actual_events; in thread_2_entry() local
250 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
253 if ((status != TX_SUCCESS) || (actual_events != 0xFFFFFFFFUL)) in thread_2_entry()
264 ULONG actual_events; in thread_3_entry() local
274 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_3_entry()
277 if ((status != TX_SUCCESS) || (actual_events != 0xFFFFFFFFUL)) in thread_3_entry()
Dthreadx_event_flag_information_test.c125 ULONG actual_events; in thread_0_entry() local
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()
229 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry()
232 if ((status != TX_SUCCESS) || (actual_events != 0x80008000UL)) in thread_0_entry()
241 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR, &actual_events, TX_NO_WAIT); in thread_0_entry()
244 if ((status != TX_SUCCESS) || (actual_events != 0x80008000UL)) in thread_0_entry()
253 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
[all …]
Dthreadx_event_flag_suspension_timeout_test.c144 ULONG actual_events; in thread_0_entry() local
167 … status = tx_event_flags_get(&group_0, 0x00000001, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_0_entry()
209 ULONG actual_events; in thread_1_entry() local
221 status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, 2); in thread_1_entry()
235 ULONG actual_events; in thread_2_entry() local
245 status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, 5); in thread_2_entry()
259 ULONG actual_events; in thread_3_entry() local
269 status = tx_event_flags_get(&group_0, 0x00000002, TX_AND, &actual_events, 5); in thread_3_entry()
Dthreadx_event_flag_suspension_different_bits_consume_test.c183 ULONG actual_events; in thread_1_entry() local
193 … status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
196 if ((status != TX_SUCCESS) || (actual_events != 0x80000000UL)) in thread_1_entry()
207 ULONG actual_events; in thread_2_entry() local
217 … status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
220 if ((status != TX_SUCCESS) || (actual_events != 0x00008000UL)) in thread_2_entry()
Dthreadx_event_flag_suspension_different_bits_test.c183 ULONG actual_events; in thread_1_entry() local
193 status = tx_event_flags_get(&group_0, 0x80000000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
196 if ((status != TX_SUCCESS) || (actual_events != 0x80000000UL)) in thread_1_entry()
210 ULONG actual_events; in thread_2_entry() local
220 status = tx_event_flags_get(&group_0, 0x00008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
223 if ((status != TX_SUCCESS) || (actual_events != 0x00008000UL)) in thread_2_entry()
Dthreadx_event_flag_thread_terminate_test.c193 ULONG actual_events; in thread_1_entry() local
203 … status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
217 ULONG actual_events; in thread_2_entry() local
227 … status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_event_flag_single_thread_terminate_test.c294 ULONG actual_events; in thread_2_entry() local
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()