Searched refs:RCL_CommandStatus_HardStopTimeout (Results 1 – 2 of 2) sorted by relevance
103 …RCL_CommandStatus_HardStopTimeout = 0x38, /*!< Command ended because hard stop time was reac… enumerator130 #define RCL_CommandStatus_isAnyHardStop(x) (((x) >= RCL_CommandStatus_HardStopTimeout) && ((x…131 …) (((x) == RCL_CommandStatus_GracefulStopTimeout) || ((x) == RCL_CommandStatus_HardStopTimeout))
112 status = RCL_CommandStatus_HardStopTimeout; in RCL_Scheduler_findStopStatus()