Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_byte_pool_search.c97 UINT first_free_block_found = TX_FALSE; in _tx_byte_pool_search() local
152 if (first_free_block_found == TX_FALSE) in _tx_byte_pool_search()
159 first_free_block_found = TX_TRUE; in _tx_byte_pool_search()
/ThreadX-v6.4.1/common_smp/src/
Dtx_byte_pool_search.c98 UINT first_free_block_found = TX_FALSE; in _tx_byte_pool_search() local
157 if (first_free_block_found == TX_FALSE) in _tx_byte_pool_search()
164 first_free_block_found = TX_TRUE; in _tx_byte_pool_search()