Searched refs:saved_posture (Results 1 – 3 of 3) sorted by relevance
79 UINT saved_posture; in _tx_trace_interrupt_control() local85 …X_ULONG_TO_POINTER_CONVERT(new_posture), TX_POINTER_TO_ULONG_CONVERT(&saved_posture), 0, 0, TX_TRA… in _tx_trace_interrupt_control()91 saved_posture = _tx_thread_interrupt_control(new_posture); in _tx_trace_interrupt_control()94 return(saved_posture); in _tx_trace_interrupt_control()97 UINT saved_posture; in _tx_trace_interrupt_control()100 saved_posture = _tx_thread_interrupt_control(new_posture); in _tx_trace_interrupt_control()103 return(saved_posture); in _tx_trace_interrupt_control()
80 UINT saved_posture; in _tx_timer_interrupt() local84 saved_posture = _tx_thread_smp_protect(); in _tx_timer_interrupt()137 _tx_thread_smp_unprotect(saved_posture); in _tx_timer_interrupt()