Home
last modified time | relevance | path

Searched refs:TX_NULL (Results 1 – 25 of 1016) sorted by relevance

12345678910>>...41

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_performance_system_info_get.c124 if (resumptions != TX_NULL) in _tx_thread_performance_system_info_get()
131 if (suspensions != TX_NULL) in _tx_thread_performance_system_info_get()
138 if (solicited_preemptions != TX_NULL) in _tx_thread_performance_system_info_get()
145 if (interrupt_preemptions != TX_NULL) in _tx_thread_performance_system_info_get()
152 if (priority_inversions != TX_NULL) in _tx_thread_performance_system_info_get()
159 if (time_slices != TX_NULL) in _tx_thread_performance_system_info_get()
166 if (relinquishes != TX_NULL) in _tx_thread_performance_system_info_get()
173 if (timeouts != TX_NULL) in _tx_thread_performance_system_info_get()
180 if (wait_aborts != TX_NULL) in _tx_thread_performance_system_info_get()
187 if (non_idle_returns != TX_NULL) in _tx_thread_performance_system_info_get()
[all …]
Dtx_thread_performance_info_get.c112 if (thread_ptr == TX_NULL) in _tx_thread_performance_info_get()
142 if (resumptions != TX_NULL) in _tx_thread_performance_info_get()
149 if (suspensions != TX_NULL) in _tx_thread_performance_info_get()
156 if (solicited_preemptions != TX_NULL) in _tx_thread_performance_info_get()
163 if (interrupt_preemptions != TX_NULL) in _tx_thread_performance_info_get()
170 if (priority_inversions != TX_NULL) in _tx_thread_performance_info_get()
177 if (time_slices != TX_NULL) in _tx_thread_performance_info_get()
184 if (relinquishes != TX_NULL) in _tx_thread_performance_info_get()
191 if (timeouts != TX_NULL) in _tx_thread_performance_info_get()
198 if (wait_aborts != TX_NULL) in _tx_thread_performance_info_get()
[all …]
Dtx_byte_pool_performance_info_get.c103 if (pool_ptr == TX_NULL) in _tx_byte_pool_performance_info_get()
133 if (allocates != TX_NULL) in _tx_byte_pool_performance_info_get()
140 if (releases != TX_NULL) in _tx_byte_pool_performance_info_get()
147 if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_info_get()
154 if (merges != TX_NULL) in _tx_byte_pool_performance_info_get()
161 if (splits != TX_NULL) in _tx_byte_pool_performance_info_get()
168 if (suspensions != TX_NULL) in _tx_byte_pool_performance_info_get()
175 if (timeouts != TX_NULL) in _tx_byte_pool_performance_info_get()
196 if (pool_ptr != TX_NULL) in _tx_byte_pool_performance_info_get()
202 else if (allocates != TX_NULL) in _tx_byte_pool_performance_info_get()
[all …]
Dtx_byte_pool_performance_system_info_get.c110 if (allocates != TX_NULL) in _tx_byte_pool_performance_system_info_get()
117 if (releases != TX_NULL) in _tx_byte_pool_performance_system_info_get()
124 if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_system_info_get()
131 if (merges != TX_NULL) in _tx_byte_pool_performance_system_info_get()
138 if (splits != TX_NULL) in _tx_byte_pool_performance_system_info_get()
145 if (suspensions != TX_NULL) in _tx_byte_pool_performance_system_info_get()
152 if (timeouts != TX_NULL) in _tx_byte_pool_performance_system_info_get()
170 if (allocates != TX_NULL) in _tx_byte_pool_performance_system_info_get()
176 else if (releases != TX_NULL) in _tx_byte_pool_performance_system_info_get()
182 else if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_system_info_get()
[all …]
Dtx_mutex_performance_info_get.c100 if (mutex_ptr == TX_NULL) in _tx_mutex_performance_info_get()
130 if (puts != TX_NULL) in _tx_mutex_performance_info_get()
137 if (gets != TX_NULL) in _tx_mutex_performance_info_get()
144 if (suspensions != TX_NULL) in _tx_mutex_performance_info_get()
151 if (timeouts != TX_NULL) in _tx_mutex_performance_info_get()
158 if (inversions != TX_NULL) in _tx_mutex_performance_info_get()
165 if (inheritances != TX_NULL) in _tx_mutex_performance_info_get()
179 if (mutex_ptr != TX_NULL) in _tx_mutex_performance_info_get()
185 else if (puts != TX_NULL) in _tx_mutex_performance_info_get()
191 else if (gets != TX_NULL) in _tx_mutex_performance_info_get()
[all …]
Dtx_queue_performance_info_get.c96 if (queue_ptr == TX_NULL) in _tx_queue_performance_info_get()
126 if (messages_sent != TX_NULL) in _tx_queue_performance_info_get()
133 if (messages_received != TX_NULL) in _tx_queue_performance_info_get()
140 if (empty_suspensions != TX_NULL) in _tx_queue_performance_info_get()
147 if (full_suspensions != TX_NULL) in _tx_queue_performance_info_get()
154 if (full_errors != TX_NULL) in _tx_queue_performance_info_get()
161 if (timeouts != TX_NULL) in _tx_queue_performance_info_get()
178 if (queue_ptr != TX_NULL) in _tx_queue_performance_info_get()
184 else if (messages_sent != TX_NULL) in _tx_queue_performance_info_get()
190 else if (messages_received != TX_NULL) in _tx_queue_performance_info_get()
[all …]
Dtx_mutex_performance_system_info_get.c107 if (puts != TX_NULL) in _tx_mutex_performance_system_info_get()
114 if (gets != TX_NULL) in _tx_mutex_performance_system_info_get()
121 if (suspensions != TX_NULL) in _tx_mutex_performance_system_info_get()
128 if (timeouts != TX_NULL) in _tx_mutex_performance_system_info_get()
135 if (inversions != TX_NULL) in _tx_mutex_performance_system_info_get()
142 if (inheritances != TX_NULL) in _tx_mutex_performance_system_info_get()
160 if (puts != TX_NULL) in _tx_mutex_performance_system_info_get()
166 else if (gets != TX_NULL) in _tx_mutex_performance_system_info_get()
172 else if (suspensions != TX_NULL) in _tx_mutex_performance_system_info_get()
178 else if (timeouts != TX_NULL) in _tx_mutex_performance_system_info_get()
[all …]
Dtx_queue_performance_system_info_get.c107 if (messages_sent != TX_NULL) in _tx_queue_performance_system_info_get()
114 if (messages_received != TX_NULL) in _tx_queue_performance_system_info_get()
121 if (empty_suspensions != TX_NULL) in _tx_queue_performance_system_info_get()
128 if (full_suspensions != TX_NULL) in _tx_queue_performance_system_info_get()
135 if (full_errors != TX_NULL) in _tx_queue_performance_system_info_get()
142 if (timeouts != TX_NULL) in _tx_queue_performance_system_info_get()
160 if (messages_sent != TX_NULL) in _tx_queue_performance_system_info_get()
166 else if (messages_received != TX_NULL) in _tx_queue_performance_system_info_get()
172 else if (empty_suspensions != TX_NULL) in _tx_queue_performance_system_info_get()
178 else if (full_suspensions != TX_NULL) in _tx_queue_performance_system_info_get()
[all …]
Dtx_timer_performance_info_get.c97 if (timer_ptr == TX_NULL) in _tx_timer_performance_info_get()
124 if (activates != TX_NULL) in _tx_timer_performance_info_get()
131 if (reactivates != TX_NULL) in _tx_timer_performance_info_get()
138 if (deactivates != TX_NULL) in _tx_timer_performance_info_get()
145 if (expirations != TX_NULL) in _tx_timer_performance_info_get()
152 if (expiration_adjusts != TX_NULL) in _tx_timer_performance_info_get()
169 if (timer_ptr != TX_NULL) in _tx_timer_performance_info_get()
175 else if (activates != TX_NULL) in _tx_timer_performance_info_get()
181 else if (reactivates != TX_NULL) in _tx_timer_performance_info_get()
187 else if (deactivates != TX_NULL) in _tx_timer_performance_info_get()
[all …]
Dtx_timer_performance_system_info_get.c102 if (activates != TX_NULL) in _tx_timer_performance_system_info_get()
109 if (reactivates != TX_NULL) in _tx_timer_performance_system_info_get()
116 if (deactivates != TX_NULL) in _tx_timer_performance_system_info_get()
123 if (expirations != TX_NULL) in _tx_timer_performance_system_info_get()
130 if (expiration_adjusts != TX_NULL) in _tx_timer_performance_system_info_get()
148 if (activates != TX_NULL) in _tx_timer_performance_system_info_get()
154 else if (reactivates != TX_NULL) in _tx_timer_performance_system_info_get()
160 else if (deactivates != TX_NULL) in _tx_timer_performance_system_info_get()
166 else if (expirations != TX_NULL) in _tx_timer_performance_system_info_get()
172 else if (expiration_adjusts != TX_NULL) in _tx_timer_performance_system_info_get()
Dtx_block_pool_performance_info_get.c94 if (pool_ptr == TX_NULL) in _tx_block_pool_performance_info_get()
124 if (allocates != TX_NULL) in _tx_block_pool_performance_info_get()
131 if (releases != TX_NULL) in _tx_block_pool_performance_info_get()
138 if (suspensions != TX_NULL) in _tx_block_pool_performance_info_get()
145 if (timeouts != TX_NULL) in _tx_block_pool_performance_info_get()
162 if (pool_ptr != TX_NULL) in _tx_block_pool_performance_info_get()
168 else if (allocates != TX_NULL) in _tx_block_pool_performance_info_get()
174 else if (releases != TX_NULL) in _tx_block_pool_performance_info_get()
180 else if (suspensions != TX_NULL) 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.c95 if (group_ptr == TX_NULL) in _tx_event_flags_performance_info_get()
125 if (sets != TX_NULL) in _tx_event_flags_performance_info_get()
132 if (gets != TX_NULL) in _tx_event_flags_performance_info_get()
139 if (suspensions != TX_NULL) in _tx_event_flags_performance_info_get()
146 if (timeouts != TX_NULL) in _tx_event_flags_performance_info_get()
163 if (group_ptr != TX_NULL) in _tx_event_flags_performance_info_get()
169 else if (sets != TX_NULL) in _tx_event_flags_performance_info_get()
175 else if (gets != TX_NULL) in _tx_event_flags_performance_info_get()
181 else if (suspensions != TX_NULL) 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.c94 if (semaphore_ptr == TX_NULL) in _tx_semaphore_performance_info_get()
124 if (puts != TX_NULL) in _tx_semaphore_performance_info_get()
131 if (gets != TX_NULL) in _tx_semaphore_performance_info_get()
138 if (suspensions != TX_NULL) in _tx_semaphore_performance_info_get()
145 if (timeouts != TX_NULL) in _tx_semaphore_performance_info_get()
162 if (semaphore_ptr != TX_NULL) in _tx_semaphore_performance_info_get()
168 else if (puts != TX_NULL) in _tx_semaphore_performance_info_get()
174 else if (gets != TX_NULL) in _tx_semaphore_performance_info_get()
180 else if (suspensions != TX_NULL) in _tx_semaphore_performance_info_get()
186 else if (timeouts != TX_NULL) in _tx_semaphore_performance_info_get()
/ThreadX-v6.2.1/common/src/
Dtx_thread_performance_system_info_get.c124 if (resumptions != TX_NULL) in _tx_thread_performance_system_info_get()
131 if (suspensions != TX_NULL) in _tx_thread_performance_system_info_get()
138 if (solicited_preemptions != TX_NULL) in _tx_thread_performance_system_info_get()
145 if (interrupt_preemptions != TX_NULL) in _tx_thread_performance_system_info_get()
152 if (priority_inversions != TX_NULL) in _tx_thread_performance_system_info_get()
159 if (time_slices != TX_NULL) in _tx_thread_performance_system_info_get()
166 if (relinquishes != TX_NULL) in _tx_thread_performance_system_info_get()
173 if (timeouts != TX_NULL) in _tx_thread_performance_system_info_get()
180 if (wait_aborts != TX_NULL) in _tx_thread_performance_system_info_get()
187 if (non_idle_returns != TX_NULL) in _tx_thread_performance_system_info_get()
[all …]
Dtx_thread_performance_info_get.c112 if (thread_ptr == TX_NULL) in _tx_thread_performance_info_get()
142 if (resumptions != TX_NULL) in _tx_thread_performance_info_get()
149 if (suspensions != TX_NULL) in _tx_thread_performance_info_get()
156 if (solicited_preemptions != TX_NULL) in _tx_thread_performance_info_get()
163 if (interrupt_preemptions != TX_NULL) in _tx_thread_performance_info_get()
170 if (priority_inversions != TX_NULL) in _tx_thread_performance_info_get()
177 if (time_slices != TX_NULL) in _tx_thread_performance_info_get()
184 if (relinquishes != TX_NULL) in _tx_thread_performance_info_get()
191 if (timeouts != TX_NULL) in _tx_thread_performance_info_get()
198 if (wait_aborts != TX_NULL) in _tx_thread_performance_info_get()
[all …]
Dtx_byte_pool_performance_info_get.c103 if (pool_ptr == TX_NULL) in _tx_byte_pool_performance_info_get()
133 if (allocates != TX_NULL) in _tx_byte_pool_performance_info_get()
140 if (releases != TX_NULL) in _tx_byte_pool_performance_info_get()
147 if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_info_get()
154 if (merges != TX_NULL) in _tx_byte_pool_performance_info_get()
161 if (splits != TX_NULL) in _tx_byte_pool_performance_info_get()
168 if (suspensions != TX_NULL) in _tx_byte_pool_performance_info_get()
175 if (timeouts != TX_NULL) in _tx_byte_pool_performance_info_get()
196 if (pool_ptr != TX_NULL) in _tx_byte_pool_performance_info_get()
202 else if (allocates != TX_NULL) in _tx_byte_pool_performance_info_get()
[all …]
Dtx_byte_pool_performance_system_info_get.c110 if (allocates != TX_NULL) in _tx_byte_pool_performance_system_info_get()
117 if (releases != TX_NULL) in _tx_byte_pool_performance_system_info_get()
124 if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_system_info_get()
131 if (merges != TX_NULL) in _tx_byte_pool_performance_system_info_get()
138 if (splits != TX_NULL) in _tx_byte_pool_performance_system_info_get()
145 if (suspensions != TX_NULL) in _tx_byte_pool_performance_system_info_get()
152 if (timeouts != TX_NULL) in _tx_byte_pool_performance_system_info_get()
170 if (allocates != TX_NULL) in _tx_byte_pool_performance_system_info_get()
176 else if (releases != TX_NULL) in _tx_byte_pool_performance_system_info_get()
182 else if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_system_info_get()
[all …]
Dtx_mutex_performance_info_get.c100 if (mutex_ptr == TX_NULL) in _tx_mutex_performance_info_get()
130 if (puts != TX_NULL) in _tx_mutex_performance_info_get()
137 if (gets != TX_NULL) in _tx_mutex_performance_info_get()
144 if (suspensions != TX_NULL) in _tx_mutex_performance_info_get()
151 if (timeouts != TX_NULL) in _tx_mutex_performance_info_get()
158 if (inversions != TX_NULL) in _tx_mutex_performance_info_get()
165 if (inheritances != TX_NULL) in _tx_mutex_performance_info_get()
179 if (mutex_ptr != TX_NULL) in _tx_mutex_performance_info_get()
185 else if (puts != TX_NULL) in _tx_mutex_performance_info_get()
191 else if (gets != TX_NULL) in _tx_mutex_performance_info_get()
[all …]
Dtx_queue_performance_info_get.c96 if (queue_ptr == TX_NULL) in _tx_queue_performance_info_get()
126 if (messages_sent != TX_NULL) in _tx_queue_performance_info_get()
133 if (messages_received != TX_NULL) in _tx_queue_performance_info_get()
140 if (empty_suspensions != TX_NULL) in _tx_queue_performance_info_get()
147 if (full_suspensions != TX_NULL) in _tx_queue_performance_info_get()
154 if (full_errors != TX_NULL) in _tx_queue_performance_info_get()
161 if (timeouts != TX_NULL) in _tx_queue_performance_info_get()
178 if (queue_ptr != TX_NULL) in _tx_queue_performance_info_get()
184 else if (messages_sent != TX_NULL) in _tx_queue_performance_info_get()
190 else if (messages_received != TX_NULL) in _tx_queue_performance_info_get()
[all …]
Dtx_mutex_performance_system_info_get.c107 if (puts != TX_NULL) in _tx_mutex_performance_system_info_get()
114 if (gets != TX_NULL) in _tx_mutex_performance_system_info_get()
121 if (suspensions != TX_NULL) in _tx_mutex_performance_system_info_get()
128 if (timeouts != TX_NULL) in _tx_mutex_performance_system_info_get()
135 if (inversions != TX_NULL) in _tx_mutex_performance_system_info_get()
142 if (inheritances != TX_NULL) in _tx_mutex_performance_system_info_get()
160 if (puts != TX_NULL) in _tx_mutex_performance_system_info_get()
166 else if (gets != TX_NULL) in _tx_mutex_performance_system_info_get()
172 else if (suspensions != TX_NULL) in _tx_mutex_performance_system_info_get()
178 else if (timeouts != TX_NULL) in _tx_mutex_performance_system_info_get()
[all …]
Dtx_queue_performance_system_info_get.c107 if (messages_sent != TX_NULL) in _tx_queue_performance_system_info_get()
114 if (messages_received != TX_NULL) in _tx_queue_performance_system_info_get()
121 if (empty_suspensions != TX_NULL) in _tx_queue_performance_system_info_get()
128 if (full_suspensions != TX_NULL) in _tx_queue_performance_system_info_get()
135 if (full_errors != TX_NULL) in _tx_queue_performance_system_info_get()
142 if (timeouts != TX_NULL) in _tx_queue_performance_system_info_get()
160 if (messages_sent != TX_NULL) in _tx_queue_performance_system_info_get()
166 else if (messages_received != TX_NULL) in _tx_queue_performance_system_info_get()
172 else if (empty_suspensions != TX_NULL) in _tx_queue_performance_system_info_get()
178 else if (full_suspensions != TX_NULL) in _tx_queue_performance_system_info_get()
[all …]
Dtx_timer_performance_info_get.c97 if (timer_ptr == TX_NULL) in _tx_timer_performance_info_get()
124 if (activates != TX_NULL) in _tx_timer_performance_info_get()
131 if (reactivates != TX_NULL) in _tx_timer_performance_info_get()
138 if (deactivates != TX_NULL) in _tx_timer_performance_info_get()
145 if (expirations != TX_NULL) in _tx_timer_performance_info_get()
152 if (expiration_adjusts != TX_NULL) in _tx_timer_performance_info_get()
169 if (timer_ptr != TX_NULL) in _tx_timer_performance_info_get()
175 else if (activates != TX_NULL) in _tx_timer_performance_info_get()
181 else if (reactivates != TX_NULL) in _tx_timer_performance_info_get()
187 else if (deactivates != TX_NULL) in _tx_timer_performance_info_get()
[all …]
Dtx_timer_performance_system_info_get.c102 if (activates != TX_NULL) in _tx_timer_performance_system_info_get()
109 if (reactivates != TX_NULL) in _tx_timer_performance_system_info_get()
116 if (deactivates != TX_NULL) in _tx_timer_performance_system_info_get()
123 if (expirations != TX_NULL) in _tx_timer_performance_system_info_get()
130 if (expiration_adjusts != TX_NULL) in _tx_timer_performance_system_info_get()
148 if (activates != TX_NULL) in _tx_timer_performance_system_info_get()
154 else if (reactivates != TX_NULL) in _tx_timer_performance_system_info_get()
160 else if (deactivates != TX_NULL) in _tx_timer_performance_system_info_get()
166 else if (expirations != TX_NULL) in _tx_timer_performance_system_info_get()
172 else if (expiration_adjusts != TX_NULL) in _tx_timer_performance_system_info_get()
Dtx_block_pool_performance_info_get.c94 if (pool_ptr == TX_NULL) in _tx_block_pool_performance_info_get()
124 if (allocates != TX_NULL) in _tx_block_pool_performance_info_get()
131 if (releases != TX_NULL) in _tx_block_pool_performance_info_get()
138 if (suspensions != TX_NULL) in _tx_block_pool_performance_info_get()
145 if (timeouts != TX_NULL) in _tx_block_pool_performance_info_get()
162 if (pool_ptr != TX_NULL) in _tx_block_pool_performance_info_get()
168 else if (allocates != TX_NULL) in _tx_block_pool_performance_info_get()
174 else if (releases != TX_NULL) in _tx_block_pool_performance_info_get()
180 else if (suspensions != TX_NULL) 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.c95 if (group_ptr == TX_NULL) in _tx_event_flags_performance_info_get()
125 if (sets != TX_NULL) in _tx_event_flags_performance_info_get()
132 if (gets != TX_NULL) in _tx_event_flags_performance_info_get()
139 if (suspensions != TX_NULL) in _tx_event_flags_performance_info_get()
146 if (timeouts != TX_NULL) in _tx_event_flags_performance_info_get()
163 if (group_ptr != TX_NULL) in _tx_event_flags_performance_info_get()
169 else if (sets != TX_NULL) in _tx_event_flags_performance_info_get()
175 else if (gets != TX_NULL) in _tx_event_flags_performance_info_get()
181 else if (suspensions != TX_NULL) in _tx_event_flags_performance_info_get()
187 else if (timeouts != TX_NULL) in _tx_event_flags_performance_info_get()

12345678910>>...41