Searched refs:pointer_4 (Results 1 – 6 of 6) sorted by relevance
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_block_memory_error_detection_test.c | 122 CHAR *pointer_4; in thread_0_entry() local 232 status = tx_block_allocate(&pool_0, (VOID **) &pointer_4, TX_NO_WAIT); in thread_0_entry() 339 status = tx_block_allocate(&pool_0, (VOID **) &pointer_4, TX_NO_WAIT); in thread_0_entry()
|
D | threadx_block_memory_basic_test.c | 266 CHAR *pointer_4; in thread_0_entry() local 379 status = tx_block_allocate(&pool_0, (VOID **) &pointer_4, TX_NO_WAIT); in thread_0_entry() 486 status = tx_block_allocate(&pool_0, (VOID **) &pointer_4, TX_NO_WAIT); in thread_0_entry()
|
D | threadx_byte_memory_basic_test.c | 354 CHAR *pointer_4; in thread_0_entry() local 581 status = tx_byte_allocate(&pool_0, (VOID **) &pointer_4, 24, TX_NO_WAIT); in thread_0_entry() 732 status = tx_byte_allocate(&pool_0, (VOID **) &pointer_4, 24, TX_NO_WAIT); in thread_0_entry() 794 status = tx_byte_allocate(&pool_0, (VOID **) &pointer_4, 24, TX_NO_WAIT); in thread_0_entry()
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_block_memory_error_detection_test.c | 122 CHAR *pointer_4; in thread_0_entry() local 232 status = tx_block_allocate(&pool_0, (VOID **) &pointer_4, TX_NO_WAIT); in thread_0_entry() 339 status = tx_block_allocate(&pool_0, (VOID **) &pointer_4, TX_NO_WAIT); in thread_0_entry()
|
D | threadx_block_memory_basic_test.c | 266 CHAR *pointer_4; in thread_0_entry() local 379 status = tx_block_allocate(&pool_0, (VOID **) &pointer_4, TX_NO_WAIT); in thread_0_entry() 486 status = tx_block_allocate(&pool_0, (VOID **) &pointer_4, TX_NO_WAIT); in thread_0_entry()
|
D | threadx_byte_memory_basic_test.c | 354 CHAR *pointer_4; in thread_0_entry() local 581 status = tx_byte_allocate(&pool_0, (VOID **) &pointer_4, 24, TX_NO_WAIT); in thread_0_entry() 732 status = tx_byte_allocate(&pool_0, (VOID **) &pointer_4, 24, TX_NO_WAIT); in thread_0_entry() 794 status = tx_byte_allocate(&pool_0, (VOID **) &pointer_4, 24, TX_NO_WAIT); in thread_0_entry()
|