Home
last modified time | relevance | path

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

12345

/ThreadX-v6.2.1/common_smp/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()
Dtx_byte_pool_performance_system_info_get.c89 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts) in _tx_byte_pool_performance_system_info_get() argument
152 if (timeouts != TX_NULL) in _tx_byte_pool_performance_system_info_get()
155 *timeouts = _tx_byte_pool_performance_timeout_count; in _tx_byte_pool_performance_system_info_get()
206 else if (timeouts != TX_NULL) in _tx_byte_pool_performance_system_info_get()
Dtx_mutex_performance_info_get.c87 ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances) in _tx_mutex_performance_info_get() argument
151 if (timeouts != TX_NULL) in _tx_mutex_performance_info_get()
154 *timeouts = mutex_ptr -> tx_mutex_performance_timeout_count; in _tx_mutex_performance_info_get()
203 else if (timeouts != TX_NULL) in _tx_mutex_performance_info_get()
Dtx_queue_performance_info_get.c86 … ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeouts) in _tx_queue_performance_info_get() argument
161 if (timeouts != TX_NULL) in _tx_queue_performance_info_get()
164 *timeouts = queue_ptr -> tx_queue_performance_timeout_count; in _tx_queue_performance_info_get()
214 else if (timeouts != TX_NULL) in _tx_queue_performance_info_get()
Dtx_byte_pool_performance_info_get.c92 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts) in _tx_byte_pool_performance_info_get() argument
175 if (timeouts != TX_NULL) in _tx_byte_pool_performance_info_get()
178 *timeouts = pool_ptr -> tx_byte_pool_performance_timeout_count; in _tx_byte_pool_performance_info_get()
238 else if (timeouts != TX_NULL) in _tx_byte_pool_performance_info_get()
Dtx_thread_performance_system_info_get.c102 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, in _tx_thread_performance_system_info_get() argument
173 if (timeouts != TX_NULL) in _tx_thread_performance_system_info_get()
176 *timeouts = _tx_thread_performance_timeout_count; in _tx_thread_performance_system_info_get()
254 else if (timeouts != TX_NULL) in _tx_thread_performance_system_info_get()
/ThreadX-v6.2.1/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()
Dtx_byte_pool_performance_system_info_get.c89 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts) in _tx_byte_pool_performance_system_info_get() argument
152 if (timeouts != TX_NULL) in _tx_byte_pool_performance_system_info_get()
155 *timeouts = _tx_byte_pool_performance_timeout_count; in _tx_byte_pool_performance_system_info_get()
206 else if (timeouts != TX_NULL) in _tx_byte_pool_performance_system_info_get()
Dtx_mutex_performance_info_get.c87 ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances) in _tx_mutex_performance_info_get() argument
151 if (timeouts != TX_NULL) in _tx_mutex_performance_info_get()
154 *timeouts = mutex_ptr -> tx_mutex_performance_timeout_count; in _tx_mutex_performance_info_get()
203 else if (timeouts != TX_NULL) in _tx_mutex_performance_info_get()
Dtx_queue_performance_info_get.c86 … ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeouts) in _tx_queue_performance_info_get() argument
161 if (timeouts != TX_NULL) in _tx_queue_performance_info_get()
164 *timeouts = queue_ptr -> tx_queue_performance_timeout_count; in _tx_queue_performance_info_get()
214 else if (timeouts != TX_NULL) in _tx_queue_performance_info_get()
Dtx_byte_pool_performance_info_get.c92 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts) in _tx_byte_pool_performance_info_get() argument
175 if (timeouts != TX_NULL) in _tx_byte_pool_performance_info_get()
178 *timeouts = pool_ptr -> tx_byte_pool_performance_timeout_count; in _tx_byte_pool_performance_info_get()
238 else if (timeouts != TX_NULL) in _tx_byte_pool_performance_info_get()

12345