Searched refs:_txe_byte_pool_create (Results 1 – 8 of 8) sorted by relevance
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_byte_pool_create.c | 74 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start, ULONG pool_siz… in _txe_byte_pool_create() function
|
/ThreadX-v6.4.1/common_smp/src/ |
D | txe_byte_pool_create.c | 83 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start, ULONG pool_si… in _txe_byte_pool_create() function
|
/ThreadX-v6.4.1/common/src/ |
D | txe_byte_pool_create.c | 83 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start, ULONG pool_si… in _txe_byte_pool_create() function
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_byte_memory_basic_test.c | 33 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start, 105 status = _txe_byte_pool_create(&pool_3, "pool 3", pointer, in timer_entry()
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_byte_memory_basic_test.c | 33 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start, 105 status = _txe_byte_pool_create(&pool_3, "pool 3", pointer, in timer_entry()
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1455 #define tx_byte_pool_create(p,n,s,l) _txe_byte_pool_create((p),(n),(s),(l),(sizeof(T… 1628 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start,
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1364 #define tx_byte_pool_create(p,n,s,l) _txe_byte_pool_create((p),(n),(s),(l),(sizeof(T… 1542 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start,
|
/ThreadX-v6.4.1/common_modules/module_manager/inc/ |
D | txm_module_manager_dispatch.h | 385 return_value = (ALIGN_TYPE) _txe_byte_pool_create( in _txm_module_manager_tx_byte_pool_create_dispatch()
|