Home
last modified time | relevance | path

Searched refs:TX_BYTE_POOL (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/ThreadX-v6.4.1/common_smp/src/
Dtxe_byte_pool_create.c83 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start, ULONG pool_si… in _txe_byte_pool_create()
90 TX_BYTE_POOL *next_pool; in _txe_byte_pool_create()
108 else if (pool_control_block_size != (sizeof(TX_BYTE_POOL))) in _txe_byte_pool_create()
Dtx_byte_pool_create.c75 UINT _tx_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start, ULONG pool_siz… in _tx_byte_pool_create()
83 TX_BYTE_POOL *next_pool; in _tx_byte_pool_create()
84 TX_BYTE_POOL *previous_pool; in _tx_byte_pool_create()
89 TX_MEMSET(pool_ptr, 0, (sizeof(TX_BYTE_POOL))); in _tx_byte_pool_create()
Dtx_byte_pool_delete.c80 UINT _tx_byte_pool_delete(TX_BYTE_POOL *pool_ptr) in _tx_byte_pool_delete()
88 TX_BYTE_POOL *next_pool; in _tx_byte_pool_delete()
89 TX_BYTE_POOL *previous_pool; in _tx_byte_pool_delete()
Dtxe_byte_pool_info_get.c80 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, in _txe_byte_pool_info_get()
82 ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _txe_byte_pool_info_get()
Dtx_byte_pool_info_get.c79 UINT _tx_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, in _tx_byte_pool_info_get()
81 ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _tx_byte_pool_info_get()
Dtxe_byte_pool_prioritize.c71 UINT _txe_byte_pool_prioritize(TX_BYTE_POOL *pool_ptr) in _txe_byte_pool_prioritize()
Dtxe_byte_pool_delete.c75 UINT _txe_byte_pool_delete(TX_BYTE_POOL *pool_ptr) in _txe_byte_pool_delete()
/ThreadX-v6.4.1/common/src/
Dtxe_byte_pool_create.c83 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start, ULONG pool_si… in _txe_byte_pool_create()
90 TX_BYTE_POOL *next_pool; in _txe_byte_pool_create()
108 else if (pool_control_block_size != (sizeof(TX_BYTE_POOL))) in _txe_byte_pool_create()
Dtx_byte_pool_create.c75 UINT _tx_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start, ULONG pool_siz… in _tx_byte_pool_create()
83 TX_BYTE_POOL *next_pool; in _tx_byte_pool_create()
84 TX_BYTE_POOL *previous_pool; in _tx_byte_pool_create()
89 TX_MEMSET(pool_ptr, 0, (sizeof(TX_BYTE_POOL))); in _tx_byte_pool_create()
Dtx_byte_pool_delete.c80 UINT _tx_byte_pool_delete(TX_BYTE_POOL *pool_ptr) in _tx_byte_pool_delete()
88 TX_BYTE_POOL *next_pool; in _tx_byte_pool_delete()
89 TX_BYTE_POOL *previous_pool; in _tx_byte_pool_delete()
Dtxe_byte_pool_info_get.c80 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, in _txe_byte_pool_info_get()
82 ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _txe_byte_pool_info_get()
Dtx_byte_pool_info_get.c79 UINT _tx_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, in _tx_byte_pool_info_get()
81 ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _tx_byte_pool_info_get()
Dtxe_byte_pool_prioritize.c71 UINT _txe_byte_pool_prioritize(TX_BYTE_POOL *pool_ptr) in _txe_byte_pool_prioritize()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_byte_pool_info_get.c75 …get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, ULONG *fragments, TX_THREAD **fir… in _txe_byte_pool_info_get()
Dtxm_byte_pool_delete.c68 UINT _txe_byte_pool_delete(TX_BYTE_POOL *pool_ptr) in _txe_byte_pool_delete()
Dtxm_byte_pool_prioritize.c65 UINT _txe_byte_pool_prioritize(TX_BYTE_POOL *pool_ptr) in _txe_byte_pool_prioritize()
Dtxm_byte_allocate.c74 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_op… in _txe_byte_allocate()
Dtxm_byte_pool_create.c74 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.4.1/common_modules/module_manager/src/
Dtxm_module_manager_initialize.c52 TX_BYTE_POOL _txm_module_manager_byte_pool;
57 TX_BYTE_POOL _txm_module_manager_object_pool;
/ThreadX-v6.4.1/common/inc/
Dtx_byte_pool.h104 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size);
123 BYTE_POOL_DECLARE TX_BYTE_POOL * _tx_byte_pool_created_ptr;
/ThreadX-v6.4.1/common_smp/inc/
Dtx_byte_pool.h104 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size);
123 BYTE_POOL_DECLARE TX_BYTE_POOL * _tx_byte_pool_created_ptr;
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_memory_allocate.c86 retval = tx_byte_allocate((TX_BYTE_POOL *)&posix_heap_byte_pool, memory_ptr, in posix_memory_allocate()
Dpx_mq_get_queue_desc.c75 if( tx_byte_allocate((TX_BYTE_POOL *)&posix_heap_byte_pool, &bp, in posix_get_queue_des()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_byte_memory_basic_test.c11 TX_BYTE_POOL pool;
33 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start,
41 static TX_BYTE_POOL pool_0;
42 static TX_BYTE_POOL pool_1;
43 static TX_BYTE_POOL pool_2;
44 static TX_BYTE_POOL pool_3;
46 static TX_BYTE_POOL pool_4;
106 108, (sizeof(TX_BYTE_POOL)+1)); in timer_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_byte_memory_basic_test.c11 TX_BYTE_POOL pool;
33 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start,
41 static TX_BYTE_POOL pool_0;
42 static TX_BYTE_POOL pool_1;
43 static TX_BYTE_POOL pool_2;
44 static TX_BYTE_POOL pool_3;
46 static TX_BYTE_POOL pool_4;
106 108, (sizeof(TX_BYTE_POOL)+1)); in timer_entry()

12345678910>>...12