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

TX_SEMAPHORE_ID macro

Syntax

#define TX_SEMAPHORE_ID ((ULONG) 0x53454D41)

Examples

TX_SEMAPHORE_ID is referenced by 1 libraries and example projects.

References

LocationText
tx_semaphore.h:56
#define TX_SEMAPHORE_ID ((ULONG) 0x53454D41)
tx_freertos.c:2701
if(*((ULONG *)(xQueueOrSemaphore)) == TX_SEMAPHORE_ID) {
tx_freertos.c:2743
if(*((ULONG *)(xQueueOrSemaphore)) == TX_SEMAPHORE_ID) {
tx_semaphore_cleanup.c:113
if (semaphore_ptr -> tx_semaphore_id == TX_SEMAPHORE_ID)
tx_semaphore_create.c:95
semaphore_ptr -> tx_semaphore_id = TX_SEMAPHORE_ID;
txe_semaphore_ceiling_put.c:91
else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID)
txe_semaphore_delete.c:97
else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID)
txe_semaphore_get.c:98
else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID)
txe_semaphore_info_get.c:98
else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID)
txe_semaphore_prioritize.c:87
else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID)
txe_semaphore_put.c:87
else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID)
txe_semaphore_put_notify.c:90
else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID)
txm_module_manager_dispatch.h:1970
if ((semaphore_ptr == TX_NULL) || (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID))