threadx + 0/1 examples
CodeScope will show references to TX_EMPTY from the following samples and libraries:
Libraries
 
Symbols
loading...
Files
loading...

TX_EMPTY macro

Syntax

#define TX_EMPTY ((ULONG) 0)

Examples

TX_EMPTY is referenced by 1 libraries and example projects.

References

LocationText
tx_api.h:154
#define TX_EMPTY ((ULONG) 0)
tx_block_pool.h:70
tx_block_pool_create.c:160
tx_block_pool_delete.c:111
tx_byte_pool.h:82
tx_byte_pool_create.c:154
tx_byte_pool_delete.c:115
tx_event_flags.h:71
tx_event_flags_create.c:98
tx_event_flags_delete.c:111
tx_mutex.h:70
tx_mutex_create.c:103
if (_tx_mutex_created_count == TX_EMPTY)
tx_mutex_delete.c:115
if (_tx_mutex_created_count == TX_EMPTY)
tx_queue.h:69
tx_queue_create.c:127
if (_tx_queue_created_count == TX_EMPTY)
tx_queue_delete.c:110
if (_tx_queue_created_count == TX_EMPTY)
tx_semaphore.h:67
tx_semaphore_create.c:99
tx_semaphore_delete.c:111
tx_thread_create.c:226
if (_tx_thread_created_count == TX_EMPTY)
tx_thread_delete.c:134
if (_tx_thread_created_count == TX_EMPTY)
tx_thread_initialize.c:357
tx_timer_create.c:107
if (_tx_timer_created_count == TX_EMPTY)
tx_timer_delete.c:111
if (_tx_timer_created_count == TX_EMPTY)
tx_timer_initialize.c:292
txm_module_manager_thread_create.c:478
if (_tx_thread_created_count == TX_EMPTY)