HomeSort by: relevance | last modified time | path
    Searched defs:Running (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_recursion_guard.h 35 atomic_uint8_t &Running;
40 : Running(R), Valid(!atomic_exchange(&R, 1, memory_order_acq_rel)) {}
51 atomic_store(&Running, 0, memory_order_release);
  /src/games/robots/
extern.c 45 bool Jump = false; /* Jump while running, counting, or waiting */
49 bool Running = false; /* Currently in the middle of a run */
61 char Run_ch; /* Character for the direction we are running */
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Timer.h 87 bool Running = false; ///< Is the timer currently running?
118 /// Check if the timer is currently running.
119 bool isRunning() const { return Running; }
124 /// Start the timer running. Time between calls to startTimer/stopTimer is
135 /// Return the duration for which this timer has been running.
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu72_discrete.h 524 uint8_t Running;
536 uint8_t Running;
smu73_discrete.h 521 uint8_t Running;
533 uint8_t Running;
smu74_discrete.h 514 uint8_t Running;
526 uint8_t Running;
smu75_discrete.h 526 uint8_t Running;
538 uint8_t Running;

Completed in 22 milliseconds