Symbol Description Uses
timerStatus START/STOP/RUNNING Status of the timer 7



File Line number Procedure Code
./eesupp/src/timers.F 141 TIMER_CONTROL
      INTEGER timerStatus( maxTimers , MAX_NO_THREADS)
./eesupp/src/timers.F 142 TIMER_CONTROL
      SAVE    timerStatus
./eesupp/src/timers.F 206 TIMER_CONTROL
            timerStatus(iTimer,myThreadId)   = STOPPED
./eesupp/src/timers.F 208 TIMER_CONTROL
        IF ( timerStatus(iTimer,myThreadId) .NE. RUNNING ) THEN
./eesupp/src/timers.F 213 TIMER_CONTROL
          timerStatus(iTimer,myThreadId) = RUNNING
./eesupp/src/timers.F 219 TIMER_CONTROL
        IF ( timerStatus(iTimer,myThreadId) .EQ. RUNNING ) THEN
./eesupp/src/timers.F 233 TIMER_CONTROL
          timerStatus(iTimer,myThreadId)  = STOPPED