TX_THREAD_STRUCT::tx_thread_entry_exit_notify is only used within threadx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesthreadxTX_THREAD_STRUCT::tx_thread_entry_exit_notify

TX_THREAD_STRUCT::tx_thread_entry_exit_notify field

Syntax

VOID (*tx_thread_entry_exit_notify)(struct TX_THREAD_STRUCT *thread_ptr, UINT type);

References

LocationReferrerText
tx_api.h:511
VOID (*tx_thread_entry_exit_notify)(struct TX_THREAD_STRUCT *thread_ptr, UINT type);
tx_thread_entry_exit_notify.c:102_tx_thread_entry_exit_notify()
thread_ptr -> tx_thread_entry_exit_notify = thread_entry_exit_notify;
tx_thread_shell_entry.c:99_tx_thread_shell_entry()
entry_exit_notify = thread_ptr -> tx_thread_entry_exit_notify;
tx_thread_shell_entry.c:133_tx_thread_shell_entry()
entry_exit_notify = thread_ptr -> tx_thread_entry_exit_notify;
tx_thread_terminate.c:129_tx_thread_terminate()
entry_exit_notify = thread_ptr -> tx_thread_entry_exit_notify;
txm_module_manager_thread_create.c:440_txm_module_manager_thread_create()
thread_entry_info -> txm_module_thread_entry_info_exit_notify = thread_ptr -> tx_thread_entry_exit_notify;

Data Use

Functions writing TX_THREAD_STRUCT::tx_thread_entry_exit_notify
Functions reading TX_THREAD_STRUCT::tx_thread_entry_exit_notify
all items filtered out
TX_THREAD_STRUCT::tx_thread_entry_exit_notify