Home
last modified time | relevance | path

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

123

/ThreadX-v6.3.0/common/inc/
Dtx_block_pool.h70 _tx_block_pool_created_count = TX_EMPTY
74 _tx_block_pool_created_count = TX_EMPTY; \
Dtx_semaphore.h67 _tx_semaphore_created_count = TX_EMPTY
71 _tx_semaphore_created_count = TX_EMPTY; \
Dtx_event_flags.h71 _tx_event_flags_created_count = TX_EMPTY
75 _tx_event_flags_created_count = TX_EMPTY; \
Dtx_mutex.h70 _tx_mutex_created_count = TX_EMPTY
74 _tx_mutex_created_count = TX_EMPTY; \
Dtx_queue.h69 _tx_queue_created_count = TX_EMPTY
73 _tx_queue_created_count = TX_EMPTY; \
Dtx_byte_pool.h82 _tx_byte_pool_created_count = TX_EMPTY
86 _tx_byte_pool_created_count = TX_EMPTY; \
/ThreadX-v6.3.0/common_smp/inc/
Dtx_block_pool.h70 _tx_block_pool_created_count = TX_EMPTY
74 _tx_block_pool_created_count = TX_EMPTY; \
Dtx_semaphore.h67 _tx_semaphore_created_count = TX_EMPTY
71 _tx_semaphore_created_count = TX_EMPTY; \
Dtx_event_flags.h71 _tx_event_flags_created_count = TX_EMPTY
75 _tx_event_flags_created_count = TX_EMPTY; \
Dtx_mutex.h70 _tx_mutex_created_count = TX_EMPTY
74 _tx_mutex_created_count = TX_EMPTY; \
Dtx_queue.h69 _tx_queue_created_count = TX_EMPTY
73 _tx_queue_created_count = TX_EMPTY; \
Dtx_byte_pool.h82 _tx_byte_pool_created_count = TX_EMPTY
86 _tx_byte_pool_created_count = TX_EMPTY; \
/ThreadX-v6.3.0/common_smp/src/
Dtx_event_flags_initialize.c122 _tx_event_flags_created_count = TX_EMPTY; in _tx_event_flags_initialize()
Dtx_block_pool_initialize.c121 _tx_block_pool_created_count = TX_EMPTY; in _tx_block_pool_initialize()
Dtx_semaphore_initialize.c121 _tx_semaphore_created_count = TX_EMPTY; in _tx_semaphore_initialize()
Dtx_queue_initialize.c129 _tx_queue_created_count = TX_EMPTY; in _tx_queue_initialize()
Dtx_mutex_initialize.c131 _tx_mutex_created_count = TX_EMPTY; in _tx_mutex_initialize()
Dtx_byte_pool_initialize.c136 _tx_byte_pool_created_count = TX_EMPTY; in _tx_byte_pool_initialize()
Dtx_timer_delete.c111 if (_tx_timer_created_count == TX_EMPTY) in _tx_timer_delete()
/ThreadX-v6.3.0/common/src/
Dtx_block_pool_initialize.c121 _tx_block_pool_created_count = TX_EMPTY; in _tx_block_pool_initialize()
Dtx_event_flags_initialize.c122 _tx_event_flags_created_count = TX_EMPTY; in _tx_event_flags_initialize()
Dtx_semaphore_initialize.c121 _tx_semaphore_created_count = TX_EMPTY; in _tx_semaphore_initialize()
Dtx_queue_initialize.c129 _tx_queue_created_count = TX_EMPTY; in _tx_queue_initialize()
Dtx_mutex_initialize.c131 _tx_mutex_created_count = TX_EMPTY; in _tx_mutex_initialize()
Dtx_byte_pool_initialize.c136 _tx_byte_pool_created_count = TX_EMPTY; in _tx_byte_pool_initialize()

123