Home
last modified time | relevance | path

Searched refs:tx_thread_suspend_cleanup (Results 1 – 25 of 62) sorted by relevance

123

/ThreadX-v6.2.1/common/src/
Dtx_thread_wait_abort.c127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_thread_wait_abort()
138 else if(thread_ptr -> tx_thread_suspend_cleanup == TX_NULL) in _tx_thread_wait_abort()
159 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_wait_abort()
Dtx_block_pool_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_block_pool_cleanup)) in _tx_block_pool_cleanup()
127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_block_pool_cleanup()
Dtx_byte_pool_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_byte_pool_cleanup)) in _tx_byte_pool_cleanup()
125 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_byte_pool_cleanup()
Dtx_semaphore_cleanup.c98 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_semaphore_cleanup)) in _tx_semaphore_cleanup()
128 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_semaphore_cleanup()
Dtx_event_flags_cleanup.c98 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_event_flags_cleanup)) in _tx_event_flags_cleanup()
128 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_event_flags_cleanup()
Dtx_queue_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_queue_cleanup)) in _tx_queue_cleanup()
127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_cleanup()
Dtx_mutex_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_mutex_cleanup)) in _tx_mutex_cleanup()
127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_mutex_cleanup()
Dtx_queue_receive.c220 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_receive()
344 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_receive()
403 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_receive()
Dtx_thread_timeout.c133 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_timeout()
Dtx_queue_flush.c163 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_flush()
Dtx_queue_front_send.c230 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_front_send()
308 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_front_send()
Dtx_queue_send.c226 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_send()
310 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_send()
/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_wait_abort.c127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_thread_wait_abort()
138 else if(thread_ptr -> tx_thread_suspend_cleanup == TX_NULL) in _tx_thread_wait_abort()
159 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_wait_abort()
Dtx_block_pool_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_block_pool_cleanup)) in _tx_block_pool_cleanup()
127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_block_pool_cleanup()
Dtx_semaphore_cleanup.c98 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_semaphore_cleanup)) in _tx_semaphore_cleanup()
128 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_semaphore_cleanup()
Dtx_byte_pool_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_byte_pool_cleanup)) in _tx_byte_pool_cleanup()
125 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_byte_pool_cleanup()
Dtx_event_flags_cleanup.c98 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_event_flags_cleanup)) in _tx_event_flags_cleanup()
128 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_event_flags_cleanup()
Dtx_queue_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_queue_cleanup)) in _tx_queue_cleanup()
127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_cleanup()
Dtx_mutex_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_mutex_cleanup)) in _tx_mutex_cleanup()
127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_mutex_cleanup()
Dtx_queue_receive.c220 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_receive()
344 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_receive()
403 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_receive()
Dtx_thread_timeout.c133 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_timeout()
Dtx_queue_flush.c163 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_flush()
Dtx_queue_send.c226 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_send()
310 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_send()
Dtx_queue_front_send.c230 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_front_send()
308 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_front_send()
Dtx_block_pool_delete.c160 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_block_pool_delete()

123