Home
last modified time | relevance | path

Searched refs:TX_BLOCK_MEMORY (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_block_pool_cleanup.c168 if (thread_ptr -> tx_thread_state == TX_BLOCK_MEMORY) in _tx_block_pool_cleanup()
Dtx_block_allocate.c291 thread_ptr -> tx_thread_state = TX_BLOCK_MEMORY; in _tx_block_allocate()
/ThreadX-v6.2.1/common/src/
Dtx_block_pool_cleanup.c168 if (thread_ptr -> tx_thread_state == TX_BLOCK_MEMORY) in _tx_block_pool_cleanup()
Dtx_block_allocate.c291 thread_ptr -> tx_thread_state = TX_BLOCK_MEMORY; in _tx_block_allocate()
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c720 case TX_BLOCK_MEMORY: in eTaskGetState()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h188 #define TX_BLOCK_MEMORY ((UINT) 8) macro
/ThreadX-v6.2.1/common/inc/
Dtx_api.h187 #define TX_BLOCK_MEMORY ((UINT) 8) macro