Home
last modified time | relevance | path

Searched refs:suspensions (Results 1 – 25 of 38) sorted by relevance

12

/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 *timeout… in _tx_block_pool_performance_system_info_get() argument
115 if (suspensions != TX_NULL) in _tx_block_pool_performance_system_info_get()
118 *suspensions = _tx_block_pool_performance_suspension_count; in _tx_block_pool_performance_system_info_get()
152 else if (suspensions != TX_NULL) in _tx_block_pool_performance_system_info_get()
Dtx_event_flags_performance_system_info_get.c81 UINT _tx_event_flags_performance_system_info_get(ULONG *sets, ULONG *gets, ULONG *suspensions, ULO… in _tx_event_flags_performance_system_info_get() argument
116 if (suspensions != TX_NULL) in _tx_event_flags_performance_system_info_get()
119 *suspensions = _tx_event_flags_performance_suspension_count; in _tx_event_flags_performance_system_info_get()
153 else if (suspensions != TX_NULL) in _tx_event_flags_performance_system_info_get()
Dtx_semaphore_performance_system_info_get.c81 UINT _tx_semaphore_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULONG… in _tx_semaphore_performance_system_info_get() argument
116 if (suspensions != TX_NULL) in _tx_semaphore_performance_system_info_get()
119 *suspensions = _tx_semaphore_performance_suspension_count; in _tx_semaphore_performance_system_info_get()
153 else if (suspensions != TX_NULL) in _tx_semaphore_performance_system_info_get()
Dtx_mutex_performance_system_info_get.c85 UINT _tx_mutex_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, in _tx_mutex_performance_system_info_get() argument
121 if (suspensions != TX_NULL) in _tx_mutex_performance_system_info_get()
124 *suspensions = _tx_mutex_performance_suspension_count; in _tx_mutex_performance_system_info_get()
172 else if (suspensions != TX_NULL) in _tx_mutex_performance_system_info_get()
Dtx_block_pool_performance_info_get.c84 ULONG *suspensions, ULONG *timeouts) in _tx_block_pool_performance_info_get() argument
138 if (suspensions != TX_NULL) in _tx_block_pool_performance_info_get()
141 *suspensions = pool_ptr -> tx_block_pool_performance_suspension_count; in _tx_block_pool_performance_info_get()
180 else if (suspensions != 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
139 if (suspensions != TX_NULL) in _tx_event_flags_performance_info_get()
142 *suspensions = group_ptr -> tx_event_flags_group___performance_suspension_count; in _tx_event_flags_performance_info_get()
181 else if (suspensions != 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
138 if (suspensions != TX_NULL) in _tx_semaphore_performance_info_get()
141 *suspensions = semaphore_ptr -> tx_semaphore_performance_suspension_count; in _tx_semaphore_performance_info_get()
180 else if (suspensions != 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
145 if (suspensions != TX_NULL) in _tx_byte_pool_performance_system_info_get()
148 *suspensions = _tx_byte_pool_performance_suspension_count; in _tx_byte_pool_performance_system_info_get()
200 else if (suspensions != 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
144 if (suspensions != TX_NULL) in _tx_mutex_performance_info_get()
147 *suspensions = mutex_ptr -> tx_mutex_performance_suspension_count; in _tx_mutex_performance_info_get()
197 else if (suspensions != TX_NULL) in _tx_mutex_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
168 if (suspensions != TX_NULL) in _tx_byte_pool_performance_info_get()
171 *suspensions = pool_ptr -> tx_byte_pool_performance_suspension_count; in _tx_byte_pool_performance_info_get()
232 else if (suspensions != TX_NULL) in _tx_byte_pool_performance_info_get()
Dtx_thread_performance_system_info_get.c100 UINT _tx_thread_performance_system_info_get(ULONG *resumptions, ULONG *suspensions, in _tx_thread_performance_system_info_get() argument
131 if (suspensions != TX_NULL) in _tx_thread_performance_system_info_get()
134 *suspensions = _tx_thread_performance_suspend_count; in _tx_thread_performance_system_info_get()
218 else if (suspensions != TX_NULL) in _tx_thread_performance_system_info_get()
Dtx_thread_performance_info_get.c100 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspensions, in _tx_thread_performance_info_get() argument
149 if (suspensions != TX_NULL) in _tx_thread_performance_info_get()
152 *suspensions = thread_ptr -> tx_thread_performance_suspend_count; in _tx_thread_performance_info_get()
234 else if (suspensions != TX_NULL) in _tx_thread_performance_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 *timeout… in _tx_block_pool_performance_system_info_get() argument
115 if (suspensions != TX_NULL) in _tx_block_pool_performance_system_info_get()
118 *suspensions = _tx_block_pool_performance_suspension_count; in _tx_block_pool_performance_system_info_get()
152 else if (suspensions != TX_NULL) in _tx_block_pool_performance_system_info_get()
Dtx_event_flags_performance_system_info_get.c81 UINT _tx_event_flags_performance_system_info_get(ULONG *sets, ULONG *gets, ULONG *suspensions, ULO… in _tx_event_flags_performance_system_info_get() argument
116 if (suspensions != TX_NULL) in _tx_event_flags_performance_system_info_get()
119 *suspensions = _tx_event_flags_performance_suspension_count; in _tx_event_flags_performance_system_info_get()
153 else if (suspensions != TX_NULL) in _tx_event_flags_performance_system_info_get()
Dtx_semaphore_performance_system_info_get.c81 UINT _tx_semaphore_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULONG… in _tx_semaphore_performance_system_info_get() argument
116 if (suspensions != TX_NULL) in _tx_semaphore_performance_system_info_get()
119 *suspensions = _tx_semaphore_performance_suspension_count; in _tx_semaphore_performance_system_info_get()
153 else if (suspensions != TX_NULL) in _tx_semaphore_performance_system_info_get()
Dtx_mutex_performance_system_info_get.c85 UINT _tx_mutex_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, in _tx_mutex_performance_system_info_get() argument
121 if (suspensions != TX_NULL) in _tx_mutex_performance_system_info_get()
124 *suspensions = _tx_mutex_performance_suspension_count; in _tx_mutex_performance_system_info_get()
172 else if (suspensions != TX_NULL) in _tx_mutex_performance_system_info_get()
Dtx_block_pool_performance_info_get.c84 ULONG *suspensions, ULONG *timeouts) in _tx_block_pool_performance_info_get() argument
138 if (suspensions != TX_NULL) in _tx_block_pool_performance_info_get()
141 *suspensions = pool_ptr -> tx_block_pool_performance_suspension_count; in _tx_block_pool_performance_info_get()
180 else if (suspensions != 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
139 if (suspensions != TX_NULL) in _tx_event_flags_performance_info_get()
142 *suspensions = group_ptr -> tx_event_flags_group___performance_suspension_count; in _tx_event_flags_performance_info_get()
181 else if (suspensions != 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
138 if (suspensions != TX_NULL) in _tx_semaphore_performance_info_get()
141 *suspensions = semaphore_ptr -> tx_semaphore_performance_suspension_count; in _tx_semaphore_performance_info_get()
180 else if (suspensions != 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
145 if (suspensions != TX_NULL) in _tx_byte_pool_performance_system_info_get()
148 *suspensions = _tx_byte_pool_performance_suspension_count; in _tx_byte_pool_performance_system_info_get()
200 else if (suspensions != 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
144 if (suspensions != TX_NULL) in _tx_mutex_performance_info_get()
147 *suspensions = mutex_ptr -> tx_mutex_performance_suspension_count; in _tx_mutex_performance_info_get()
197 else if (suspensions != TX_NULL) in _tx_mutex_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
168 if (suspensions != TX_NULL) in _tx_byte_pool_performance_info_get()
171 *suspensions = pool_ptr -> tx_byte_pool_performance_suspension_count; in _tx_byte_pool_performance_info_get()
232 else if (suspensions != TX_NULL) in _tx_byte_pool_performance_info_get()
Dtx_thread_performance_system_info_get.c100 UINT _tx_thread_performance_system_info_get(ULONG *resumptions, ULONG *suspensions, in _tx_thread_performance_system_info_get() argument
131 if (suspensions != TX_NULL) in _tx_thread_performance_system_info_get()
134 *suspensions = _tx_thread_performance_suspend_count; in _tx_thread_performance_system_info_get()
218 else if (suspensions != TX_NULL) in _tx_thread_performance_system_info_get()
Dtx_thread_performance_info_get.c100 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspensions, in _tx_thread_performance_info_get() argument
149 if (suspensions != TX_NULL) in _tx_thread_performance_info_get()
152 *suspensions = thread_ptr -> tx_thread_performance_suspend_count; in _tx_thread_performance_info_get()
234 else if (suspensions != TX_NULL) in _tx_thread_performance_info_get()
/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_block_pool_performance_system_info_get.c73 …_performance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *suspensions, ULONG *timeout… in _tx_block_pool_performance_system_info_get() argument
79 extra_parameters[0] = (ALIGN_TYPE) suspensions; in _tx_block_pool_performance_system_info_get()

12