Home
last modified time | relevance | path

Searched refs:pool (Results 1 – 12 of 12) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dreadme_release_history.txt12 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/
Dtx_misra.c446 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/
Dtx_misra.c444 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/
Dthreadx_block_memory_basic_test.c11 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()
Dthreadx_byte_memory_basic_test.c11 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/
Dthreadx_block_memory_basic_test.c11 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()
Dthreadx_byte_memory_basic_test.c11 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/
Drevision_history.txt46 pool delete.
50pool configuration defines, and added macro
51 for extending the byte pool delete.
92pool, 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/
Dthread_metric_readme.txt190 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/
Dreadme.md57 …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/
Dtx_api.h1947 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/
Dtx_api.h1954 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);