_tx_semaphore_initialize is only used within threadx.
 
Symbols
loading...
Files
loading...

_tx_semaphore_initialize macro

Syntax

#define _tx_semaphore_initialize() \     _tx_semaphore_created_ptr = TX_NULL; \     _tx_semaphore_created_count = TX_EMPTY

References

LocationText
tx_semaphore.h:65
#define _tx_semaphore_initialize() \
tx_initialize_high_level.c:134
_tx_semaphore_initialize();