Home
last modified time | relevance | path

Searched refs:timeouts (Results 1 – 25 of 119) sorted by relevance

12345

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_semaphore_information_test.c22 ULONG *suspensions, ULONG *timeouts);
100 ULONG timeouts; in thread_0_entry() local
229 … status += tx_semaphore_performance_info_get(&semaphore_0, &puts, &gets, &suspensions, &timeouts); in thread_0_entry()
233 …(suspensions != semaphore_0.tx_semaphore_performance_suspension_count) || (timeouts != semaphore_0… in thread_0_entry()
243 status += tx_semaphore_performance_system_info_get(&puts, &gets, &suspensions, &timeouts); in thread_0_entry()
247 …(suspensions != _tx_semaphore_performance_suspension_count) || (timeouts != _tx_semaphore_performa… in thread_0_entry()
258 … status = tx_semaphore_performance_info_get(&semaphore_0, &puts, &gets, &suspensions, &timeouts); in thread_0_entry()
270 status = tx_semaphore_performance_info_get(TX_NULL, &puts, &gets, &suspensions, &timeouts); in thread_0_entry()
282 status = tx_semaphore_performance_info_get(TX_NULL, TX_NULL, &gets, &suspensions, &timeouts); in thread_0_entry()
294 status = tx_semaphore_performance_info_get(TX_NULL, TX_NULL, TX_NULL, &suspensions, &timeouts); in thread_0_entry()
[all …]
Dthreadx_thread_information_test.c70 ULONG timeouts; in thread_0_entry() local
115 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
121 …(relinquishes != thread_0.tx_thread_performance_relinquish_count) || (timeouts != thread_0.tx_thre… in thread_0_entry()
133 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry()
139 …(relinquishes != _tx_thread_performance_relinquish_count) || (timeouts != _tx_thread_performance_t… in thread_0_entry()
158 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
171 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
184 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
197 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
210 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
[all …]
Dthreadx_event_flag_information_test.c23 ULONG *suspensions, ULONG *timeouts);
134 ULONG timeouts; in thread_0_entry() local
372 status += tx_event_flags_performance_info_get(&group_0, &sets, &gets, &suspensions, &timeouts); in thread_0_entry()
376 …(suspensions != group_0.tx_event_flags_group___performance_suspension_count) || (timeouts != group… in thread_0_entry()
386 status += tx_event_flags_performance_system_info_get(&sets, &gets, &suspensions, &timeouts); in thread_0_entry()
390 …(suspensions != _tx_event_flags_performance_suspension_count) || (timeouts != _tx_event_flags_perf… in thread_0_entry()
401 status = tx_event_flags_performance_info_get(&group_0, &sets, &gets, &suspensions, &timeouts); in thread_0_entry()
413 status = tx_event_flags_performance_info_get(TX_NULL, &sets, &gets, &suspensions, &timeouts); in thread_0_entry()
425 status = tx_event_flags_performance_info_get(TX_NULL, TX_NULL, &gets, &suspensions, &timeouts); in thread_0_entry()
437 … status = tx_event_flags_performance_info_get(TX_NULL, TX_NULL, TX_NULL, &suspensions, &timeouts); in thread_0_entry()
[all …]
Dthreadx_byte_memory_information_test.c59 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts);
229 ULONG timeouts; in thread_0_entry() local
373 …et(TX_NULL, &allocates, &releases, &fragments_searched, &merges, &splits, &suspensions, &timeouts); in thread_0_entry()
385 …yte_pool_1, &allocates, &releases, &fragments_searched, &merges, &splits, &suspensions, &timeouts); in thread_0_entry()
397 …yte_pool_0, &allocates, &releases, &fragments_searched, &merges, &splits, &suspensions, &timeouts); in thread_0_entry()
403 (timeouts != byte_pool_0.tx_byte_pool_performance_timeout_count)) in thread_0_entry()
412 …em_info_get(&allocates, &releases, &fragments_searched, &merges, &splits, &suspensions, &timeouts); in thread_0_entry()
418 (timeouts != _tx_byte_pool_performance_timeout_count)) in thread_0_entry()
435 …yte_pool_0, &allocates, &releases, &fragments_searched, &merges, &splits, &suspensions, &timeouts); in thread_0_entry()
447 …et(TX_NULL, &allocates, &releases, &fragments_searched, &merges, &splits, &suspensions, &timeouts); in thread_0_entry()
[all …]
Dthreadx_queue_information_test.c22 … ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeouts);
105 ULONG timeouts; in thread_0_entry() local
427 …messages_sent, &messages_received, &empty_suspensions, &full_suspensions, &full_errors, &timeouts); in thread_0_entry()
432 …(full_errors != queue_0.tx_queue_performance_full_error_count) || (timeouts != queue_0.tx_queue_pe… in thread_0_entry()
442 …messages_sent, &messages_received, &empty_suspensions, &full_suspensions, &full_errors, &timeouts); in thread_0_entry()
447 …(full_errors != _tx_queue_performance_full_error_count) || (timeouts != _tx_queue_performance_time… in thread_0_entry()
458 …messages_sent, &messages_received, &empty_suspensions, &full_suspensions, &full_errors, &timeouts); in thread_0_entry()
470 …messages_sent, &messages_received, &empty_suspensions, &full_suspensions, &full_errors, &timeouts); in thread_0_entry()
482 …NULL, TX_NULL, &messages_received, &empty_suspensions, &full_suspensions, &full_errors, &timeouts); in thread_0_entry()
494 …nfo_get(TX_NULL, TX_NULL, TX_NULL, &empty_suspensions, &full_suspensions, &full_errors, &timeouts); in thread_0_entry()
[all …]
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_semaphore_information_test.c22 ULONG *suspensions, ULONG *timeouts);
100 ULONG timeouts; in thread_0_entry() local
229 … status += tx_semaphore_performance_info_get(&semaphore_0, &puts, &gets, &suspensions, &timeouts); in thread_0_entry()
233 …(suspensions != semaphore_0.tx_semaphore_performance_suspension_count) || (timeouts != semaphore_0… in thread_0_entry()
243 status += tx_semaphore_performance_system_info_get(&puts, &gets, &suspensions, &timeouts); in thread_0_entry()
247 …(suspensions != _tx_semaphore_performance_suspension_count) || (timeouts != _tx_semaphore_performa… in thread_0_entry()
258 … status = tx_semaphore_performance_info_get(&semaphore_0, &puts, &gets, &suspensions, &timeouts); in thread_0_entry()
270 status = tx_semaphore_performance_info_get(TX_NULL, &puts, &gets, &suspensions, &timeouts); in thread_0_entry()
282 status = tx_semaphore_performance_info_get(TX_NULL, TX_NULL, &gets, &suspensions, &timeouts); in thread_0_entry()
294 status = tx_semaphore_performance_info_get(TX_NULL, TX_NULL, TX_NULL, &suspensions, &timeouts); in thread_0_entry()
[all …]
Dthreadx_thread_information_test.c70 ULONG timeouts; in thread_0_entry() local
115 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
121 …(relinquishes != thread_0.tx_thread_performance_relinquish_count) || (timeouts != thread_0.tx_thre… in thread_0_entry()
133 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry()
139 …(relinquishes != _tx_thread_performance_relinquish_count) || (timeouts != _tx_thread_performance_t… in thread_0_entry()
158 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
171 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
184 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
197 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
210 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
[all …]
Dthreadx_event_flag_information_test.c23 ULONG *suspensions, ULONG *timeouts);
134 ULONG timeouts; in thread_0_entry() local
372 status += tx_event_flags_performance_info_get(&group_0, &sets, &gets, &suspensions, &timeouts); in thread_0_entry()
376 …(suspensions != group_0.tx_event_flags_group___performance_suspension_count) || (timeouts != group… in thread_0_entry()
386 status += tx_event_flags_performance_system_info_get(&sets, &gets, &suspensions, &timeouts); in thread_0_entry()
390 …(suspensions != _tx_event_flags_performance_suspension_count) || (timeouts != _tx_event_flags_perf… in thread_0_entry()
401 status = tx_event_flags_performance_info_get(&group_0, &sets, &gets, &suspensions, &timeouts); in thread_0_entry()
413 status = tx_event_flags_performance_info_get(TX_NULL, &sets, &gets, &suspensions, &timeouts); in thread_0_entry()
425 status = tx_event_flags_performance_info_get(TX_NULL, TX_NULL, &gets, &suspensions, &timeouts); in thread_0_entry()
437 … status = tx_event_flags_performance_info_get(TX_NULL, TX_NULL, TX_NULL, &suspensions, &timeouts); in thread_0_entry()
[all …]
Dthreadx_byte_memory_information_test.c59 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts);
229 ULONG timeouts; in thread_0_entry() local
373 …et(TX_NULL, &allocates, &releases, &fragments_searched, &merges, &splits, &suspensions, &timeouts); in thread_0_entry()
385 …yte_pool_1, &allocates, &releases, &fragments_searched, &merges, &splits, &suspensions, &timeouts); in thread_0_entry()
397 …yte_pool_0, &allocates, &releases, &fragments_searched, &merges, &splits, &suspensions, &timeouts); in thread_0_entry()
403 (timeouts != byte_pool_0.tx_byte_pool_performance_timeout_count)) in thread_0_entry()
412 …em_info_get(&allocates, &releases, &fragments_searched, &merges, &splits, &suspensions, &timeouts); in thread_0_entry()
418 (timeouts != _tx_byte_pool_performance_timeout_count)) in thread_0_entry()
435 …yte_pool_0, &allocates, &releases, &fragments_searched, &merges, &splits, &suspensions, &timeouts); in thread_0_entry()
447 …et(TX_NULL, &allocates, &releases, &fragments_searched, &merges, &splits, &suspensions, &timeouts); in thread_0_entry()
[all …]
Dthreadx_queue_information_test.c22 … ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeouts);
105 ULONG timeouts; in thread_0_entry() local
427 …messages_sent, &messages_received, &empty_suspensions, &full_suspensions, &full_errors, &timeouts); in thread_0_entry()
432 …(full_errors != queue_0.tx_queue_performance_full_error_count) || (timeouts != queue_0.tx_queue_pe… in thread_0_entry()
442 …messages_sent, &messages_received, &empty_suspensions, &full_suspensions, &full_errors, &timeouts); in thread_0_entry()
447 …(full_errors != _tx_queue_performance_full_error_count) || (timeouts != _tx_queue_performance_time… in thread_0_entry()
458 …messages_sent, &messages_received, &empty_suspensions, &full_suspensions, &full_errors, &timeouts); in thread_0_entry()
470 …messages_sent, &messages_received, &empty_suspensions, &full_suspensions, &full_errors, &timeouts); in thread_0_entry()
482 …NULL, TX_NULL, &messages_received, &empty_suspensions, &full_suspensions, &full_errors, &timeouts); in thread_0_entry()
494 …nfo_get(TX_NULL, TX_NULL, TX_NULL, &empty_suspensions, &full_suspensions, &full_errors, &timeouts); in thread_0_entry()
[all …]
/ThreadX-v6.3.0/common_smp/src/
Dtx_event_flags_performance_system_info_get.c81 …nt_flags_performance_system_info_get(ULONG *sets, ULONG *gets, ULONG *suspensions, ULONG *timeouts) in _tx_event_flags_performance_system_info_get() argument
123 if (timeouts != TX_NULL) in _tx_event_flags_performance_system_info_get()
126 *timeouts = _tx_event_flags_performance_timeout_count; in _tx_event_flags_performance_system_info_get()
159 else if (timeouts != TX_NULL) in _tx_event_flags_performance_system_info_get()
Dtx_block_pool_performance_system_info_get.c80 …performance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *suspensions, ULONG *timeouts) in _tx_block_pool_performance_system_info_get() argument
122 if (timeouts != TX_NULL) in _tx_block_pool_performance_system_info_get()
125 *timeouts = _tx_block_pool_performance_timeout_count; in _tx_block_pool_performance_system_info_get()
158 else if (timeouts != TX_NULL) in _tx_block_pool_performance_system_info_get()
Dtx_semaphore_performance_system_info_get.c81 …emaphore_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULONG *timeouts) in _tx_semaphore_performance_system_info_get() argument
123 if (timeouts != TX_NULL) in _tx_semaphore_performance_system_info_get()
126 *timeouts = _tx_semaphore_performance_timeout_count; in _tx_semaphore_performance_system_info_get()
159 else if (timeouts != TX_NULL) in _tx_semaphore_performance_system_info_get()
Dtx_mutex_performance_system_info_get.c86 ULONG *timeouts, ULONG *inversions, ULONG *inheritances) in _tx_mutex_performance_system_info_get() argument
128 if (timeouts != TX_NULL) in _tx_mutex_performance_system_info_get()
131 *timeouts = _tx_mutex_performance_timeout_count; in _tx_mutex_performance_system_info_get()
178 else if (timeouts != TX_NULL) in _tx_mutex_performance_system_info_get()
Dtx_queue_performance_system_info_get.c86 … ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeouts) in _tx_queue_performance_system_info_get() argument
142 if (timeouts != TX_NULL) in _tx_queue_performance_system_info_get()
145 *timeouts = _tx_queue_performance_timeout_count; in _tx_queue_performance_system_info_get()
190 else if (timeouts != TX_NULL) in _tx_queue_performance_system_info_get()
Dtx_event_flags_performance_info_get.c85 ULONG *suspensions, ULONG *timeouts) in _tx_event_flags_performance_info_get() argument
146 if (timeouts != TX_NULL) in _tx_event_flags_performance_info_get()
149 *timeouts = group_ptr -> tx_event_flags_group____performance_timeout_count; in _tx_event_flags_performance_info_get()
187 else if (timeouts != TX_NULL) in _tx_event_flags_performance_info_get()
Dtx_block_pool_performance_info_get.c84 ULONG *suspensions, ULONG *timeouts) in _tx_block_pool_performance_info_get() argument
145 if (timeouts != TX_NULL) in _tx_block_pool_performance_info_get()
148 *timeouts = pool_ptr -> tx_block_pool_performance_timeout_count; in _tx_block_pool_performance_info_get()
186 else if (timeouts != TX_NULL) in _tx_block_pool_performance_info_get()
/ThreadX-v6.3.0/common/src/
Dtx_block_pool_performance_system_info_get.c80 …performance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *suspensions, ULONG *timeouts) in _tx_block_pool_performance_system_info_get() argument
122 if (timeouts != TX_NULL) in _tx_block_pool_performance_system_info_get()
125 *timeouts = _tx_block_pool_performance_timeout_count; in _tx_block_pool_performance_system_info_get()
158 else if (timeouts != TX_NULL) in _tx_block_pool_performance_system_info_get()
Dtx_event_flags_performance_system_info_get.c81 …nt_flags_performance_system_info_get(ULONG *sets, ULONG *gets, ULONG *suspensions, ULONG *timeouts) in _tx_event_flags_performance_system_info_get() argument
123 if (timeouts != TX_NULL) in _tx_event_flags_performance_system_info_get()
126 *timeouts = _tx_event_flags_performance_timeout_count; in _tx_event_flags_performance_system_info_get()
159 else if (timeouts != TX_NULL) in _tx_event_flags_performance_system_info_get()
Dtx_semaphore_performance_system_info_get.c81 …emaphore_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULONG *timeouts) in _tx_semaphore_performance_system_info_get() argument
123 if (timeouts != TX_NULL) in _tx_semaphore_performance_system_info_get()
126 *timeouts = _tx_semaphore_performance_timeout_count; in _tx_semaphore_performance_system_info_get()
159 else if (timeouts != TX_NULL) in _tx_semaphore_performance_system_info_get()
Dtx_mutex_performance_system_info_get.c86 ULONG *timeouts, ULONG *inversions, ULONG *inheritances) in _tx_mutex_performance_system_info_get() argument
128 if (timeouts != TX_NULL) in _tx_mutex_performance_system_info_get()
131 *timeouts = _tx_mutex_performance_timeout_count; in _tx_mutex_performance_system_info_get()
178 else if (timeouts != TX_NULL) in _tx_mutex_performance_system_info_get()
Dtx_queue_performance_system_info_get.c86 … ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeouts) in _tx_queue_performance_system_info_get() argument
142 if (timeouts != TX_NULL) in _tx_queue_performance_system_info_get()
145 *timeouts = _tx_queue_performance_timeout_count; in _tx_queue_performance_system_info_get()
190 else if (timeouts != TX_NULL) in _tx_queue_performance_system_info_get()
Dtx_block_pool_performance_info_get.c84 ULONG *suspensions, ULONG *timeouts) in _tx_block_pool_performance_info_get() argument
145 if (timeouts != TX_NULL) in _tx_block_pool_performance_info_get()
148 *timeouts = pool_ptr -> tx_block_pool_performance_timeout_count; in _tx_block_pool_performance_info_get()
186 else if (timeouts != TX_NULL) in _tx_block_pool_performance_info_get()
Dtx_event_flags_performance_info_get.c85 ULONG *suspensions, ULONG *timeouts) in _tx_event_flags_performance_info_get() argument
146 if (timeouts != TX_NULL) in _tx_event_flags_performance_info_get()
149 *timeouts = group_ptr -> tx_event_flags_group____performance_timeout_count; in _tx_event_flags_performance_info_get()
187 else if (timeouts != TX_NULL) in _tx_event_flags_performance_info_get()
Dtx_semaphore_performance_info_get.c84 ULONG *suspensions, ULONG *timeouts) in _tx_semaphore_performance_info_get() argument
145 if (timeouts != TX_NULL) in _tx_semaphore_performance_info_get()
148 *timeouts = semaphore_ptr -> tx_semaphore_performance_timeout_count; in _tx_semaphore_performance_info_get()
186 else if (timeouts != TX_NULL) in _tx_semaphore_performance_info_get()

12345