| /ThreadX-v6.3.0/common/src/ |
| D | tx_block_pool_info_get.c | 81 ULONG *total_blocks, TX_THREAD **first_suspended, in _tx_block_pool_info_get() argument 115 if (total_blocks != TX_NULL) in _tx_block_pool_info_get() 118 *total_blocks = (ULONG) pool_ptr -> tx_block_pool_total; in _tx_block_pool_info_get()
|
| D | txe_block_pool_info_get.c | 82 ULONG *total_blocks, TX_THREAD **first_suspended, in _txe_block_pool_info_get() argument 110 total_blocks, first_suspended, suspended_count, next_pool); in _txe_block_pool_info_get()
|
| D | tx_block_pool_create.c | 85 ULONG total_blocks; in _tx_block_pool_create() local 111 total_blocks = pool_size/(block_size + (sizeof(UCHAR *))); in _tx_block_pool_create() 117 while(blocks < (UINT) total_blocks) in _tx_block_pool_create()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_block_pool_info_get.c | 81 ULONG *total_blocks, TX_THREAD **first_suspended, in _tx_block_pool_info_get() argument 115 if (total_blocks != TX_NULL) in _tx_block_pool_info_get() 118 *total_blocks = (ULONG) pool_ptr -> tx_block_pool_total; in _tx_block_pool_info_get()
|
| D | txe_block_pool_info_get.c | 82 ULONG *total_blocks, TX_THREAD **first_suspended, in _txe_block_pool_info_get() argument 110 total_blocks, first_suspended, suspended_count, next_pool); in _txe_block_pool_info_get()
|
| D | tx_block_pool_create.c | 85 ULONG total_blocks; in _tx_block_pool_create() local 111 total_blocks = pool_size/(block_size + (sizeof(UCHAR *))); in _tx_block_pool_create() 117 while(blocks < (UINT) total_blocks) in _tx_block_pool_create()
|
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_block_pool_info_get.c | 76 …TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, ULONG *total_blocks, TX_THREAD **fi… in _txe_block_pool_info_get() argument 83 extra_parameters[1] = (ALIGN_TYPE) total_blocks; in _txe_block_pool_info_get()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_block_memory_information_test.c | 61 ULONG *total_blocks, TX_THREAD **first_suspended, 221 ULONG total_blocks; in thread_0_entry() local 358 …status += tx_block_pool_info_get(&block_pool_0, &name, &available, &total_blocks, &first_suspende… in thread_0_entry() 361 …if ((status) || (available != block_pool_0.tx_block_pool_available) || (total_blocks != block_pool… in thread_0_entry()
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_block_memory_information_test.c | 61 ULONG *total_blocks, TX_THREAD **first_suspended, 221 ULONG total_blocks; in thread_0_entry() local 358 …status += tx_block_pool_info_get(&block_pool_0, &name, &available, &total_blocks, &first_suspende… in thread_0_entry() 361 …if ((status) || (available != block_pool_0.tx_block_pool_available) || (total_blocks != block_pool… in thread_0_entry()
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1479 ULONG *total_blocks, TX_THREAD **first_suspended, 1497 ULONG *total_blocks, TX_THREAD **first_suspended, 1507 ULONG *total_blocks, TX_THREAD **first_suspended,
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1576 ULONG *total_blocks, TX_THREAD **first_suspended, 1594 ULONG *total_blocks, TX_THREAD **first_suspended,
|