Home
last modified time | relevance | path

Searched refs:TX_BLOCK_POOL (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/ThreadX-v6.3.0/common_smp/src/
Dtxe_block_pool_create.c85 UINT _txe_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size, in _txe_block_pool_create()
93 TX_BLOCK_POOL *next_pool; in _txe_block_pool_create()
111 else if (pool_control_block_size != (sizeof(TX_BLOCK_POOL))) in _txe_block_pool_create()
Dtx_block_pool_create.c77 UINT _tx_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size, in _tx_block_pool_create()
89 TX_BLOCK_POOL *next_pool; in _tx_block_pool_create()
90 TX_BLOCK_POOL *previous_pool; in _tx_block_pool_create()
94 TX_MEMSET(pool_ptr, 0, (sizeof(TX_BLOCK_POOL))); in _tx_block_pool_create()
Dtx_block_pool_delete.c77 UINT _tx_block_pool_delete(TX_BLOCK_POOL *pool_ptr) in _tx_block_pool_delete()
85 TX_BLOCK_POOL *next_pool; in _tx_block_pool_delete()
86 TX_BLOCK_POOL *previous_pool; in _tx_block_pool_delete()
Dtxe_block_pool_info_get.c81 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, in _txe_block_pool_info_get()
83 ULONG *suspended_count, TX_BLOCK_POOL **next_pool) in _txe_block_pool_info_get()
Dtx_block_pool_info_get.c80 UINT _tx_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, in _tx_block_pool_info_get()
82 ULONG *suspended_count, TX_BLOCK_POOL **next_pool) in _tx_block_pool_info_get()
Dtxe_block_pool_prioritize.c72 UINT _txe_block_pool_prioritize(TX_BLOCK_POOL *pool_ptr) in _txe_block_pool_prioritize()
Dtx_block_pool_initialize.c38 TX_BLOCK_POOL * _tx_block_pool_created_ptr;
/ThreadX-v6.3.0/common/src/
Dtxe_block_pool_create.c85 UINT _txe_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size, in _txe_block_pool_create()
93 TX_BLOCK_POOL *next_pool; in _txe_block_pool_create()
111 else if (pool_control_block_size != (sizeof(TX_BLOCK_POOL))) in _txe_block_pool_create()
Dtx_block_pool_create.c77 UINT _tx_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size, in _tx_block_pool_create()
89 TX_BLOCK_POOL *next_pool; in _tx_block_pool_create()
90 TX_BLOCK_POOL *previous_pool; in _tx_block_pool_create()
94 TX_MEMSET(pool_ptr, 0, (sizeof(TX_BLOCK_POOL))); in _tx_block_pool_create()
Dtx_block_pool_delete.c77 UINT _tx_block_pool_delete(TX_BLOCK_POOL *pool_ptr) in _tx_block_pool_delete()
85 TX_BLOCK_POOL *next_pool; in _tx_block_pool_delete()
86 TX_BLOCK_POOL *previous_pool; in _tx_block_pool_delete()
Dtxe_block_pool_info_get.c81 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, in _txe_block_pool_info_get()
83 ULONG *suspended_count, TX_BLOCK_POOL **next_pool) in _txe_block_pool_info_get()
Dtx_block_pool_info_get.c80 UINT _tx_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, in _tx_block_pool_info_get()
82 ULONG *suspended_count, TX_BLOCK_POOL **next_pool) in _tx_block_pool_info_get()
Dtxe_block_pool_prioritize.c72 UINT _txe_block_pool_prioritize(TX_BLOCK_POOL *pool_ptr) in _txe_block_pool_prioritize()
Dtx_block_pool_initialize.c38 TX_BLOCK_POOL * _tx_block_pool_created_ptr;
/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_block_pool_info_get.c76 …(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, ULONG *total_blocks, TX_THREAD **f… in _txe_block_pool_info_get()
Dtxm_block_pool_delete.c69 UINT _txe_block_pool_delete(TX_BLOCK_POOL *pool_ptr) in _txe_block_pool_delete()
Dtxm_block_pool_prioritize.c66 UINT _txe_block_pool_prioritize(TX_BLOCK_POOL *pool_ptr) in _txe_block_pool_prioritize()
Dtxm_block_allocate.c73 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _txe_block_allocate()
Dtxm_block_pool_performance_info_get.c75 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *releases… in _tx_block_pool_performance_info_get()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_block_memory_basic_test.c11 TX_BLOCK_POOL pool;
37 static TX_BLOCK_POOL pool_0;
38 static TX_BLOCK_POOL pool_1;
39 static TX_BLOCK_POOL pool_2;
40 static TX_BLOCK_POOL pool_3;
63 UINT _tx_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size,
Dthreadx_block_memory_error_detection_test.c10 static TX_BLOCK_POOL pool_0;
11 static TX_BLOCK_POOL pool_1;
12 static TX_BLOCK_POOL pool_2;
20 UINT _txe_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size,
Dthreadx_block_memory_information_test.c40 static TX_BLOCK_POOL block_pool_0;
41 static TX_BLOCK_POOL block_pool_2;
43 static TX_BLOCK_POOL block_pool_1;
60 UINT _tx_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
62 ULONG *suspended_count, TX_BLOCK_POOL **next_pool);
224 TX_BLOCK_POOL *next_pool; in thread_0_entry()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_block_memory_basic_test.c11 TX_BLOCK_POOL pool;
37 static TX_BLOCK_POOL pool_0;
38 static TX_BLOCK_POOL pool_1;
39 static TX_BLOCK_POOL pool_2;
40 static TX_BLOCK_POOL pool_3;
63 UINT _tx_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size,
Dthreadx_block_memory_error_detection_test.c10 static TX_BLOCK_POOL pool_0;
11 static TX_BLOCK_POOL pool_1;
12 static TX_BLOCK_POOL pool_2;
20 UINT _txe_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size,
Dthreadx_block_memory_information_test.c40 static TX_BLOCK_POOL block_pool_0;
41 static TX_BLOCK_POOL block_pool_2;
43 static TX_BLOCK_POOL block_pool_1;
60 UINT _tx_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
62 ULONG *suspended_count, TX_BLOCK_POOL **next_pool);
224 TX_BLOCK_POOL *next_pool; in thread_0_entry()

12345678910>>...12