Home
last modified time | relevance | path

Searched refs:TX_EMPTY (Results 1 – 25 of 63) sorted by relevance

123

/ThreadX-v6.4.1/common/inc/
Dtx_block_pool.h69 _tx_block_pool_created_count = TX_EMPTY
73 _tx_block_pool_created_count = TX_EMPTY; \
Dtx_semaphore.h66 _tx_semaphore_created_count = TX_EMPTY
70 _tx_semaphore_created_count = TX_EMPTY; \
Dtx_event_flags.h70 _tx_event_flags_created_count = TX_EMPTY
74 _tx_event_flags_created_count = TX_EMPTY; \
Dtx_mutex.h69 _tx_mutex_created_count = TX_EMPTY
73 _tx_mutex_created_count = TX_EMPTY; \
Dtx_queue.h68 _tx_queue_created_count = TX_EMPTY
72 _tx_queue_created_count = TX_EMPTY; \
Dtx_byte_pool.h81 _tx_byte_pool_created_count = TX_EMPTY
85 _tx_byte_pool_created_count = TX_EMPTY; \
/ThreadX-v6.4.1/common_smp/inc/
Dtx_block_pool.h69 _tx_block_pool_created_count = TX_EMPTY
73 _tx_block_pool_created_count = TX_EMPTY; \
Dtx_semaphore.h66 _tx_semaphore_created_count = TX_EMPTY
70 _tx_semaphore_created_count = TX_EMPTY; \
Dtx_event_flags.h70 _tx_event_flags_created_count = TX_EMPTY
74 _tx_event_flags_created_count = TX_EMPTY; \
Dtx_mutex.h69 _tx_mutex_created_count = TX_EMPTY
73 _tx_mutex_created_count = TX_EMPTY; \
Dtx_queue.h68 _tx_queue_created_count = TX_EMPTY
72 _tx_queue_created_count = TX_EMPTY; \
Dtx_byte_pool.h81 _tx_byte_pool_created_count = TX_EMPTY
85 _tx_byte_pool_created_count = TX_EMPTY; \
/ThreadX-v6.4.1/common/src/
Dtx_block_pool_initialize.c120 _tx_block_pool_created_count = TX_EMPTY; in _tx_block_pool_initialize()
Dtx_event_flags_initialize.c121 _tx_event_flags_created_count = TX_EMPTY; in _tx_event_flags_initialize()
Dtx_semaphore_initialize.c120 _tx_semaphore_created_count = TX_EMPTY; in _tx_semaphore_initialize()
Dtx_queue_initialize.c128 _tx_queue_created_count = TX_EMPTY; in _tx_queue_initialize()
Dtx_mutex_initialize.c130 _tx_mutex_created_count = TX_EMPTY; in _tx_mutex_initialize()
Dtx_byte_pool_initialize.c135 _tx_byte_pool_created_count = TX_EMPTY; in _tx_byte_pool_initialize()
Dtx_timer_delete.c110 if (_tx_timer_created_count == TX_EMPTY) in _tx_timer_delete()
/ThreadX-v6.4.1/common_smp/src/
Dtx_block_pool_initialize.c120 _tx_block_pool_created_count = TX_EMPTY; in _tx_block_pool_initialize()
Dtx_event_flags_initialize.c121 _tx_event_flags_created_count = TX_EMPTY; in _tx_event_flags_initialize()
Dtx_semaphore_initialize.c120 _tx_semaphore_created_count = TX_EMPTY; in _tx_semaphore_initialize()
Dtx_queue_initialize.c128 _tx_queue_created_count = TX_EMPTY; in _tx_queue_initialize()
Dtx_mutex_initialize.c130 _tx_mutex_created_count = TX_EMPTY; in _tx_mutex_initialize()
Dtx_byte_pool_initialize.c135 _tx_byte_pool_created_count = TX_EMPTY; in _tx_byte_pool_initialize()

123