Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_block_pool_cleanup.c167 if (thread_ptr -> tx_thread_state == TX_BLOCK_MEMORY) in _tx_block_pool_cleanup()
Dtx_block_allocate.c290 thread_ptr -> tx_thread_state = TX_BLOCK_MEMORY; in _tx_block_allocate()
/ThreadX-v6.4.1/common_smp/src/
Dtx_block_pool_cleanup.c167 if (thread_ptr -> tx_thread_state == TX_BLOCK_MEMORY) in _tx_block_pool_cleanup()
Dtx_block_allocate.c290 thread_ptr -> tx_thread_state = TX_BLOCK_MEMORY; in _tx_block_allocate()
/ThreadX-v6.4.1/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.4.1/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.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c723 case TX_BLOCK_MEMORY: in eTaskGetState()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h201 #define TX_BLOCK_MEMORY ((UINT) 8) macro
/ThreadX-v6.4.1/common/inc/
Dtx_api.h200 #define TX_BLOCK_MEMORY ((UINT) 8) macro