Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.3.0/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.3.0/test/smp/regression/
Dthreadx_block_memory_prioritize_test.c279 …if ((thread_1.tx_thread_state != TX_BLOCK_MEMORY) || (thread_2.tx_thread_state != TX_BLOCK_MEMORY)… in thread_0_entry()
Dthreadx_block_memory_information_test.c257 …if ((thread_1.tx_thread_state != TX_BLOCK_MEMORY) || (thread_2.tx_thread_state != TX_BLOCK_MEMORY)… in thread_0_entry()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_block_memory_prioritize_test.c279 …if ((thread_1.tx_thread_state != TX_BLOCK_MEMORY) || (thread_2.tx_thread_state != TX_BLOCK_MEMORY)… in thread_0_entry()
Dthreadx_block_memory_information_test.c257 …if ((thread_1.tx_thread_state != TX_BLOCK_MEMORY) || (thread_2.tx_thread_state != TX_BLOCK_MEMORY)… in thread_0_entry()
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c720 case TX_BLOCK_MEMORY: in eTaskGetState()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h196 #define TX_BLOCK_MEMORY ((UINT) 8) macro
/ThreadX-v6.3.0/common/inc/
Dtx_api.h195 #define TX_BLOCK_MEMORY ((UINT) 8) macro