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

TX_THREAD_STRUCT::tx_thread_suspended_previous field

Syntax

struct TX_THREAD_STRUCT *tx_thread_suspended_next, *tx_thread_suspended_previous;

Examples

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

References

LocationReferrerText
tx_api.h:429
*tx_thread_suspended_previous;
tx_block_allocate.c:276_tx_block_allocate()
thread_ptr -> tx_thread_suspended_previous = thread_ptr;
tx_block_allocate.c:284_tx_block_allocate()
previous_thread = next_thread -> tx_thread_suspended_previous;
tx_block_allocate.c:285_tx_block_allocate()
thread_ptr -> tx_thread_suspended_previous = previous_thread;
tx_block_allocate.c:287_tx_block_allocate()
next_thread -> tx_thread_suspended_previous = thread_ptr;
tx_block_pool_cleanup.c:153_tx_block_pool_cleanup()
previous_thread = thread_ptr -> tx_thread_suspended_previous;
tx_block_pool_cleanup.c:154_tx_block_pool_cleanup()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_block_pool_prioritize.c:226_tx_block_pool_prioritize()
previous_thread = priority_thread_ptr -> tx_thread_suspended_previous;
tx_block_pool_prioritize.c:227_tx_block_pool_prioritize()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_block_pool_prioritize.c:231_tx_block_pool_prioritize()
previous_thread = head_ptr -> tx_thread_suspended_previous;
tx_block_pool_prioritize.c:233_tx_block_pool_prioritize()
priority_thread_ptr -> tx_thread_suspended_previous = previous_thread;
tx_block_pool_prioritize.c:235_tx_block_pool_prioritize()
head_ptr -> tx_thread_suspended_previous = priority_thread_ptr;
tx_block_release.c:147_tx_block_release()
previous_thread = thread_ptr -> tx_thread_suspended_previous;
tx_block_release.c:148_tx_block_release()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_byte_allocate.c:316_tx_byte_allocate()
thread_ptr -> tx_thread_suspended_previous = thread_ptr;
tx_byte_allocate.c:324_tx_byte_allocate()
previous_thread = next_thread -> tx_thread_suspended_previous;
tx_byte_allocate.c:325_tx_byte_allocate()
thread_ptr -> tx_thread_suspended_previous = previous_thread;
tx_byte_allocate.c:327_tx_byte_allocate()
next_thread -> tx_thread_suspended_previous = thread_ptr;
tx_byte_pool_cleanup.c:151_tx_byte_pool_cleanup()
previous_thread = thread_ptr -> tx_thread_suspended_previous;
tx_byte_pool_cleanup.c:152_tx_byte_pool_cleanup()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_byte_pool_prioritize.c:226_tx_byte_pool_prioritize()
previous_thread = priority_thread_ptr -> tx_thread_suspended_previous;
tx_byte_pool_prioritize.c:227_tx_byte_pool_prioritize()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_byte_pool_prioritize.c:231_tx_byte_pool_prioritize()
previous_thread = head_ptr -> tx_thread_suspended_previous;
tx_byte_pool_prioritize.c:233_tx_byte_pool_prioritize()
priority_thread_ptr -> tx_thread_suspended_previous = previous_thread;
tx_byte_pool_prioritize.c:235_tx_byte_pool_prioritize()
head_ptr -> tx_thread_suspended_previous = priority_thread_ptr;
tx_byte_release.c:288_tx_byte_release()
previous_thread = susp_thread_ptr -> tx_thread_suspended_previous;
tx_byte_release.c:289_tx_byte_release()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_event_flags_cleanup.c:167_tx_event_flags_cleanup()
previous_thread = thread_ptr -> tx_thread_suspended_previous;
tx_event_flags_cleanup.c:168_tx_event_flags_cleanup()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_event_flags_get.c:337_tx_event_flags_get()
thread_ptr -> tx_thread_suspended_previous = thread_ptr;
tx_event_flags_get.c:345_tx_event_flags_get()
previous_thread = next_thread -> tx_thread_suspended_previous;
tx_event_flags_get.c:346_tx_event_flags_get()
thread_ptr -> tx_thread_suspended_previous = previous_thread;
tx_event_flags_get.c:348_tx_event_flags_get()
next_thread -> tx_thread_suspended_previous = thread_ptr;
tx_event_flags_set.c:473_tx_event_flags_set()
previous_thread = thread_ptr -> tx_thread_suspended_previous;
tx_event_flags_set.c:474_tx_event_flags_set()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_mutex_cleanup.c:153_tx_mutex_cleanup()
previous_thread = thread_ptr -> tx_thread_suspended_previous;
tx_mutex_cleanup.c:154_tx_mutex_cleanup()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_mutex_get.c:269_tx_mutex_get()
thread_ptr -> tx_thread_suspended_previous = thread_ptr;
tx_mutex_get.c:277_tx_mutex_get()
previous_thread = next_thread -> tx_thread_suspended_previous;
tx_mutex_get.c:278_tx_mutex_get()
thread_ptr -> tx_thread_suspended_previous = previous_thread;
tx_mutex_get.c:280_tx_mutex_get()
next_thread -> tx_thread_suspended_previous = thread_ptr;
tx_mutex_prioritize.c:229_tx_mutex_prioritize()
previous_thread = priority_thread_ptr -> tx_thread_suspended_previous;
tx_mutex_prioritize.c:230_tx_mutex_prioritize()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_mutex_prioritize.c:234_tx_mutex_prioritize()
previous_thread = head_ptr -> tx_thread_suspended_previous;
tx_mutex_prioritize.c:236_tx_mutex_prioritize()
priority_thread_ptr -> tx_thread_suspended_previous = previous_thread;
tx_mutex_prioritize.c:238_tx_mutex_prioritize()
head_ptr -> tx_thread_suspended_previous = priority_thread_ptr;
tx_mutex_put.c:499_tx_mutex_put()
previous_thread = thread_ptr -> tx_thread_suspended_previous;
tx_mutex_put.c:500_tx_mutex_put()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_queue_cleanup.c:153_tx_queue_cleanup()
previous_thread = thread_ptr -> tx_thread_suspended_previous;
tx_queue_cleanup.c:154_tx_queue_cleanup()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_queue_flush.c:187_tx_queue_flush()
_tx_thread_system_resume(thread_ptr -> tx_thread_suspended_previous);
tx_queue_front_send.c:219_tx_queue_front_send()
previous_thread = thread_ptr -> tx_thread_suspended_previous;
tx_queue_front_send.c:220_tx_queue_front_send()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_queue_front_send.c:334_tx_queue_front_send()
thread_ptr -> tx_thread_suspended_previous = thread_ptr;
tx_queue_front_send.c:342_tx_queue_front_send()
previous_thread = next_thread -> tx_thread_suspended_previous;
tx_queue_front_send.c:343_tx_queue_front_send()
thread_ptr -> tx_thread_suspended_previous = previous_thread;
tx_queue_front_send.c:345_tx_queue_front_send()
next_thread -> tx_thread_suspended_previous = thread_ptr;
tx_queue_prioritize.c:226_tx_queue_prioritize()
previous_thread = priority_thread_ptr -> tx_thread_suspended_previous;
tx_queue_prioritize.c:227_tx_queue_prioritize()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_queue_prioritize.c:231_tx_queue_prioritize()
previous_thread = head_ptr -> tx_thread_suspended_previous;
tx_queue_prioritize.c:233_tx_queue_prioritize()
priority_thread_ptr -> tx_thread_suspended_previous = previous_thread;
tx_queue_prioritize.c:235_tx_queue_prioritize()
head_ptr -> tx_thread_suspended_previous = priority_thread_ptr;
tx_queue_receive.c:209_tx_queue_receive()
previous_thread = thread_ptr -> tx_thread_suspended_previous;
tx_queue_receive.c:210_tx_queue_receive()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_queue_receive.c:333_tx_queue_receive()
previous_thread = thread_ptr -> tx_thread_suspended_previous;
tx_queue_receive.c:334_tx_queue_receive()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_queue_receive.c:426_tx_queue_receive()
thread_ptr -> tx_thread_suspended_previous = thread_ptr;
tx_queue_receive.c:434_tx_queue_receive()
previous_thread = next_thread -> tx_thread_suspended_previous;
tx_queue_receive.c:435_tx_queue_receive()
thread_ptr -> tx_thread_suspended_previous = previous_thread;
tx_queue_receive.c:437_tx_queue_receive()
next_thread -> tx_thread_suspended_previous = thread_ptr;
tx_queue_send.c:215_tx_queue_send()
previous_thread = thread_ptr -> tx_thread_suspended_previous;
tx_queue_send.c:216_tx_queue_send()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_queue_send.c:333_tx_queue_send()
thread_ptr -> tx_thread_suspended_previous = thread_ptr;
tx_queue_send.c:341_tx_queue_send()
previous_thread = next_thread -> tx_thread_suspended_previous;
tx_queue_send.c:342_tx_queue_send()
thread_ptr -> tx_thread_suspended_previous = previous_thread;
tx_queue_send.c:344_tx_queue_send()
next_thread -> tx_thread_suspended_previous = thread_ptr;
tx_semaphore_ceiling_put.c:189_tx_semaphore_ceiling_put()
previous_thread = thread_ptr -> tx_thread_suspended_previous;
tx_semaphore_ceiling_put.c:190_tx_semaphore_ceiling_put()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_semaphore_cleanup.c:154_tx_semaphore_cleanup()
previous_thread = thread_ptr -> tx_thread_suspended_previous;
tx_semaphore_cleanup.c:155_tx_semaphore_cleanup()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_semaphore_get.c:172_tx_semaphore_get()
thread_ptr -> tx_thread_suspended_previous = thread_ptr;
tx_semaphore_get.c:180_tx_semaphore_get()
previous_thread = next_thread -> tx_thread_suspended_previous;
tx_semaphore_get.c:181_tx_semaphore_get()
thread_ptr -> tx_thread_suspended_previous = previous_thread;
tx_semaphore_get.c:183_tx_semaphore_get()
next_thread -> tx_thread_suspended_previous = thread_ptr;
tx_semaphore_prioritize.c:228_tx_semaphore_prioritize()
previous_thread = priority_thread_ptr -> tx_thread_suspended_previous;
tx_semaphore_prioritize.c:229_tx_semaphore_prioritize()
next_thread -> tx_thread_suspended_previous = previous_thread;
tx_semaphore_prioritize.c:233_tx_semaphore_prioritize()
previous_thread = head_ptr -> tx_thread_suspended_previous;
tx_semaphore_prioritize.c:235_tx_semaphore_prioritize()
priority_thread_ptr -> tx_thread_suspended_previous = previous_thread;
tx_semaphore_prioritize.c:237_tx_semaphore_prioritize()
head_ptr -> tx_thread_suspended_previous = priority_thread_ptr;
tx_semaphore_put.c:168_tx_semaphore_put()
previous_thread = thread_ptr -> tx_thread_suspended_previous;
tx_semaphore_put.c:169_tx_semaphore_put()
next_thread -> tx_thread_suspended_previous = previous_thread;