Searched refs:tx_block_pool_suspended_count (Results 1 – 18 of 18) sorted by relevance
| /ThreadX-v6.3.0/common/src/ |
| D | tx_block_pool_prioritize.c | 93 …_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()
|
| D | tx_block_pool_cleanup.c | 116 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()
|
| D | tx_block_release.c | 110 …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()
|
| D | tx_block_pool_delete.c | 141 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()
|
| D | tx_block_pool_info_get.c | 132 *suspended_count = (ULONG) pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_info_get()
|
| D | tx_block_allocate.c | 263 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/ |
| D | tx_block_pool_prioritize.c | 93 …_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()
|
| D | tx_block_pool_cleanup.c | 116 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()
|
| D | tx_block_release.c | 110 …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()
|
| D | tx_block_pool_delete.c | 141 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()
|
| D | tx_block_pool_info_get.c | 132 *suspended_count = (ULONG) pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_info_get()
|
| D | tx_block_allocate.c | 263 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/ |
| D | testcontrol.c | 845 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()
|
| D | threadx_block_memory_information_test.c | 362 …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/ |
| D | testcontrol.c | 965 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()
|
| D | threadx_block_memory_information_test.c | 362 …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/ |
| D | tx_api.h | 698 UINT tx_block_pool_suspended_count; member
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 677 UINT tx_block_pool_suspended_count; member
|