Home
last modified time | relevance | path

Searched refs:block_pool_0 (Results 1 – 25 of 202) sorted by relevance

123456789

/ThreadX-v6.2.1/ports_module/cortex_m4/ac5/example_build/
Dsample_threadx_module.c50 TX_BLOCK_POOL *block_pool_0; variable
125 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
225 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
228 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m7/iar/example_build/
Dsample_threadx_module.c44 TX_BLOCK_POOL *block_pool_0; variable
119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_r4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c44 TX_BLOCK_POOL *block_pool_0; variable
120 txm_module_object_allocate((void *) &block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c50 TX_BLOCK_POOL *block_pool_0; variable
125 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
225 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
228 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx_module.c50 TX_BLOCK_POOL *block_pool_0; variable
125 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
225 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
228 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m0+/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c50 TX_BLOCK_POOL *block_pool_0; variable
125 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
225 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
228 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m3/ac5/example_build/
Dsample_threadx_module.c50 TX_BLOCK_POOL *block_pool_0; variable
125 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
225 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
228 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m3/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c50 TX_BLOCK_POOL *block_pool_0; variable
125 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
225 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
228 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m23/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c51 TX_BLOCK_POOL *block_pool_0; variable
126 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
226 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
229 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m33/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c52 TX_BLOCK_POOL *block_pool_0; variable
127 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
227 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
230 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m23/gnu/example_build/
Dsample_threadx_module.c44 TX_BLOCK_POOL *block_pool_0; variable
119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m33/gnu/example_build/
Dsample_threadx_module.c44 TX_BLOCK_POOL *block_pool_0; variable
119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_r4/iar/example_build/
Dsample_threadx_module.c44 TX_BLOCK_POOL *block_pool_0; variable
119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/rxv2/iar/example_build/
Dsample_threadx_module.c43 TX_BLOCK_POOL *block_pool_0; variable
117 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
217 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
220 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m23/iar/example_build/
Dsample_threadx_module.c44 TX_BLOCK_POOL *block_pool_0; variable
119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m33/iar/example_build/
Dsample_threadx_module.c44 TX_BLOCK_POOL *block_pool_0; variable
119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_a7/ac5/example_build/
Dsample_threadx_module.c44 TX_BLOCK_POOL *block_pool_0; variable
119 txm_module_object_allocate((void *) &block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
218 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
221 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/gnu/example_build/
Dsample_threadx_module.c44 TX_BLOCK_POOL *block_pool_0; variable
119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_a7/gnu/example_build/
Dsample_threadx_module.c44 TX_BLOCK_POOL *block_pool_0; variable
119 txm_module_object_allocate((void *) &block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
218 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
221 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m4/iar/example_build/
Dsample_threadx_module.c44 TX_BLOCK_POOL *block_pool_0; variable
119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_a7/iar/example_build/
Dsample_threadx_module.c44 TX_BLOCK_POOL *block_pool_0; variable
119 txm_module_object_allocate((void *) &block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
218 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
221 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m7/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c50 TX_BLOCK_POOL *block_pool_0; variable
125 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
225 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
228 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m0+/gnu/example_build/sample_threadx_module/
Dsample_threadx_module.c50 TX_BLOCK_POOL *block_pool_0; variable
125 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
225 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
228 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m7/gnu/example_build/
Dsample_threadx_module.c44 TX_BLOCK_POOL *block_pool_0; variable
119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
/ThreadX-v6.2.1/ports_module/cortex_m3/gnu/example_build/
Dsample_threadx_module.c44 TX_BLOCK_POOL *block_pool_0; variable
119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start()
219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start()
222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()

123456789