| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | readme_release_history.txt | 12 tx_posix.h Reduced default object pool sizes, added posix_initialize prototype. 17 allocated from the posix pool but rather stack is a static array. 27 which was not returning memory to the TCB pool
|
| /ThreadX-v6.4.1/common/src/ |
| D | tx_misra.c | 446 UCHAR *_tx_misra_block_pool_to_uchar_pointer_convert(TX_BLOCK_POOL *pool) in _tx_misra_block_pool_to_uchar_pointer_convert() argument 450 return((UCHAR *) ((VOID *) pool)); in _tx_misra_block_pool_to_uchar_pointer_convert() 536 UCHAR *_tx_misra_byte_pool_to_uchar_pointer_convert(TX_BYTE_POOL *pool) in _tx_misra_byte_pool_to_uchar_pointer_convert() argument 540 return((UCHAR *) ((VOID *) pool)); in _tx_misra_byte_pool_to_uchar_pointer_convert()
|
| /ThreadX-v6.4.1/common_smp/src/ |
| D | tx_misra.c | 444 UCHAR *_tx_misra_block_pool_to_uchar_pointer_convert(TX_BLOCK_POOL *pool) in _tx_misra_block_pool_to_uchar_pointer_convert() argument 448 return((UCHAR *) ((VOID *) pool)); in _tx_misra_block_pool_to_uchar_pointer_convert() 534 UCHAR *_tx_misra_byte_pool_to_uchar_pointer_convert(TX_BYTE_POOL *pool) in _tx_misra_byte_pool_to_uchar_pointer_convert() argument 538 return((UCHAR *) ((VOID *) pool)); in _tx_misra_byte_pool_to_uchar_pointer_convert()
|
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_block_memory_basic_test.c | 11 TX_BLOCK_POOL pool; member 283 …status = tx_block_pool_create(&block_memory.pool, "pool memory", 16, &block_memory.pool_area[0], … in thread_0_entry() 284 tx_block_pool_delete(&block_memory.pool); in thread_0_entry()
|
| D | threadx_byte_memory_basic_test.c | 11 TX_BYTE_POOL pool; member 372 …status = tx_byte_pool_create(&byte_memory.pool, "pool memory", &byte_memory.pool_area[0], (2048*s… in thread_0_entry() 373 tx_byte_pool_delete(&byte_memory.pool); in thread_0_entry()
|
| /ThreadX-v6.4.1/test/tx/regression/ |
| D | threadx_block_memory_basic_test.c | 11 TX_BLOCK_POOL pool; member 283 …status = tx_block_pool_create(&block_memory.pool, "pool memory", 16, &block_memory.pool_area[0], … in thread_0_entry() 284 tx_block_pool_delete(&block_memory.pool); in thread_0_entry()
|
| D | threadx_byte_memory_basic_test.c | 11 TX_BYTE_POOL pool; member 372 …status = tx_byte_pool_create(&byte_memory.pool, "pool memory", &byte_memory.pool_area[0], (2048*s… in thread_0_entry() 373 tx_byte_pool_delete(&byte_memory.pool); in thread_0_entry()
|
| /ThreadX-v6.4.1/docs/ |
| D | revision_history.txt | 46 pool delete. 50 … pool configuration defines, and added macro 51 for extending the byte pool delete. 92 … pool, and modified code to properly handle case 101 type for allocating from byte pool. 105 … use of alignment type for creating byte pool. 108 … use of alignment type for searching byte pool, 113 releasing memory to byte pool. 241 added code to assert pool ownership 243 no changes to the pool or the pool [all …]
|
| /ThreadX-v6.4.1/utility/benchmarks/thread_metric/ |
| D | thread_metric_readme.txt | 190 This function creates a memory pool able to satisfy at least one 196 previously created memory pool. If successful, a TM_SUCCESS
|
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/ |
| D | readme.md | 57 …s_init()`. Internally `tx_freertos_init()` will initialize a ThreadX byte pool that will be used b… 126 …the specified size is created internally and managed using a ThreadX byte pool. Setting `configTOT…
|
| /ThreadX-v6.4.1/common_smp/inc/ |
| D | tx_api.h | 1947 UCHAR *_tx_misra_block_pool_to_uchar_pointer_convert(TX_BLOCK_POOL *pool); 1953 UCHAR *_tx_misra_byte_pool_to_uchar_pointer_convert(TX_BYTE_POOL *pool);
|
| /ThreadX-v6.4.1/common/inc/ |
| D | tx_api.h | 1954 UCHAR *_tx_misra_block_pool_to_uchar_pointer_convert(TX_BLOCK_POOL *pool); 1960 UCHAR *_tx_misra_byte_pool_to_uchar_pointer_convert(TX_BYTE_POOL *pool);
|