Searched refs:suspend_cleanup (Results 1 – 6 of 6) sorted by relevance
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_thread_timeout.c | 84 VOID (*suspend_cleanup)(struct TX_THREAD_STRUCT *suspend_thread_ptr, ULONG suspension_se… in _tx_thread_timeout() local 132 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_timeout() 152 if (suspend_cleanup != TX_NULL) in _tx_thread_timeout() 156 (suspend_cleanup)(thread_ptr, suspension_sequence); in _tx_thread_timeout()
|
D | tx_thread_terminate.c | 84 VOID (*suspend_cleanup)(struct TX_THREAD_STRUCT *suspend_thread_ptr, ULONG suspension_sequen… in _tx_thread_terminate() local 102 …ead_ptr, thread_ptr -> tx_thread_state, TX_POINTER_TO_ULONG_CONVERT(&suspend_cleanup), 0, TX_TRACE… in _tx_thread_terminate() 208 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_terminate() 228 if (suspend_cleanup != TX_NULL) in _tx_thread_terminate() 232 (suspend_cleanup)(thread_ptr, suspension_sequence); in _tx_thread_terminate()
|
D | tx_thread_wait_abort.c | 83 VOID (*suspend_cleanup)(struct TX_THREAD_STRUCT *suspend_thread_ptr, ULONG suspension_se… in _tx_thread_wait_abort() local 158 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_wait_abort() 185 (suspend_cleanup)(thread_ptr, suspension_sequence); in _tx_thread_wait_abort() local
|
/ThreadX-v6.4.1/common/src/ |
D | tx_thread_timeout.c | 84 VOID (*suspend_cleanup)(struct TX_THREAD_STRUCT *suspend_thread_ptr, ULONG suspension_se… in _tx_thread_timeout() local 132 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_timeout() 152 if (suspend_cleanup != TX_NULL) in _tx_thread_timeout() 156 (suspend_cleanup)(thread_ptr, suspension_sequence); in _tx_thread_timeout()
|
D | tx_thread_terminate.c | 84 VOID (*suspend_cleanup)(struct TX_THREAD_STRUCT *suspend_thread_ptr, ULONG suspension_sequen… in _tx_thread_terminate() local 102 …ead_ptr, thread_ptr -> tx_thread_state, TX_POINTER_TO_ULONG_CONVERT(&suspend_cleanup), 0, TX_TRACE… in _tx_thread_terminate() 208 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_terminate() 228 if (suspend_cleanup != TX_NULL) in _tx_thread_terminate() 232 (suspend_cleanup)(thread_ptr, suspension_sequence); in _tx_thread_terminate()
|
D | tx_thread_wait_abort.c | 83 VOID (*suspend_cleanup)(struct TX_THREAD_STRUCT *suspend_thread_ptr, ULONG suspension_se… in _tx_thread_wait_abort() local 158 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_wait_abort() 185 (suspend_cleanup)(thread_ptr, suspension_sequence); in _tx_thread_wait_abort() local
|