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

TX_THREAD_STRUCT::tx_thread_suspend_status field

Syntax

UINT tx_thread_suspend_status;

Examples

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

References

LocationReferrerText
tx_api.h:433
UINT tx_thread_suspend_status;
tx_block_allocate.c:357_tx_block_allocate()
status = thread_ptr -> tx_thread_suspend_status;
tx_block_pool_cleanup.c:184_tx_block_pool_cleanup()
thread_ptr -> tx_thread_suspend_status = TX_NO_MEMORY;
tx_block_pool_delete.c:163_tx_block_pool_delete()
thread_ptr -> tx_thread_suspend_status = TX_DELETED;
tx_block_release.c:164_tx_block_release()
thread_ptr -> tx_thread_suspend_status = TX_SUCCESS;
tx_byte_allocate.c:394_tx_byte_allocate()
status = thread_ptr -> tx_thread_suspend_status;
tx_byte_pool_cleanup.c:182_tx_byte_pool_cleanup()
thread_ptr -> tx_thread_suspend_status = TX_NO_MEMORY;
tx_byte_pool_delete.c:167_tx_byte_pool_delete()
thread_ptr -> tx_thread_suspend_status = TX_DELETED;
tx_byte_release.c:307_tx_byte_release()
susp_thread_ptr -> tx_thread_suspend_status = TX_SUCCESS;
tx_event_flags_cleanup.c:205_tx_event_flags_cleanup()
thread_ptr -> tx_thread_suspend_status = TX_NO_EVENTS;
tx_event_flags_delete.c:163_tx_event_flags_delete()
thread_ptr -> tx_thread_suspend_status = TX_DELETED;
tx_event_flags_get.c:385_tx_event_flags_get()
status = thread_ptr -> tx_thread_suspend_status;
tx_event_flags_set.c:293_tx_event_flags_set()
thread_ptr -> tx_thread_suspend_status = TX_SUCCESS;
tx_event_flags_set.c:451_tx_event_flags_set()
thread_ptr -> tx_thread_suspend_status = TX_SUCCESS;
tx_mutex_cleanup.c:184_tx_mutex_cleanup()
thread_ptr -> tx_thread_suspend_status = TX_NOT_AVAILABLE;
tx_mutex_delete.c:199_tx_mutex_delete()
thread_ptr -> tx_thread_suspend_status = TX_DELETED;
tx_mutex_get.c:394_tx_mutex_get()
status = thread_ptr -> tx_thread_suspend_status;
tx_mutex_put.c:510_tx_mutex_put()
thread_ptr -> tx_thread_suspend_status = TX_SUCCESS;
tx_queue_cleanup.c:188_tx_queue_cleanup()
thread_ptr -> tx_thread_suspend_status = TX_QUEUE_FULL;
tx_queue_cleanup.c:194_tx_queue_cleanup()
thread_ptr -> tx_thread_suspend_status = TX_QUEUE_EMPTY;
tx_queue_delete.c:162_tx_queue_delete()
thread_ptr -> tx_thread_suspend_status = TX_DELETED;
tx_queue_flush.c:166_tx_queue_flush()
thread_ptr -> tx_thread_suspend_status = TX_SUCCESS;
tx_queue_front_send.c:249_tx_queue_front_send()
thread_ptr -> tx_thread_suspend_status = TX_SUCCESS;
tx_queue_front_send.c:393_tx_queue_front_send()
if (thread_ptr -> tx_thread_suspend_status == TX_SUCCESS)
tx_queue_front_send.c:407_tx_queue_front_send()
status = thread_ptr -> tx_thread_suspend_status;
tx_queue_receive.c:223_tx_queue_receive()
thread_ptr -> tx_thread_suspend_status = TX_SUCCESS;
tx_queue_receive.c:347_tx_queue_receive()
thread_ptr -> tx_thread_suspend_status = TX_SUCCESS;
tx_queue_receive.c:472_tx_queue_receive()
status = thread_ptr -> tx_thread_suspend_status;
tx_queue_send.c:238_tx_queue_send()
thread_ptr -> tx_thread_suspend_status = TX_SUCCESS;
tx_queue_send.c:387_tx_queue_send()
if (thread_ptr -> tx_thread_suspend_status == TX_SUCCESS)
tx_queue_send.c:401_tx_queue_send()
status = thread_ptr -> tx_thread_suspend_status;
tx_semaphore_ceiling_put.c:203_tx_semaphore_ceiling_put()
thread_ptr -> tx_thread_suspend_status = TX_SUCCESS;
tx_semaphore_cleanup.c:185_tx_semaphore_cleanup()
thread_ptr -> tx_thread_suspend_status = TX_NO_INSTANCE;
tx_semaphore_delete.c:163_tx_semaphore_delete()
thread_ptr -> tx_thread_suspend_status = TX_DELETED;
tx_semaphore_get.c:218_tx_semaphore_get()
status = thread_ptr -> tx_thread_suspend_status;
tx_semaphore_put.c:188_tx_semaphore_put()
thread_ptr -> tx_thread_suspend_status = TX_SUCCESS;
tx_thread_sleep.c:177_tx_thread_sleep()
thread_ptr -> tx_thread_suspend_status = TX_SUCCESS;
tx_thread_sleep.c:193_tx_thread_sleep()
status = thread_ptr -> tx_thread_suspend_status;
tx_thread_wait_abort.c:121_tx_thread_wait_abort()
thread_ptr -> tx_thread_suspend_status = TX_WAIT_ABORTED;
tx_thread_wait_abort.c:159_tx_thread_wait_abort()
thread_ptr -> tx_thread_suspend_status = TX_WAIT_ABORTED;
tx_thread_wait_abort.c:180_tx_thread_wait_abort()
if (thread_ptr -> tx_thread_suspend_status == TX_WAIT_ABORTED)