Home
last modified time | relevance | path

Searched refs:first_free_block_found (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_byte_pool_search.c98 UINT first_free_block_found = TX_FALSE; in _tx_byte_pool_search() local
153 if (first_free_block_found == TX_FALSE) in _tx_byte_pool_search()
160 first_free_block_found = TX_TRUE; in _tx_byte_pool_search()
/ThreadX-v6.3.0/common_smp/src/
Dtx_byte_pool_search.c99 UINT first_free_block_found = TX_FALSE; in _tx_byte_pool_search() local
158 if (first_free_block_found == TX_FALSE) in _tx_byte_pool_search()
165 first_free_block_found = TX_TRUE; in _tx_byte_pool_search()