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

TX_THREAD_STRUCT::tx_thread_suspend_control_block field

Syntax

VOID *tx_thread_suspend_control_block;

Examples

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

References

LocationReferrerText
tx_api.h:426
VOID *tx_thread_suspend_control_block;
tx_block_allocate.c:250_tx_block_allocate()
thread_ptr -> tx_thread_suspend_control_block = (VOID *) pool_ptr;
tx_block_pool_cleanup.c:105_tx_block_pool_cleanup()
pool_ptr = TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block);
tx_byte_allocate.c:287_tx_byte_allocate()
thread_ptr -> tx_thread_suspend_control_block = (VOID *) pool_ptr;
tx_byte_pool_cleanup.c:105_tx_byte_pool_cleanup()
pool_ptr = TX_VOID_TO_BYTE_POOL_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block);
tx_event_flags_cleanup.c:106_tx_event_flags_cleanup()
group_ptr = TX_VOID_TO_EVENT_FLAGS_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block);
tx_event_flags_get.c:317_tx_event_flags_get()
thread_ptr -> tx_thread_suspend_control_block = (VOID *) group_ptr;
tx_mutex_cleanup.c:105_tx_mutex_cleanup()
mutex_ptr = TX_VOID_TO_MUTEX_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block);
tx_mutex_get.c:252_tx_mutex_get()
thread_ptr -> tx_thread_suspend_control_block = (VOID *) mutex_ptr;
tx_queue_cleanup.c:105_tx_queue_cleanup()
queue_ptr = TX_VOID_TO_QUEUE_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block);
tx_queue_front_send.c:312_tx_queue_front_send()
thread_ptr -> tx_thread_suspend_control_block = (VOID *) queue_ptr;
tx_queue_receive.c:407_tx_queue_receive()
thread_ptr -> tx_thread_suspend_control_block = (VOID *) queue_ptr;
tx_queue_send.c:314_tx_queue_send()
thread_ptr -> tx_thread_suspend_control_block = (VOID *) queue_ptr;
tx_semaphore_cleanup.c:106_tx_semaphore_cleanup()
semaphore_ptr = TX_VOID_TO_SEMAPHORE_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block);
tx_semaphore_get.c:155_tx_semaphore_get()
thread_ptr -> tx_thread_suspend_control_block = (VOID *) semaphore_ptr;

Data Use

Functions writing TX_THREAD_STRUCT::tx_thread_suspend_control_block
Functions reading TX_THREAD_STRUCT::tx_thread_suspend_control_block
TX_THREAD_STRUCT::tx_thread_suspend_control_block