Home
last modified time | relevance | path

Searched refs:tx_block_pool_suspended_count (Results 1 – 18 of 18) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_block_pool_prioritize.c93 …_INSERT(TX_TRACE_BLOCK_POOL_PRIORITIZE, pool_ptr, pool_ptr -> tx_block_pool_suspended_count, TX_PO… in _tx_block_pool_prioritize()
99 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
178 if (suspended_count != pool_ptr -> tx_block_pool_suspended_count) in _tx_block_pool_prioritize()
198 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
Dtx_block_pool_cleanup.c116 if (pool_ptr -> tx_block_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_block_pool_cleanup()
130 pool_ptr -> tx_block_pool_suspended_count--; in _tx_block_pool_cleanup()
133 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_cleanup()
Dtx_block_release.c110 …pool_ptr, TX_POINTER_TO_ULONG_CONVERT(block_ptr), pool_ptr -> tx_block_pool_suspended_count, TX_PO… in _tx_block_release()
123 (pool_ptr -> tx_block_pool_suspended_count)--; in _tx_block_release()
126 suspended_count = (pool_ptr -> tx_block_pool_suspended_count); in _tx_block_release()
Dtx_block_pool_delete.c141 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_delete()
142 pool_ptr -> tx_block_pool_suspended_count = TX_NO_SUSPENSIONS; in _tx_block_pool_delete()
Dtx_block_pool_info_get.c132 *suspended_count = (ULONG) pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_info_get()
Dtx_block_allocate.c263 suspended_count = (pool_ptr -> tx_block_pool_suspended_count); in _tx_block_allocate()
266 (pool_ptr -> tx_block_pool_suspended_count)++; in _tx_block_allocate()
/ThreadX-v6.3.0/common_smp/src/
Dtx_block_pool_prioritize.c93 …_INSERT(TX_TRACE_BLOCK_POOL_PRIORITIZE, pool_ptr, pool_ptr -> tx_block_pool_suspended_count, TX_PO… in _tx_block_pool_prioritize()
99 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
178 if (suspended_count != pool_ptr -> tx_block_pool_suspended_count) in _tx_block_pool_prioritize()
198 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
Dtx_block_pool_cleanup.c116 if (pool_ptr -> tx_block_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_block_pool_cleanup()
130 pool_ptr -> tx_block_pool_suspended_count--; in _tx_block_pool_cleanup()
133 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_cleanup()
Dtx_block_release.c110 …pool_ptr, TX_POINTER_TO_ULONG_CONVERT(block_ptr), pool_ptr -> tx_block_pool_suspended_count, TX_PO… in _tx_block_release()
123 (pool_ptr -> tx_block_pool_suspended_count)--; in _tx_block_release()
126 suspended_count = (pool_ptr -> tx_block_pool_suspended_count); in _tx_block_release()
Dtx_block_pool_delete.c141 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_delete()
142 pool_ptr -> tx_block_pool_suspended_count = TX_NO_SUSPENSIONS; in _tx_block_pool_delete()
Dtx_block_pool_info_get.c132 *suspended_count = (ULONG) pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_info_get()
Dtx_block_allocate.c263 suspended_count = (pool_ptr -> tx_block_pool_suspended_count); in _tx_block_allocate()
266 (pool_ptr -> tx_block_pool_suspended_count)++; in _tx_block_allocate()
/ThreadX-v6.3.0/test/tx/regression/
Dtestcontrol.c845 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
853 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
861 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
869 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
877 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
Dthreadx_block_memory_information_test.c362 …t_suspended != &thread_4) || (suspended_count != block_pool_0.tx_block_pool_suspended_count) || (n… in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dtestcontrol.c965 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
973 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
981 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
989 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
997 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
Dthreadx_block_memory_information_test.c362 …t_suspended != &thread_4) || (suspended_count != block_pool_0.tx_block_pool_suspended_count) || (n… in thread_0_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h698 UINT tx_block_pool_suspended_count; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h677 UINT tx_block_pool_suspended_count; member