| /ThreadX-v6.3.0/common_smp/src/ |
| D | txe_block_pool_create.c | 85 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()
|
| D | tx_block_pool_create.c | 77 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()
|
| D | tx_block_pool_delete.c | 77 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()
|
| D | txe_block_pool_info_get.c | 81 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()
|
| D | tx_block_pool_info_get.c | 80 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()
|
| D | txe_block_pool_prioritize.c | 72 UINT _txe_block_pool_prioritize(TX_BLOCK_POOL *pool_ptr) in _txe_block_pool_prioritize()
|
| D | tx_block_pool_initialize.c | 38 TX_BLOCK_POOL * _tx_block_pool_created_ptr;
|
| /ThreadX-v6.3.0/common/src/ |
| D | txe_block_pool_create.c | 85 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()
|
| D | tx_block_pool_create.c | 77 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()
|
| D | tx_block_pool_delete.c | 77 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()
|
| D | txe_block_pool_info_get.c | 81 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()
|
| D | tx_block_pool_info_get.c | 80 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()
|
| D | txe_block_pool_prioritize.c | 72 UINT _txe_block_pool_prioritize(TX_BLOCK_POOL *pool_ptr) in _txe_block_pool_prioritize()
|
| D | tx_block_pool_initialize.c | 38 TX_BLOCK_POOL * _tx_block_pool_created_ptr;
|
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_block_pool_info_get.c | 76 …(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, ULONG *total_blocks, TX_THREAD **f… in _txe_block_pool_info_get()
|
| D | txm_block_pool_delete.c | 69 UINT _txe_block_pool_delete(TX_BLOCK_POOL *pool_ptr) in _txe_block_pool_delete()
|
| D | txm_block_pool_prioritize.c | 66 UINT _txe_block_pool_prioritize(TX_BLOCK_POOL *pool_ptr) in _txe_block_pool_prioritize()
|
| D | txm_block_allocate.c | 73 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _txe_block_allocate()
|
| D | txm_block_pool_performance_info_get.c | 75 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/ |
| D | threadx_block_memory_basic_test.c | 11 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,
|
| D | threadx_block_memory_error_detection_test.c | 10 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,
|
| D | threadx_block_memory_information_test.c | 40 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/ |
| D | threadx_block_memory_basic_test.c | 11 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,
|
| D | threadx_block_memory_error_detection_test.c | 10 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,
|
| D | threadx_block_memory_information_test.c | 40 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()
|