Searched refs:_txe_block_pool_create (Results 1 – 8 of 8) sorted by relevance
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_block_pool_create.c | 75 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.4.1/common/src/ |
D | txe_block_pool_create.c | 84 UINT _txe_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size, in _txe_block_pool_create() function
|
/ThreadX-v6.4.1/common_smp/src/ |
D | txe_block_pool_create.c | 84 UINT _txe_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size, in _txe_block_pool_create() function
|
/ThreadX-v6.4.1/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.4.1/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.4.1/common_smp/inc/ |
D | tx_api.h | 1446 #define tx_block_pool_create(p,n,b,s,l) _txe_block_pool_create((p),(n),(b),(s),(l),(siz… 1595 UINT _txe_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size,
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1355 #define tx_block_pool_create(p,n,b,s,l) _txe_block_pool_create((p),(n),(b),(s),(l),(siz… 1498 UINT _txe_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size,
|
/ThreadX-v6.4.1/common_modules/module_manager/inc/ |
D | txm_module_manager_dispatch.h | 80 return_value = (ALIGN_TYPE) _txe_block_pool_create( in _txm_module_manager_tx_block_pool_create_dispatch()
|