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

TX_THREAD_STRUCT::tx_thread_suspend_cleanup field

Syntax

VOID (*tx_thread_suspend_cleanup)(struct TX_THREAD_STRUCT *thread_ptr, ULONG suspension_sequence);

Examples

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

References

LocationReferrerText
tx_api.h:425
VOID (*tx_thread_suspend_cleanup)(struct TX_THREAD_STRUCT *thread_ptr, ULONG suspension_sequence);
tx_block_allocate.c:246_tx_block_allocate()
thread_ptr -> tx_thread_suspend_cleanup = &(_tx_block_pool_cleanup);
tx_block_pool_cleanup.c:97_tx_block_pool_cleanup()
if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_block_pool_cleanup))
tx_block_pool_cleanup.c:127_tx_block_pool_cleanup()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_block_pool_delete.c:160_tx_block_pool_delete()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_block_release.c:155_tx_block_release()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_byte_allocate.c:283_tx_byte_allocate()
thread_ptr -> tx_thread_suspend_cleanup = &(_tx_byte_pool_cleanup);
tx_byte_pool_cleanup.c:97_tx_byte_pool_cleanup()
if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_byte_pool_cleanup))
tx_byte_pool_cleanup.c:125_tx_byte_pool_cleanup()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_byte_pool_delete.c:164_tx_byte_pool_delete()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_byte_release.c:296_tx_byte_release()
susp_thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_event_flags_cleanup.c:98_tx_event_flags_cleanup()
if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_event_flags_cleanup))
tx_event_flags_cleanup.c:128_tx_event_flags_cleanup()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_event_flags_delete.c:160_tx_event_flags_delete()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_event_flags_get.c:304_tx_event_flags_get()
thread_ptr -> tx_thread_suspend_cleanup = &(_tx_event_flags_cleanup);
tx_event_flags_set.c:290_tx_event_flags_set()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_event_flags_set.c:448_tx_event_flags_set()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_mutex_cleanup.c:97_tx_mutex_cleanup()
if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_mutex_cleanup))
tx_mutex_cleanup.c:127_tx_mutex_cleanup()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_mutex_delete.c:196_tx_mutex_delete()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_mutex_get.c:248_tx_mutex_get()
thread_ptr -> tx_thread_suspend_cleanup = &(_tx_mutex_cleanup);
tx_mutex_put.c:507_tx_mutex_put()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_queue_cleanup.c:97_tx_queue_cleanup()
if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_queue_cleanup))
tx_queue_cleanup.c:127_tx_queue_cleanup()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_queue_delete.c:159_tx_queue_delete()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_queue_flush.c:163_tx_queue_flush()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_queue_front_send.c:230_tx_queue_front_send()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_queue_front_send.c:308_tx_queue_front_send()
thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup);
tx_queue_receive.c:220_tx_queue_receive()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_queue_receive.c:344_tx_queue_receive()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_queue_receive.c:403_tx_queue_receive()
thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup);
tx_queue_send.c:226_tx_queue_send()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_queue_send.c:310_tx_queue_send()
thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup);
tx_semaphore_ceiling_put.c:200_tx_semaphore_ceiling_put()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_semaphore_cleanup.c:98_tx_semaphore_cleanup()
if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_semaphore_cleanup))
tx_semaphore_cleanup.c:128_tx_semaphore_cleanup()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_semaphore_delete.c:160_tx_semaphore_delete()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_semaphore_get.c:151_tx_semaphore_get()
thread_ptr -> tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup);
tx_semaphore_put.c:179_tx_semaphore_put()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_thread_terminate.c:209_tx_thread_terminate()
suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup;
tx_thread_timeout.c:133_tx_thread_timeout()
suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup;
tx_thread_wait_abort.c:124_tx_thread_wait_abort()
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_thread_wait_abort.c:144_tx_thread_wait_abort()
suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup;