Searched refs:saved_posture (Results 1 – 3 of 3) sorted by relevance
78 UINT saved_posture; in _tx_trace_interrupt_control() local84 …X_ULONG_TO_POINTER_CONVERT(new_posture), TX_POINTER_TO_ULONG_CONVERT(&saved_posture), 0, 0, TX_TRA… in _tx_trace_interrupt_control()90 saved_posture = _tx_thread_interrupt_control(new_posture); in _tx_trace_interrupt_control()93 return(saved_posture); in _tx_trace_interrupt_control()96 UINT saved_posture; in _tx_trace_interrupt_control()99 saved_posture = _tx_thread_interrupt_control(new_posture); in _tx_trace_interrupt_control()102 return(saved_posture); in _tx_trace_interrupt_control()
79 UINT saved_posture; in _tx_timer_interrupt() local83 saved_posture = _tx_thread_smp_protect(); in _tx_timer_interrupt()136 _tx_thread_smp_unprotect(saved_posture); in _tx_timer_interrupt()