Home
last modified time | relevance | path

Searched refs:tx_block_pool_create (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_block_memory_error_detection_test.c52 status = tx_block_pool_create(&pool_0, "pool 0", 100, pointer, 320); in test_application_define()
58 status = tx_block_pool_create(&pool_0, "pool 0", 100, pointer, 320); in test_application_define()
63 status = tx_block_pool_create(TX_NULL, "pool 0", 100, pointer, 320); in test_application_define()
72 status = tx_block_pool_create(&pool_1, "pool 0", 100, NULL, 320); in test_application_define()
81 status = tx_block_pool_create(&pool_1, "pool 0", 100, pointer, 100); in test_application_define()
131 status = tx_block_pool_create(&pool_1, "pool 1", 100, pointer, 320); in thread_0_entry()
Dthreadx_block_memory_basic_test.c89 status = tx_block_pool_create(&pool_3, "pool 3", 100, pointer, 320); in timer_entry()
149 status = tx_block_pool_create(&pool_3, "pool 3", 100, (void *) 0x100000, 320); in test_isr()
220 status = tx_block_pool_create(&pool_0, "pool 0", 100, pointer, 320); in test_application_define()
231 status = tx_block_pool_create(&pool_1, "pool 1", 100, pointer, 320); in test_application_define()
283 …status = tx_block_pool_create(&block_memory.pool, "pool memory", 16, &block_memory.pool_area[0], … in thread_0_entry()
Dthreadx_block_memory_thread_terminate_test.c72 status = tx_block_pool_create(&pool_0, "pool 0", 100, pointer, 320); in test_application_define()
Dthreadx_block_memory_suspension_timeout_test.c87 status = tx_block_pool_create(&pool_0, "pool 0", 100, pointer, 320); in test_application_define()
Dthreadx_block_memory_suspension_test.c86 status = tx_block_pool_create(&pool_0, "pool 0", 100, pointer, 320); in test_application_define()
Dthreadx_trace_basic_test.c213 tx_block_pool_create(&block_pool_0, "block pool 0", 20, pointer, 100); in test_application_define()
374 tx_block_pool_create(&block_pool_0, "block pool 0", 20, pointer, 100); in thread_0_entry()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_block_memory_error_detection_test.c52 status = tx_block_pool_create(&pool_0, "pool 0", 100, pointer, 320); in test_application_define()
58 status = tx_block_pool_create(&pool_0, "pool 0", 100, pointer, 320); in test_application_define()
63 status = tx_block_pool_create(TX_NULL, "pool 0", 100, pointer, 320); in test_application_define()
72 status = tx_block_pool_create(&pool_1, "pool 0", 100, NULL, 320); in test_application_define()
81 status = tx_block_pool_create(&pool_1, "pool 0", 100, pointer, 100); in test_application_define()
131 status = tx_block_pool_create(&pool_1, "pool 1", 100, pointer, 320); in thread_0_entry()
Dthreadx_block_memory_basic_test.c89 status = tx_block_pool_create(&pool_3, "pool 3", 100, pointer, 320); in timer_entry()
149 status = tx_block_pool_create(&pool_3, "pool 3", 100, (void *) 0x100000, 320); in test_isr()
220 status = tx_block_pool_create(&pool_0, "pool 0", 100, pointer, 320); in test_application_define()
231 status = tx_block_pool_create(&pool_1, "pool 1", 100, pointer, 320); in test_application_define()
283 …status = tx_block_pool_create(&block_memory.pool, "pool memory", 16, &block_memory.pool_area[0], … in thread_0_entry()
Dthreadx_block_memory_thread_terminate_test.c72 status = tx_block_pool_create(&pool_0, "pool 0", 100, pointer, 320); in test_application_define()
Dthreadx_block_memory_suspension_timeout_test.c87 status = tx_block_pool_create(&pool_0, "pool 0", 100, pointer, 320); in test_application_define()
Dthreadx_block_memory_suspension_test.c86 status = tx_block_pool_create(&pool_0, "pool 0", 100, pointer, 320); in test_application_define()
Dthreadx_trace_basic_test.c188 tx_block_pool_create(&block_pool_0, "block pool 0", 20, pointer, 100); in test_application_define()
346 tx_block_pool_create(&block_pool_0, "block pool 0", 20, pointer, 100); in thread_0_entry()
/ThreadX-v6.3.0/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c336 …status = tx_block_pool_create(&tm_block_pool_array[pool_id], "Thread-Metric test", 128, &tm_pool_… in tm_memory_pool_create()
/ThreadX-v6.3.0/ports/c667x/ccs/example_build/tx/Release/
Dsubdir_vars.mk20 ../tx_block_pool_create.c \
206 ./tx_block_pool_create.d \
392 ./tx_block_pool_create.obj \
/ThreadX-v6.3.0/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx.c164tx_block_pool_create(&block_pool_0, "block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_SIZE); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m7/ac6/example_build/sample_threadx/
Dsample_threadx.c165tx_block_pool_create(&block_pool_0, "block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_SIZE); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m7/iar/example_build/
Dsample_threadx.c176tx_block_pool_create(&block_pool_0, "block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_SIZE); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_r4/ac6/example_build/sample_threadx/
Dsample_threadx.c169tx_block_pool_create(&block_pool_0, "block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_SIZE); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_a9/gnu/example_build/
Dsample_threadx.c164tx_block_pool_create(&block_pool_0, "block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_SIZE); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_a9/iar/example_build/
Dsample_threadx.c167tx_block_pool_create(&block_pool_0, "block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_SIZE); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m0/ac5/example_build/
Dsample_threadx.c164tx_block_pool_create(&block_pool_0, "block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_SIZE); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m0/ac6/example_build/sample_threadx/
Dsample_threadx.c167tx_block_pool_create(&block_pool_0, "block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_SIZE); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m0/gnu/example_build/
Dsample_threadx.c167tx_block_pool_create(&block_pool_0, "block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_SIZE); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m0/iar/example_build/
Dsample_threadx.c180tx_block_pool_create(&block_pool_0, "block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_SIZE); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m0/keil/example_build/
Dsample_threadx.c164tx_block_pool_create(&block_pool_0, "block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_SIZE); in tx_application_define()

12345678910>>...13