Home
last modified time | relevance | path

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

12345678910>>...46

/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_information_test.c84 …status = tx_thread_info_get(&thread_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_N… in thread_0_entry()
101 …thread_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL in thread_0_entry()
113 …performance_info_get(&thread_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_… in thread_0_entry()
131 …performance_system_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL in thread_0_entry()
170 …status = tx_thread_performance_info_get(TX_NULL, &resumptions, &suspensions, &solicited_preemptio… in thread_0_entry()
183 …status = tx_thread_performance_info_get(TX_NULL, TX_NULL, &suspensions, &solicited_preemptions, &… in thread_0_entry()
196 …status = tx_thread_performance_info_get(TX_NULL, TX_NULL, TX_NULL, &solicited_preemptions, &inter… in thread_0_entry()
209 …status = tx_thread_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, &interrupt_preemption… in thread_0_entry()
222 …status = tx_thread_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, &priority_in… in thread_0_entry()
235 …status = tx_thread_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, &ti… in thread_0_entry()
[all …]
Dthreadx_mutex_information_test.c262 status = tx_mutex_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
275 status = tx_mutex_info_get(&mutex_4, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
288 status = tx_mutex_info_get(&mutex_2, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
304 …status = _tx_mutex_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_… in thread_0_entry()
358 …status = tx_mutex_performance_info_get(TX_NULL, &puts, &gets, &suspensions, &timeouts, &inversion… in thread_0_entry()
370 …status = tx_mutex_performance_info_get(TX_NULL, TX_NULL, &gets, &suspensions, &timeouts, &inversi… in thread_0_entry()
382 …status = tx_mutex_performance_info_get(TX_NULL, TX_NULL, TX_NULL, &suspensions, &timeouts, &inver… in thread_0_entry()
394 …status = tx_mutex_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, &timeouts, &inversions… in thread_0_entry()
406 …status = tx_mutex_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, &inversions, … in thread_0_entry()
418 …status = tx_mutex_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, &inh… in thread_0_entry()
[all …]
Dthreadx_semaphore_information_test.c112 status = tx_semaphore_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
125 status = tx_semaphore_info_get(&semaphore_2, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
199 status = tx_semaphore_info_get(&semaphore_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
216 status = _tx_semaphore_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
228 status = tx_semaphore_performance_info_get(&semaphore_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
242 status = tx_semaphore_performance_system_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL); 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()
306 status = tx_semaphore_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, &timeouts); in thread_0_entry()
[all …]
Dthreadx_queue_information_test.c117 status = tx_queue_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
129 status = tx_queue_info_get(&queue_2, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
397 status = tx_queue_info_get(&queue_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
414 …status = _tx_queue_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_… in thread_0_entry()
426 …status = tx_queue_performance_info_get(&queue_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_… in thread_0_entry()
441 …status = tx_queue_performance_system_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NUL… in thread_0_entry()
470 …status = tx_queue_performance_info_get(TX_NULL, &messages_sent, &messages_received, &empty_suspen… in thread_0_entry()
482 …status = tx_queue_performance_info_get(TX_NULL, TX_NULL, &messages_received, &empty_suspensions, … in thread_0_entry()
494 …status = tx_queue_performance_info_get(TX_NULL, TX_NULL, TX_NULL, &empty_suspensions, &full_suspe… in thread_0_entry()
506 …status = tx_queue_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, &full_suspensions, &fu… in thread_0_entry()
[all …]
Dthreadx_timer_information_test.c191 status = tx_timer_info_get(&timer_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, &next_timer); in thread_0_entry()
234 status = _tx_timer_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
246 status = tx_timer_performance_info_get(&timer_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
260 status = tx_timer_performance_system_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
288 …status = tx_timer_performance_info_get(TX_NULL, &activates, &reactivates, &deactivates, &expirati… in thread_0_entry()
300 …status = tx_timer_performance_info_get(TX_NULL, TX_NULL, &reactivates, &deactivates, &expirations… in thread_0_entry()
312 …status = tx_timer_performance_info_get(TX_NULL, TX_NULL, TX_NULL, &deactivates, &expirations, &ex… in thread_0_entry()
324 …status = tx_timer_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, &expirations, &expirat… in thread_0_entry()
336 …status = tx_timer_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, &expiration_a… in thread_0_entry()
348 status = tx_timer_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
[all …]
Dthreadx_event_flag_information_test.c317 status = tx_event_flags_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
330 status = tx_event_flags_info_get(&group_2, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
344 status = tx_event_flags_info_get(&group_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
348 …nt_flags != group_0.tx_event_flags_group_current) || (first_suspended != TX_NULL) || (suspended_co… in thread_0_entry()
359 status = _tx_event_flags_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
371 status = tx_event_flags_performance_info_get(&group_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
385 status = tx_event_flags_performance_system_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL); 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.c80 test_isr_dispatch = TX_NULL; in test_isr()
330 status = tx_byte_pool_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
343 …status = tx_byte_pool_info_get(&byte_pool_2, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL in thread_0_entry()
356 …status = tx_byte_pool_info_get(&byte_pool_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL in thread_0_entry()
373 …status = tx_byte_pool_performance_info_get(TX_NULL, &allocates, &releases, &fragments_searched, &… in thread_0_entry()
447 …status = tx_byte_pool_performance_info_get(TX_NULL, &allocates, &releases, &fragments_searched, &… in thread_0_entry()
459 …status = tx_byte_pool_performance_info_get(TX_NULL, TX_NULL, &releases, &fragments_searched, &mer… in thread_0_entry()
471 …status = tx_byte_pool_performance_info_get(TX_NULL, TX_NULL, TX_NULL, &fragments_searched, &merge… in thread_0_entry()
483 …status = tx_byte_pool_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, &merges, &splits, … in thread_0_entry()
495 …status = tx_byte_pool_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, &splits, … in thread_0_entry()
[all …]
Dthreadx_block_memory_information_test.c82 test_isr_dispatch = TX_NULL; in test_isr()
330 …status = tx_block_pool_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_N… in thread_0_entry()
343 …tx_block_pool_info_get(&block_pool_2, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL,… in thread_0_entry()
357 …tx_block_pool_info_get(&block_pool_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL,… in thread_0_entry()
373 status = _tx_block_pool_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
385 … status = _tx_block_pool_performance_info_get(&block_pool_1, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
397 status = tx_block_pool_performance_info_get(&block_pool_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
413 status = tx_block_pool_performance_system_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
447 …status = tx_block_pool_performance_info_get(TX_NULL, &allocates, &releases, &suspensions, &timeou… in thread_0_entry()
459 …status = tx_block_pool_performance_info_get(TX_NULL, TX_NULL, &releases, &suspensions, &timeouts); in thread_0_entry()
[all …]
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_information_test.c84 …status = tx_thread_info_get(&thread_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_N… in thread_0_entry()
101 …thread_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL in thread_0_entry()
113 …performance_info_get(&thread_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_… in thread_0_entry()
131 …performance_system_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL in thread_0_entry()
170 …status = tx_thread_performance_info_get(TX_NULL, &resumptions, &suspensions, &solicited_preemptio… in thread_0_entry()
183 …status = tx_thread_performance_info_get(TX_NULL, TX_NULL, &suspensions, &solicited_preemptions, &… in thread_0_entry()
196 …status = tx_thread_performance_info_get(TX_NULL, TX_NULL, TX_NULL, &solicited_preemptions, &inter… in thread_0_entry()
209 …status = tx_thread_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, &interrupt_preemption… in thread_0_entry()
222 …status = tx_thread_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, &priority_in… in thread_0_entry()
235 …status = tx_thread_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, &ti… in thread_0_entry()
[all …]
Dthreadx_mutex_information_test.c262 status = tx_mutex_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
275 status = tx_mutex_info_get(&mutex_4, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
288 status = tx_mutex_info_get(&mutex_2, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
304 …status = _tx_mutex_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_… in thread_0_entry()
358 …status = tx_mutex_performance_info_get(TX_NULL, &puts, &gets, &suspensions, &timeouts, &inversion… in thread_0_entry()
370 …status = tx_mutex_performance_info_get(TX_NULL, TX_NULL, &gets, &suspensions, &timeouts, &inversi… in thread_0_entry()
382 …status = tx_mutex_performance_info_get(TX_NULL, TX_NULL, TX_NULL, &suspensions, &timeouts, &inver… in thread_0_entry()
394 …status = tx_mutex_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, &timeouts, &inversions… in thread_0_entry()
406 …status = tx_mutex_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, &inversions, … in thread_0_entry()
418 …status = tx_mutex_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, &inh… in thread_0_entry()
[all …]
Dthreadx_semaphore_information_test.c112 status = tx_semaphore_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
125 status = tx_semaphore_info_get(&semaphore_2, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
199 status = tx_semaphore_info_get(&semaphore_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
216 status = _tx_semaphore_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
228 status = tx_semaphore_performance_info_get(&semaphore_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
242 status = tx_semaphore_performance_system_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL); 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()
306 status = tx_semaphore_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, &timeouts); in thread_0_entry()
[all …]
Dthreadx_queue_information_test.c117 status = tx_queue_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
129 status = tx_queue_info_get(&queue_2, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
397 status = tx_queue_info_get(&queue_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
414 …status = _tx_queue_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_… in thread_0_entry()
426 …status = tx_queue_performance_info_get(&queue_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_… in thread_0_entry()
441 …status = tx_queue_performance_system_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NUL… in thread_0_entry()
470 …status = tx_queue_performance_info_get(TX_NULL, &messages_sent, &messages_received, &empty_suspen… in thread_0_entry()
482 …status = tx_queue_performance_info_get(TX_NULL, TX_NULL, &messages_received, &empty_suspensions, … in thread_0_entry()
494 …status = tx_queue_performance_info_get(TX_NULL, TX_NULL, TX_NULL, &empty_suspensions, &full_suspe… in thread_0_entry()
506 …status = tx_queue_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, &full_suspensions, &fu… in thread_0_entry()
[all …]
Dthreadx_timer_information_test.c191 status = tx_timer_info_get(&timer_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, &next_timer); in thread_0_entry()
234 status = _tx_timer_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
246 status = tx_timer_performance_info_get(&timer_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
260 status = tx_timer_performance_system_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
288 …status = tx_timer_performance_info_get(TX_NULL, &activates, &reactivates, &deactivates, &expirati… in thread_0_entry()
300 …status = tx_timer_performance_info_get(TX_NULL, TX_NULL, &reactivates, &deactivates, &expirations… in thread_0_entry()
312 …status = tx_timer_performance_info_get(TX_NULL, TX_NULL, TX_NULL, &deactivates, &expirations, &ex… in thread_0_entry()
324 …status = tx_timer_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, &expirations, &expirat… in thread_0_entry()
336 …status = tx_timer_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, &expiration_a… in thread_0_entry()
348 status = tx_timer_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
[all …]
Dthreadx_event_flag_information_test.c317 status = tx_event_flags_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
330 status = tx_event_flags_info_get(&group_2, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
344 status = tx_event_flags_info_get(&group_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
348 …nt_flags != group_0.tx_event_flags_group_current) || (first_suspended != TX_NULL) || (suspended_co… in thread_0_entry()
359 status = _tx_event_flags_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
371 status = tx_event_flags_performance_info_get(&group_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
385 status = tx_event_flags_performance_system_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL); 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.c80 test_isr_dispatch = TX_NULL; in test_isr()
330 status = tx_byte_pool_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
343 …status = tx_byte_pool_info_get(&byte_pool_2, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL in thread_0_entry()
356 …status = tx_byte_pool_info_get(&byte_pool_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL in thread_0_entry()
373 …status = tx_byte_pool_performance_info_get(TX_NULL, &allocates, &releases, &fragments_searched, &… in thread_0_entry()
447 …status = tx_byte_pool_performance_info_get(TX_NULL, &allocates, &releases, &fragments_searched, &… in thread_0_entry()
459 …status = tx_byte_pool_performance_info_get(TX_NULL, TX_NULL, &releases, &fragments_searched, &mer… in thread_0_entry()
471 …status = tx_byte_pool_performance_info_get(TX_NULL, TX_NULL, TX_NULL, &fragments_searched, &merge… in thread_0_entry()
483 …status = tx_byte_pool_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, &merges, &splits, … in thread_0_entry()
495 …status = tx_byte_pool_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, &splits, … in thread_0_entry()
[all …]
Dthreadx_block_memory_information_test.c82 test_isr_dispatch = TX_NULL; in test_isr()
330 …status = tx_block_pool_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_N… in thread_0_entry()
343 …tx_block_pool_info_get(&block_pool_2, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL,… in thread_0_entry()
357 …tx_block_pool_info_get(&block_pool_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL,… in thread_0_entry()
373 status = _tx_block_pool_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
385 … status = _tx_block_pool_performance_info_get(&block_pool_1, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
397 status = tx_block_pool_performance_info_get(&block_pool_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
413 status = tx_block_pool_performance_system_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
447 …status = tx_block_pool_performance_info_get(TX_NULL, &allocates, &releases, &suspensions, &timeou… in thread_0_entry()
459 …status = tx_block_pool_performance_info_get(TX_NULL, TX_NULL, &releases, &suspensions, &timeouts); in thread_0_entry()
[all …]
/ThreadX-v6.4.1/common/src/
Dtx_thread_performance_system_info_get.c123 if (resumptions != TX_NULL) in _tx_thread_performance_system_info_get()
130 if (suspensions != TX_NULL) in _tx_thread_performance_system_info_get()
137 if (solicited_preemptions != TX_NULL) in _tx_thread_performance_system_info_get()
144 if (interrupt_preemptions != TX_NULL) in _tx_thread_performance_system_info_get()
151 if (priority_inversions != TX_NULL) in _tx_thread_performance_system_info_get()
158 if (time_slices != TX_NULL) in _tx_thread_performance_system_info_get()
165 if (relinquishes != TX_NULL) in _tx_thread_performance_system_info_get()
172 if (timeouts != TX_NULL) in _tx_thread_performance_system_info_get()
179 if (wait_aborts != TX_NULL) in _tx_thread_performance_system_info_get()
186 if (non_idle_returns != TX_NULL) in _tx_thread_performance_system_info_get()
[all …]
Dtx_thread_performance_info_get.c111 if (thread_ptr == TX_NULL) in _tx_thread_performance_info_get()
141 if (resumptions != TX_NULL) in _tx_thread_performance_info_get()
148 if (suspensions != TX_NULL) in _tx_thread_performance_info_get()
155 if (solicited_preemptions != TX_NULL) in _tx_thread_performance_info_get()
162 if (interrupt_preemptions != TX_NULL) in _tx_thread_performance_info_get()
169 if (priority_inversions != TX_NULL) in _tx_thread_performance_info_get()
176 if (time_slices != TX_NULL) in _tx_thread_performance_info_get()
183 if (relinquishes != TX_NULL) in _tx_thread_performance_info_get()
190 if (timeouts != TX_NULL) in _tx_thread_performance_info_get()
197 if (wait_aborts != TX_NULL) in _tx_thread_performance_info_get()
[all …]
Dtx_byte_pool_performance_info_get.c102 if (pool_ptr == TX_NULL) in _tx_byte_pool_performance_info_get()
132 if (allocates != TX_NULL) in _tx_byte_pool_performance_info_get()
139 if (releases != TX_NULL) in _tx_byte_pool_performance_info_get()
146 if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_info_get()
153 if (merges != TX_NULL) in _tx_byte_pool_performance_info_get()
160 if (splits != TX_NULL) in _tx_byte_pool_performance_info_get()
167 if (suspensions != TX_NULL) in _tx_byte_pool_performance_info_get()
174 if (timeouts != TX_NULL) in _tx_byte_pool_performance_info_get()
195 if (pool_ptr != TX_NULL) in _tx_byte_pool_performance_info_get()
201 else if (allocates != TX_NULL) in _tx_byte_pool_performance_info_get()
[all …]
Dtx_byte_pool_performance_system_info_get.c109 if (allocates != TX_NULL) in _tx_byte_pool_performance_system_info_get()
116 if (releases != TX_NULL) in _tx_byte_pool_performance_system_info_get()
123 if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_system_info_get()
130 if (merges != TX_NULL) in _tx_byte_pool_performance_system_info_get()
137 if (splits != TX_NULL) in _tx_byte_pool_performance_system_info_get()
144 if (suspensions != TX_NULL) in _tx_byte_pool_performance_system_info_get()
151 if (timeouts != TX_NULL) in _tx_byte_pool_performance_system_info_get()
169 if (allocates != TX_NULL) in _tx_byte_pool_performance_system_info_get()
175 else if (releases != TX_NULL) in _tx_byte_pool_performance_system_info_get()
181 else if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_system_info_get()
[all …]
Dtx_mutex_performance_info_get.c99 if (mutex_ptr == TX_NULL) in _tx_mutex_performance_info_get()
129 if (puts != TX_NULL) in _tx_mutex_performance_info_get()
136 if (gets != TX_NULL) in _tx_mutex_performance_info_get()
143 if (suspensions != TX_NULL) in _tx_mutex_performance_info_get()
150 if (timeouts != TX_NULL) in _tx_mutex_performance_info_get()
157 if (inversions != TX_NULL) in _tx_mutex_performance_info_get()
164 if (inheritances != TX_NULL) in _tx_mutex_performance_info_get()
178 if (mutex_ptr != TX_NULL) in _tx_mutex_performance_info_get()
184 else if (puts != TX_NULL) in _tx_mutex_performance_info_get()
190 else if (gets != TX_NULL) in _tx_mutex_performance_info_get()
[all …]
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_performance_system_info_get.c123 if (resumptions != TX_NULL) in _tx_thread_performance_system_info_get()
130 if (suspensions != TX_NULL) in _tx_thread_performance_system_info_get()
137 if (solicited_preemptions != TX_NULL) in _tx_thread_performance_system_info_get()
144 if (interrupt_preemptions != TX_NULL) in _tx_thread_performance_system_info_get()
151 if (priority_inversions != TX_NULL) in _tx_thread_performance_system_info_get()
158 if (time_slices != TX_NULL) in _tx_thread_performance_system_info_get()
165 if (relinquishes != TX_NULL) in _tx_thread_performance_system_info_get()
172 if (timeouts != TX_NULL) in _tx_thread_performance_system_info_get()
179 if (wait_aborts != TX_NULL) in _tx_thread_performance_system_info_get()
186 if (non_idle_returns != TX_NULL) in _tx_thread_performance_system_info_get()
[all …]
Dtx_thread_performance_info_get.c111 if (thread_ptr == TX_NULL) in _tx_thread_performance_info_get()
141 if (resumptions != TX_NULL) in _tx_thread_performance_info_get()
148 if (suspensions != TX_NULL) in _tx_thread_performance_info_get()
155 if (solicited_preemptions != TX_NULL) in _tx_thread_performance_info_get()
162 if (interrupt_preemptions != TX_NULL) in _tx_thread_performance_info_get()
169 if (priority_inversions != TX_NULL) in _tx_thread_performance_info_get()
176 if (time_slices != TX_NULL) in _tx_thread_performance_info_get()
183 if (relinquishes != TX_NULL) in _tx_thread_performance_info_get()
190 if (timeouts != TX_NULL) in _tx_thread_performance_info_get()
197 if (wait_aborts != TX_NULL) in _tx_thread_performance_info_get()
[all …]
Dtx_byte_pool_performance_info_get.c102 if (pool_ptr == TX_NULL) in _tx_byte_pool_performance_info_get()
132 if (allocates != TX_NULL) in _tx_byte_pool_performance_info_get()
139 if (releases != TX_NULL) in _tx_byte_pool_performance_info_get()
146 if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_info_get()
153 if (merges != TX_NULL) in _tx_byte_pool_performance_info_get()
160 if (splits != TX_NULL) in _tx_byte_pool_performance_info_get()
167 if (suspensions != TX_NULL) in _tx_byte_pool_performance_info_get()
174 if (timeouts != TX_NULL) in _tx_byte_pool_performance_info_get()
195 if (pool_ptr != TX_NULL) in _tx_byte_pool_performance_info_get()
201 else if (allocates != TX_NULL) in _tx_byte_pool_performance_info_get()
[all …]
Dtx_byte_pool_performance_system_info_get.c109 if (allocates != TX_NULL) in _tx_byte_pool_performance_system_info_get()
116 if (releases != TX_NULL) in _tx_byte_pool_performance_system_info_get()
123 if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_system_info_get()
130 if (merges != TX_NULL) in _tx_byte_pool_performance_system_info_get()
137 if (splits != TX_NULL) in _tx_byte_pool_performance_system_info_get()
144 if (suspensions != TX_NULL) in _tx_byte_pool_performance_system_info_get()
151 if (timeouts != TX_NULL) in _tx_byte_pool_performance_system_info_get()
169 if (allocates != TX_NULL) in _tx_byte_pool_performance_system_info_get()
175 else if (releases != TX_NULL) in _tx_byte_pool_performance_system_info_get()
181 else if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_system_info_get()
[all …]

12345678910>>...46