Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/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.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/contrib/llvm-project/llvm/lib/IR/
H A DOptBisect.cpp36 StringRef TargetDesc, bool Running) { in printPassMessage() argument
37 StringRef Status = Running ? "" : "NOT "; in printPassMessage()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/ncurses/misc/
H A Drun_tic.in137 Running $TIC_PATH to install $TERMINFO ...
157 Running $TIC_PATH to install $TERMINFO ...
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-ifnmake.exp2 Running the tests
H A Dsh-errctl.exp17 Running all
H A Dopt-debug-jobs.exp15 Running all
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dsnps,archs-gfrc.txt1 Synopsys ARC Free Running 64-bit Global Timer for ARC HS CPUs
H A Dsnps,archs-rtc.txt1 Synopsys ARC Free Running 64-bit Local Timer for ARC HS CPUs
/freebsd/contrib/tcsh/nls/C/
H A Dset176 4 Running
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h84 bool Running = false; ///< Is the timer currently running? variable
116 bool isRunning() const { return Running; } in isRunning()
/freebsd/libexec/rc/rc.d/
H A Dpf90 $pf_program -s Running >/dev/null
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-dkms.spec.in74 echo "Running pre installation script: $0. Parameters: $*"
117 echo "Running post installation script: $0. Parameters: $*"
135 echo "Running pre uninstall script: $0. Parameters: $*"
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs-dkms.spec.in74 echo "Running pre installation script: $0. Parameters: $*"
117 echo "Running post installation script: $0. Parameters: $*"
135 echo "Running pre uninstall script: $0. Parameters: $*"
/freebsd/contrib/pjdfstest/
H A DREADME38 Running pjdfstest
/freebsd/sys/contrib/device-tree/src/arc/
H A Dskeleton_hs_idu.dtsi51 /* 64-bit Global Free Running Counter */
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DTaskDispatch.cpp79 Running = false; in shutdown()
/freebsd/crypto/openssl/doc/life-cycles/
H A DREADME.md17 Running `make` will produce a number of `.txt` and `.png` files.
/freebsd/contrib/libxo/doc/
H A Dgetting.rst115 Running the "configure" Script
150 Running the "make" Command
158 Running the Regression Tests
/freebsd/crypto/openssl/test/
H A DREADME.md65 see section Running Selected Tests below.
67 Running Selected Tests
133 Running Tests in Parallel
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dmerge_summary.awk52 /Running Time/{
/freebsd/contrib/xz/
H A DFREEBSD-upgrade18 config.h. Running ``make check'' in the xz source tree is also useful.
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp36 if (!Running) in dispatch()
51 Running = false; in shutdown()
/freebsd/usr.bin/lastcomm/tests/
H A Dvalues.sh28 echo Running commands. This should not take more than 30s.

1234