Searched refs:fragments (Results 1 – 9 of 9) sorted by relevance
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_byte_pool_info_get.c | 80 ULONG *fragments, TX_THREAD **first_suspended, in _tx_byte_pool_info_get() argument 114 if (fragments != TX_NULL) in _tx_byte_pool_info_get() 117 *fragments = (ULONG) pool_ptr -> tx_byte_pool_fragments; in _tx_byte_pool_info_get()
|
D | txe_byte_pool_info_get.c | 81 ULONG *fragments, TX_THREAD **first_suspended, in _txe_byte_pool_info_get() argument 108 fragments, first_suspended, suspended_count, next_pool); in _txe_byte_pool_info_get()
|
/ThreadX-v6.4.1/common/src/ |
D | tx_byte_pool_info_get.c | 80 ULONG *fragments, TX_THREAD **first_suspended, in _tx_byte_pool_info_get() argument 114 if (fragments != TX_NULL) in _tx_byte_pool_info_get() 117 *fragments = (ULONG) pool_ptr -> tx_byte_pool_fragments; in _tx_byte_pool_info_get()
|
D | txe_byte_pool_info_get.c | 81 ULONG *fragments, TX_THREAD **first_suspended, in _txe_byte_pool_info_get() argument 108 fragments, first_suspended, suspended_count, next_pool); in _txe_byte_pool_info_get()
|
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_byte_pool_info_get.c | 75 …get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, ULONG *fragments, TX_THREAD **fir… in _txe_byte_pool_info_get() argument 82 extra_parameters[1] = (ALIGN_TYPE) fragments; in _txe_byte_pool_info_get()
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_byte_memory_information_test.c | 219 ULONG fragments; in thread_0_entry() local 357 …status += tx_byte_pool_info_get(&byte_pool_0, &name, &available, &fragments, &first_suspended, &su… in thread_0_entry() 360 …if ((status != TX_SUCCESS) || (available != byte_pool_0.tx_byte_pool_available) || (fragments != b… in thread_0_entry()
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_byte_memory_information_test.c | 219 ULONG fragments; in thread_0_entry() local 357 …status += tx_byte_pool_info_get(&byte_pool_0, &name, &available, &fragments, &first_suspended, &su… in thread_0_entry() 360 …if ((status != TX_SUCCESS) || (available != byte_pool_0.tx_byte_pool_available) || (fragments != b… in thread_0_entry()
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1527 ULONG *fragments, TX_THREAD **first_suspended, 1546 ULONG *fragments, TX_THREAD **first_suspended, 1557 ULONG *fragments, TX_THREAD **first_suspended,
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1613 ULONG *fragments, TX_THREAD **first_suspended, 1632 ULONG *fragments, TX_THREAD **first_suspended,
|