Home
last modified time | relevance | path

Searched refs:Running (Results 1 – 25 of 134) sorted by relevance

123456

/openbsd-src/games/robots/
H A Dmove.c75 if (Running) in get_move()
165 Running = TRUE; in get_move()
189 Running = FALSE; in get_move()
274 if (Running) { in do_move()
275 Running = FALSE; in do_move()
325 Running = FALSE; in reset_count()
337 return (Jump && (Count || Running || Waiting)); in jumping()
H A Dextern.c44 bool Running = FALSE; /* Currently in the middle of a run */ variable
H A Drobots.h82 extern bool Dead, Full_clear, Jump, Newscore, Real_time, Running,
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_recursion_guard.h34 atomic_uint8_t &Running; variable
39 : Running(R), Valid(!atomic_exchange(&R, 1, memory_order_acq_rel)) {} in RecursionGuard()
50 atomic_store(&Running, 0, memory_order_release); in ~RecursionGuard()
H A Dxray_fdr_logging.cpp443 thread_local atomic_uint8_t Running{0}; variable
499 RecursionGuard Guard{Running}; in fdrLoggingHandleArg0()
529 RecursionGuard Guard{Running}; in fdrLoggingHandleArg1()
559 RecursionGuard Guard{Running}; in fdrLoggingHandleCustomEvent()
589 RecursionGuard Guard{Running}; in fdrLoggingHandleTypedEvent()
/openbsd-src/gnu/llvm/lldb/examples/test/
H A Dusage-pre-post-flight47 Running pre-flight function:
50 Running post-flight function:
55 Running pre-flight function:
58 Running post-flight function:
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DOptBisect.cpp36 StringRef TargetDesc, bool Running) { in printPassMessage() argument
37 StringRef Status = Running ? "" : "NOT "; in printPassMessage()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTimer.cpp141 Running = Triggered = false; in init()
191 assert(!Running && "Cannot start a running timer"); in startTimer()
192 Running = Triggered = true; in startTimer()
198 assert(Running && "Cannot stop a paused timer"); in stopTimer()
199 Running = false; in stopTimer()
206 Running = Triggered = false; in clear()
/openbsd-src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/
H A D01_IPC-Cmd.t111 diag( "Running '$pp_cmd'") if $Verbose;
129 { diag( "Running list mode" ) if $Verbose;
200 diag( "Running config: IPC::Run: $pref->[0] IPC::Open3: $pref->[1]" )
229 diag( "Running config: IPC::Run: $pref->[0] IPC::Open3: $pref->[1]" )
244 diag( "Running config: IPC::Run: $pref->[0] IPC::Open3: $pref->[1]" )
/openbsd-src/etc/
H A Ddaily44 start_part "Running daily.local:"
142 next_part "Running calendar in the background:"
155 next_part "Running rdist:"
175 start_part "Running security(8):"
H A Dmonthly43 start_part "Running monthly.local:"
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A D20_skip.t
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DTaskDispatch.cpp42 Running = false; in shutdown()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTimer.h86 bool Running = false; ///< Is the timer currently running? variable
118 bool isRunning() const { return Running; } in isRunning()
/openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-target-fuzzer/
H A DCMakeLists.txt23 COMMENT "Running the LLDB target fuzzer..."
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-ranlib.rst18 Running :program:`llvm-ranlib` is equivalent to running ``llvm-ar s``.
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/
H A DREADME.txt39 Running clang-fuzzer
64 Running clang-objc-fuzzer
106 Running clang-proto-fuzzer
/openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/
H A DCMakeLists.txt27 COMMENT "Running the LLDB command interpreter fuzzer..."
/openbsd-src/gnu/llvm/lldb/docs/resources/
H A Dfuzzing.rst39 Running the fuzzers
52 …e arguments that provide better fuzzing for the components being tested. Running the fuzzers this …
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp34 if (!Running) in dispatch()
49 Running = false; in shutdown()
/openbsd-src/gnu/llvm/lldb/source/Host/linux/
H A DHost.cpp47 Running, enumerator
100 .Case("R", ProcessState::Running) in GetStatusInfo()
/openbsd-src/gnu/llvm/llvm/utils/lit/
H A DCMakeLists.txt23 add_lit_testsuite(check-lit "Running lit's tests"
/openbsd-src/
H A DMakefile49 @echo Running regression tests...
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DTaskDispatch.h121 bool Running = true; variable
/openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/
H A DCMakeLists.txt54 COMMENT "Running the LLDB expression evaluator fuzzer..."

123456