Searched refs:_txe_block_pool_create (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_block_pool_create.c | 76 UINT _txe_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size, VOID *pool_s… in _txe_block_pool_create() function
|
| /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() function
|
| /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() function
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_block_memory_error_detection_test.c | 20 UINT _txe_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size, 135 status = _txe_block_pool_create(&pool_2, "pool 2", 100, pointer, 320, 777777); in thread_0_entry()
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_block_memory_error_detection_test.c | 20 UINT _txe_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size, 135 status = _txe_block_pool_create(&pool_2, "pool 2", 100, pointer, 320, 777777); in thread_0_entry()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1441 #define tx_block_pool_create(p,n,b,s,l) _txe_block_pool_create((p),(n),(b),(s),(l),(siz… 1590 UINT _txe_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size,
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1350 #define tx_block_pool_create(p,n,b,s,l) _txe_block_pool_create((p),(n),(b),(s),(l),(siz… 1493 UINT _txe_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size,
|
| /ThreadX-v6.3.0/common_modules/module_manager/inc/ |
| D | txm_module_manager_dispatch.h | 81 return_value = (ALIGN_TYPE) _txe_block_pool_create( in _txm_module_manager_tx_block_pool_create_dispatch()
|