Home
last modified time | relevance | path

Searched refs:suspend_cleanup (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_timeout.c85 VOID (*suspend_cleanup)(struct TX_THREAD_STRUCT *suspend_thread_ptr, ULONG suspension_se… in _tx_thread_timeout() local
133 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_timeout()
153 if (suspend_cleanup != TX_NULL) in _tx_thread_timeout()
157 (suspend_cleanup)(thread_ptr, suspension_sequence); in _tx_thread_timeout()
Dtx_thread_terminate.c85 VOID (*suspend_cleanup)(struct TX_THREAD_STRUCT *suspend_thread_ptr, ULONG suspension_sequen… in _tx_thread_terminate() local
103 …ead_ptr, thread_ptr -> tx_thread_state, TX_POINTER_TO_ULONG_CONVERT(&suspend_cleanup), 0, TX_TRACE… in _tx_thread_terminate()
209 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_terminate()
229 if (suspend_cleanup != TX_NULL) in _tx_thread_terminate()
233 (suspend_cleanup)(thread_ptr, suspension_sequence); in _tx_thread_terminate()
Dtx_thread_wait_abort.c84 VOID (*suspend_cleanup)(struct TX_THREAD_STRUCT *suspend_thread_ptr, ULONG suspension_se… in _tx_thread_wait_abort() local
159 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_wait_abort()
186 (suspend_cleanup)(thread_ptr, suspension_sequence); in _tx_thread_wait_abort() local
/ThreadX-v6.3.0/common/src/
Dtx_thread_timeout.c85 VOID (*suspend_cleanup)(struct TX_THREAD_STRUCT *suspend_thread_ptr, ULONG suspension_se… in _tx_thread_timeout() local
133 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_timeout()
153 if (suspend_cleanup != TX_NULL) in _tx_thread_timeout()
157 (suspend_cleanup)(thread_ptr, suspension_sequence); in _tx_thread_timeout()
Dtx_thread_terminate.c85 VOID (*suspend_cleanup)(struct TX_THREAD_STRUCT *suspend_thread_ptr, ULONG suspension_sequen… in _tx_thread_terminate() local
103 …ead_ptr, thread_ptr -> tx_thread_state, TX_POINTER_TO_ULONG_CONVERT(&suspend_cleanup), 0, TX_TRACE… in _tx_thread_terminate()
209 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_terminate()
229 if (suspend_cleanup != TX_NULL) in _tx_thread_terminate()
233 (suspend_cleanup)(thread_ptr, suspension_sequence); in _tx_thread_terminate()
Dtx_thread_wait_abort.c84 VOID (*suspend_cleanup)(struct TX_THREAD_STRUCT *suspend_thread_ptr, ULONG suspension_se… in _tx_thread_wait_abort() local
159 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_wait_abort()
186 (suspend_cleanup)(thread_ptr, suspension_sequence); in _tx_thread_wait_abort() local