TX_SEMAPHORE_STRUCT::tx_semaphore_created_next is only used within threadx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesthreadxTX_SEMAPHORE_STRUCT::tx_semaphore_created_next

TX_SEMAPHORE_STRUCT::tx_semaphore_created_next field

Syntax

struct TX_SEMAPHORE_STRUCT *tx_semaphore_created_next;

References

LocationReferrerText
tx_api.h:960
*tx_semaphore_created_next,
tx_semaphore_create.c:104_tx_semaphore_create()
semaphore_ptr -> tx_semaphore_created_next = semaphore_ptr;
tx_semaphore_create.c:116_tx_semaphore_create()
previous_semaphore -> tx_semaphore_created_next = semaphore_ptr;
tx_semaphore_create.c:120_tx_semaphore_create()
semaphore_ptr -> tx_semaphore_created_next = next_semaphore;
tx_semaphore_delete.c:121_tx_semaphore_delete()
next_semaphore = semaphore_ptr -> tx_semaphore_created_next;
tx_semaphore_delete.c:124_tx_semaphore_delete()
previous_semaphore -> tx_semaphore_created_next = next_semaphore;
tx_semaphore_info_get.c:132_tx_semaphore_info_get()
*next_semaphore = semaphore_ptr -> tx_semaphore_created_next;
txe_semaphore_create.c:139_txe_semaphore_create()
next_semaphore = next_semaphore -> tx_semaphore_created_next;
txm_module_manager_object_pointer_get_extended.c:294_txm_module_manager_object_pointer_get_extended()
semaphore_ptr = semaphore_ptr -> tx_semaphore_created_next;
txm_module_manager_stop.c:429_txm_module_manager_stop()
next_semaphore_ptr = semaphore_ptr -> tx_semaphore_created_next;

Data Use

Functions writing TX_SEMAPHORE_STRUCT::tx_semaphore_created_next
Functions reading TX_SEMAPHORE_STRUCT::tx_semaphore_created_next
TX_SEMAPHORE_STRUCT::tx_semaphore_created_next
Type of TX_SEMAPHORE_STRUCT::tx_semaphore_created_next
TX_SEMAPHORE_STRUCT::tx_semaphore_created_next
all items filtered out