Home
last modified time | relevance | path

Searched refs:fake_block (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_block_memory_basic_test.c268 unsigned long fake_block[20]; in thread_0_entry() local
304 fake_block[0] = 0; in thread_0_entry()
305 fake_block[1] = 0; in thread_0_entry()
306 status = tx_block_release(&fake_block[2]); in thread_0_entry()
318 fake_block[0] = 0; in thread_0_entry()
319 fake_block[1] = (unsigned long) &fake_block[0]; in thread_0_entry()
320 status = tx_block_release(&fake_block[2]); in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_block_memory_basic_test.c268 unsigned long fake_block[20]; in thread_0_entry() local
304 fake_block[0] = 0; in thread_0_entry()
305 fake_block[1] = 0; in thread_0_entry()
306 status = tx_block_release(&fake_block[2]); in thread_0_entry()
318 fake_block[0] = 0; in thread_0_entry()
319 fake_block[1] = (unsigned long) &fake_block[0]; in thread_0_entry()
320 status = tx_block_release(&fake_block[2]); in thread_0_entry()