Home
last modified time | relevance | path

Searched refs:next_to_last (Results 1 – 16 of 16) sorted by relevance

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_semaphore_basic_test.c12 ULONG next_to_last; member
241 semaphore_memory.next_to_last = 0x99aabbcc; in thread_0_entry()
252 (semaphore_memory.next_to_last != 0x99aabbcc) || in thread_0_entry()
Dthreadx_queue_basic_two_word_test.c16 ULONG next_to_last; member
117 queue_memory.next_to_last = 0x99aabbcc; in thread_0_entry()
130 (queue_memory.next_to_last != 0x99aabbcc) || in thread_0_entry()
Dthreadx_block_memory_basic_test.c15 ULONG next_to_last; member
279 block_memory.next_to_last = 0x99aabbcc; in thread_0_entry()
292 (block_memory.next_to_last != 0x99aabbcc) || in thread_0_entry()
Dthreadx_timer_simple_test.c13 ULONG next_to_last; member
235 timer_memory.next_to_last = 0x99aabbcc; in thread_0_entry()
247 (timer_memory.next_to_last != 0x99aabbcc) || in thread_0_entry()
Dthreadx_event_flag_basic_test.c13 ULONG next_to_last; member
301 event_flag_memory.next_to_last = 0x99aabbcc; in thread_0_entry()
312 (event_flag_memory.next_to_last != 0x99aabbcc) || in thread_0_entry()
Dthreadx_mutex_basic_test.c14 ULONG next_to_last; member
310 mutex_memory.next_to_last = 0x99aabbcc; in thread_0_entry()
321 (mutex_memory.next_to_last != 0x99aabbcc) || in thread_0_entry()
Dthreadx_thread_basic_execution_test.c24 ULONG next_to_last; member
408 thread_memory.next_to_last = 0x99aabbcc; in thread_0_entry()
423 (thread_memory.next_to_last != 0x99aabbcc) || in thread_0_entry()
Dthreadx_byte_memory_basic_test.c15 ULONG next_to_last; member
368 byte_memory.next_to_last = 0x99aabbcc; in thread_0_entry()
381 (byte_memory.next_to_last != 0x99aabbcc) || in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_semaphore_basic_test.c12 ULONG next_to_last; member
241 semaphore_memory.next_to_last = 0x99aabbcc; in thread_0_entry()
252 (semaphore_memory.next_to_last != 0x99aabbcc) || in thread_0_entry()
Dthreadx_queue_basic_two_word_test.c16 ULONG next_to_last; member
117 queue_memory.next_to_last = 0x99aabbcc; in thread_0_entry()
130 (queue_memory.next_to_last != 0x99aabbcc) || in thread_0_entry()
Dthreadx_block_memory_basic_test.c15 ULONG next_to_last; member
279 block_memory.next_to_last = 0x99aabbcc; in thread_0_entry()
292 (block_memory.next_to_last != 0x99aabbcc) || in thread_0_entry()
Dthreadx_event_flag_basic_test.c13 ULONG next_to_last; member
301 event_flag_memory.next_to_last = 0x99aabbcc; in thread_0_entry()
312 (event_flag_memory.next_to_last != 0x99aabbcc) || in thread_0_entry()
Dthreadx_mutex_basic_test.c14 ULONG next_to_last; member
310 mutex_memory.next_to_last = 0x99aabbcc; in thread_0_entry()
321 (mutex_memory.next_to_last != 0x99aabbcc) || in thread_0_entry()
Dthreadx_timer_simple_test.c13 ULONG next_to_last; member
237 timer_memory.next_to_last = 0x99aabbcc; in thread_0_entry()
249 (timer_memory.next_to_last != 0x99aabbcc) || in thread_0_entry()
Dthreadx_thread_basic_execution_test.c24 ULONG next_to_last; member
336 thread_memory.next_to_last = 0x99aabbcc; in thread_0_entry()
351 (thread_memory.next_to_last != 0x99aabbcc) || in thread_0_entry()
Dthreadx_byte_memory_basic_test.c15 ULONG next_to_last; member
368 byte_memory.next_to_last = 0x99aabbcc; in thread_0_entry()
381 (byte_memory.next_to_last != 0x99aabbcc) || in thread_0_entry()