| /ThreadX-v6.2.1/common_smp/src/ |
| D | txe_byte_pool_create.c | 84 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start, ULONG pool_si… in _txe_byte_pool_create() 91 TX_BYTE_POOL *next_pool; in _txe_byte_pool_create() 109 else if (pool_control_block_size != (sizeof(TX_BYTE_POOL))) in _txe_byte_pool_create()
|
| D | tx_byte_pool_create.c | 76 UINT _tx_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start, ULONG pool_siz… in _tx_byte_pool_create() 84 TX_BYTE_POOL *next_pool; in _tx_byte_pool_create() 85 TX_BYTE_POOL *previous_pool; in _tx_byte_pool_create() 90 TX_MEMSET(pool_ptr, 0, (sizeof(TX_BYTE_POOL))); in _tx_byte_pool_create()
|
| D | tx_byte_pool_delete.c | 81 UINT _tx_byte_pool_delete(TX_BYTE_POOL *pool_ptr) in _tx_byte_pool_delete() 89 TX_BYTE_POOL *next_pool; in _tx_byte_pool_delete() 90 TX_BYTE_POOL *previous_pool; in _tx_byte_pool_delete()
|
| D | txe_byte_pool_info_get.c | 81 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, in _txe_byte_pool_info_get() 83 ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _txe_byte_pool_info_get()
|
| D | tx_byte_pool_info_get.c | 80 UINT _tx_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, in _tx_byte_pool_info_get() 82 ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _tx_byte_pool_info_get()
|
| D | txe_byte_pool_prioritize.c | 72 UINT _txe_byte_pool_prioritize(TX_BYTE_POOL *pool_ptr) in _txe_byte_pool_prioritize()
|
| D | txe_byte_pool_delete.c | 76 UINT _txe_byte_pool_delete(TX_BYTE_POOL *pool_ptr) in _txe_byte_pool_delete()
|
| D | tx_misra.c | 520 TX_BYTE_POOL *_tx_misra_void_to_byte_pool_pointer_convert(VOID *pointer) in _tx_misra_void_to_byte_pool_pointer_convert() 524 return((TX_BYTE_POOL *) ((VOID *) pointer)); in _tx_misra_void_to_byte_pool_pointer_convert() 535 UCHAR *_tx_misra_byte_pool_to_uchar_pointer_convert(TX_BYTE_POOL *pool) in _tx_misra_byte_pool_to_uchar_pointer_convert() 565 TX_BYTE_POOL **_tx_misra_uchar_to_indirect_byte_pool_pointer_convert(UCHAR *pointer) in _tx_misra_uchar_to_indirect_byte_pool_pointer_convert() 569 return((TX_BYTE_POOL **) ((VOID *) pointer)); in _tx_misra_uchar_to_indirect_byte_pool_pointer_convert()
|
| /ThreadX-v6.2.1/common/src/ |
| D | txe_byte_pool_create.c | 84 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start, ULONG pool_si… in _txe_byte_pool_create() 91 TX_BYTE_POOL *next_pool; in _txe_byte_pool_create() 109 else if (pool_control_block_size != (sizeof(TX_BYTE_POOL))) in _txe_byte_pool_create()
|
| D | tx_byte_pool_create.c | 76 UINT _tx_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start, ULONG pool_siz… in _tx_byte_pool_create() 84 TX_BYTE_POOL *next_pool; in _tx_byte_pool_create() 85 TX_BYTE_POOL *previous_pool; in _tx_byte_pool_create() 90 TX_MEMSET(pool_ptr, 0, (sizeof(TX_BYTE_POOL))); in _tx_byte_pool_create()
|
| D | tx_byte_pool_delete.c | 81 UINT _tx_byte_pool_delete(TX_BYTE_POOL *pool_ptr) in _tx_byte_pool_delete() 89 TX_BYTE_POOL *next_pool; in _tx_byte_pool_delete() 90 TX_BYTE_POOL *previous_pool; in _tx_byte_pool_delete()
|
| D | txe_byte_pool_info_get.c | 81 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, in _txe_byte_pool_info_get() 83 ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _txe_byte_pool_info_get()
|
| D | tx_byte_pool_info_get.c | 80 UINT _tx_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, in _tx_byte_pool_info_get() 82 ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _tx_byte_pool_info_get()
|
| D | txe_byte_pool_prioritize.c | 72 UINT _txe_byte_pool_prioritize(TX_BYTE_POOL *pool_ptr) in _txe_byte_pool_prioritize()
|
| D | txe_byte_pool_delete.c | 76 UINT _txe_byte_pool_delete(TX_BYTE_POOL *pool_ptr) in _txe_byte_pool_delete()
|
| /ThreadX-v6.2.1/common_modules/module_lib/src/ |
| D | txm_byte_pool_info_get.c | 76 …get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, ULONG *fragments, TX_THREAD **fir… in _txe_byte_pool_info_get()
|
| D | txm_byte_pool_delete.c | 69 UINT _txe_byte_pool_delete(TX_BYTE_POOL *pool_ptr) in _txe_byte_pool_delete()
|
| D | txm_byte_pool_prioritize.c | 66 UINT _txe_byte_pool_prioritize(TX_BYTE_POOL *pool_ptr) in _txe_byte_pool_prioritize()
|
| D | txm_byte_allocate.c | 75 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_op… in _txe_byte_allocate()
|
| D | txm_byte_pool_create.c | 75 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start, ULONG pool_siz… in _txe_byte_pool_create()
|
| /ThreadX-v6.2.1/common_modules/module_manager/src/ |
| D | txm_module_manager_initialize.c | 53 TX_BYTE_POOL _txm_module_manager_byte_pool; 58 TX_BYTE_POOL _txm_module_manager_object_pool;
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_byte_pool.h | 105 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size); 124 BYTE_POOL_DECLARE TX_BYTE_POOL * _tx_byte_pool_created_ptr;
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_byte_pool.h | 105 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size); 124 BYTE_POOL_DECLARE TX_BYTE_POOL * _tx_byte_pool_created_ptr;
|
| /ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/ |
| D | px_memory_allocate.c | 87 retval = tx_byte_allocate((TX_BYTE_POOL *)&posix_heap_byte_pool, memory_ptr, in posix_memory_allocate()
|
| D | px_mq_get_queue_desc.c | 76 if( tx_byte_allocate((TX_BYTE_POOL *)&posix_heap_byte_pool, &bp, in posix_get_queue_des()
|