Searched refs:this_alarm (Results 1 – 1 of 1) sorted by relevance
4027 OSEK_ALARM *this_alarm; in IncrCounter() local4099 this_alarm = (OSEK_ALARM *)alarmid; in IncrCounter()4102 if((this_alarm == TX_NULL) || (this_alarm->osek_alarm_id != OSEK_ALARM_ID)) in IncrCounter()4108 if ( this_alarm->armed == TX_FALSE) in IncrCounter()4114 this_alarm->counter_rollback = TX_TRUE; in IncrCounter()4135 this_alarm = (OSEK_ALARM *)alarmid; in IncrCounter()4138 if((this_alarm == TX_NULL) || (this_alarm->osek_alarm_id != OSEK_ALARM_ID)) in IncrCounter()4144 …if (this_alarm->armed == TX_FALSE) /* This alarm is not armed, go to check nex… in IncrCounter()4150 if (this_alarm->rel_abs_mode == RELATIVE_ALARM) in IncrCounter()4153 if (cntr_ptr->counter_value < this_alarm->expiration_count) in IncrCounter()[all …]