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

TX_THREAD_STRUCT::tx_thread_suspending field

Syntax

UINT tx_thread_suspending;

Examples

TX_THREAD_STRUCT::tx_thread_suspending is referenced by 1 libraries and example projects.

References

LocationReferrerText
tx_api.h:400
UINT tx_thread_suspending; /* Thread suspending flag */
tx_block_allocate.c:303_tx_block_allocate()
thread_ptr -> tx_thread_suspending = TX_TRUE;
tx_byte_allocate.c:343_tx_byte_allocate()
thread_ptr -> tx_thread_suspending = TX_TRUE;
tx_event_flags_get.c:367_tx_event_flags_get()
thread_ptr -> tx_thread_suspending = TX_TRUE;
tx_mutex_get.c:339_tx_mutex_get()
thread_ptr -> tx_thread_suspending = TX_TRUE;
tx_mutex_priority_change.c:193_tx_mutex_priority_change()
thread_ptr -> tx_thread_suspending = TX_TRUE;
tx_queue_front_send.c:375_tx_queue_front_send()
thread_ptr -> tx_thread_suspending = TX_TRUE;
tx_queue_receive.c:456_tx_queue_receive()
thread_ptr -> tx_thread_suspending = TX_TRUE;
tx_queue_send.c:369_tx_queue_send()
thread_ptr -> tx_thread_suspending = TX_TRUE;
tx_semaphore_get.c:202_tx_semaphore_get()
thread_ptr -> tx_thread_suspending = TX_TRUE;
tx_thread_priority_change.c:194_tx_thread_priority_change()
thread_ptr -> tx_thread_suspending = TX_TRUE;
tx_thread_shell_entry.c:167_tx_thread_shell_entry()
thread_ptr -> tx_thread_suspending = TX_TRUE;
tx_thread_sleep.c:174_tx_thread_sleep()
thread_ptr -> tx_thread_suspending = TX_TRUE;
tx_thread_suspend.c:147_tx_thread_suspend()
thread_ptr -> tx_thread_suspending = TX_TRUE;
tx_thread_system_resume.c:158_tx_thread_system_resume()
if (thread_ptr -> tx_thread_suspending == TX_FALSE)
tx_thread_system_resume.c:429_tx_thread_system_resume()
thread_ptr -> tx_thread_suspending = TX_FALSE;
tx_thread_system_suspend.c:164_tx_thread_system_suspend()
if (thread_ptr -> tx_thread_suspending == TX_TRUE)
tx_thread_system_suspend.c:196_tx_thread_system_suspend()
thread_ptr -> tx_thread_suspending = TX_FALSE;
tx_thread_terminate.c:160_tx_thread_terminate()
thread_ptr -> tx_thread_suspending = TX_TRUE;
tx_thread_terminate.c:206_tx_thread_terminate()
thread_ptr -> tx_thread_suspending = TX_TRUE;
tx_thread_terminate.c:243_tx_thread_terminate()
thread_ptr -> tx_thread_suspending = TX_FALSE;
tx_timer_thread_entry.c:453_tx_timer_thread_entry()
thread_ptr -> tx_thread_suspending = TX_TRUE;
txm_module_manager_dispatch.h:2587_txm_module_manager_tx_thread_system_suspend_dispatch()
thread_ptr -> tx_thread_suspending = TX_TRUE;