Home
last modified time | relevance | path

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

1234

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_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()
HDxray_fdr_logging.cpp440 thread_local atomic_uint8_t Running{0}; variable
496 RecursionGuard Guard{Running}; in fdrLoggingHandleArg0()
526 RecursionGuard Guard{Running}; in fdrLoggingHandleArg1()
556 RecursionGuard Guard{Running}; in fdrLoggingHandleCustomEvent()
586 RecursionGuard Guard{Running}; in fdrLoggingHandleTypedEvent()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDOptBisect.cpp36 StringRef TargetDesc, bool Running) { in printPassMessage() argument
37 StringRef Status = Running ? "" : "NOT "; in printPassMessage()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDTimer.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()
/freebsd-13-stable/contrib/ncurses/misc/
HDrun_tic.in138 Running $TIC_PATH to install $TERMINFO ...
158 Running $TIC_PATH to install $TERMINFO ...
/freebsd-13-stable/contrib/bmake/unit-tests/
HDdirective-ifnmake.exp2 Running the tests
HDsh-errctl.exp17 Running all
HDopt-debug-jobs.exp15 Running all
/freebsd-13-stable/sys/contrib/device-tree/Bindings/timer/
Dsnps,archs-gfrc.txt1 Synopsys ARC Free Running 64-bit Global Timer for ARC HS CPUs
Dsnps,archs-rtc.txt1 Synopsys ARC Free Running 64-bit Local Timer for ARC HS CPUs
/freebsd-13-stable/contrib/tcsh/nls/C/
HDset176 4 Running
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDTimer.h84 bool Running = false; ///< Is the timer currently running? variable
116 bool isRunning() const { return Running; } in isRunning()
/freebsd-13-stable/libexec/rc/rc.d/
HDpf87 $pf_program -s Running >/dev/null
/freebsd-13-stable/sys/contrib/device-tree/src/arc/
HDskeleton_hs_idu.dtsi51 /* 64-bit Global Free Running Counter */
/freebsd-13-stable/contrib/pjdfstest/
HDREADME38 Running pjdfstest
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDTaskDispatch.cpp79 Running = false; in shutdown()
/freebsd-13-stable/sys/contrib/openzfs/rpm/generic/
HDzfs-dkms.spec.in73 echo "Running pre installation script: $0. Parameters: $*"
116 echo "Running post installation script: $0. Parameters: $*"
134 echo "Running pre uninstall script: $0. Parameters: $*"
/freebsd-13-stable/sys/contrib/openzfs/rpm/redhat/
Dzfs-dkms.spec.in73 echo "Running pre installation script: $0. Parameters: $*"
116 echo "Running post installation script: $0. Parameters: $*"
134 echo "Running pre uninstall script: $0. Parameters: $*"
/freebsd-13-stable/contrib/libxo/doc/
HDgetting.rst115 Running the "configure" Script
150 Running the "make" Command
158 Running the Regression Tests
/freebsd-13-stable/contrib/xz/
HDFREEBSD-upgrade18 config.h. Running ``make check'' in the xz source tree is also useful.
/freebsd-13-stable/usr.bin/lastcomm/tests/
HDvalues.sh28 echo Running commands. This should not take more than 30s.
/freebsd-13-stable/bin/sh/tests/builtins/
HDcd4.017 # Running as root, cannot test.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
HDSimpleRemoteEPCServer.cpp36 if (!Running) in dispatch()
51 Running = false; in shutdown()
/freebsd-13-stable/tools/tools/sortbench/
HDREADME2 Running:
/freebsd-13-stable/contrib/cortex-strings/
HDautogen.sh24 echo Running autoreconf...

1234