Home | History | Annotate | Download | only in base

Lines Matching refs:RUNNING

101 // aggregate this running sum *only* for the given thread, we avoid the need to
442 UNINITIALIZED, // Pristine, link-time state before running.
784 // Stopwatch which was running on our thread when this stopwatch was started.
792 enum { CREATED, RUNNING, STOPPED } state_;
794 // Currently running stopwatch that is directly nested in this one, if such