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



File Line number Procedure Code
./eesupp/src/timers.F 146 TIMER_CONTROL
      INTEGER timerStatus( maxTimers , MAX_NO_THREADS)
./eesupp/src/timers.F 147 TIMER_CONTROL
      SAVE    timerStatus
./eesupp/src/timers.F 260 TIMER_CONTROL
            timerStatus(iTimer,myThreadId)   = STOPPED
./eesupp/src/timers.F 262 TIMER_CONTROL
        IF ( timerStatus(iTimer,myThreadId) .NE. RUNNING ) THEN
./eesupp/src/timers.F 267 TIMER_CONTROL
          timerStatus(iTimer,myThreadId) = RUNNING
./eesupp/src/timers.F 297 TIMER_CONTROL
        IF ( timerStatus(iTimer,myThreadId) .EQ. RUNNING ) THEN
./eesupp/src/timers.F 335 TIMER_CONTROL
          timerStatus(iTimer,myThreadId)  = STOPPED