Home
last modified time | relevance | path

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

1234

/freebsd-13.1/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.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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DOptBisect.cpp34 StringRef TargetDesc, bool Running) { in printPassMessage() argument
35 StringRef Status = Running ? "" : "NOT "; in printPassMessage()
/freebsd-13.1/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-13.1/contrib/ncurses/misc/
H A Drun_tic.in138 Running $TIC_PATH to install $TERMINFO ...
158 Running $TIC_PATH to install $TERMINFO ...
/freebsd-13.1/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-13.1/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-13.1/contrib/tcsh/nls/C/
H A Dset176 4 Running
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h87 bool Running = false; ///< Is the timer currently running? variable
119 bool isRunning() const { return Running; } in isRunning()
/freebsd-13.1/libexec/rc/rc.d/
H A Dpf88 $pf_program -s Running >/dev/null
/freebsd-13.1/sys/contrib/device-tree/src/arc/
H A Dskeleton_hs_idu.dtsi51 /* 64-bit Global Free Running Counter */
/freebsd-13.1/contrib/pjdfstest/
H A DREADME38 Running pjdfstest
/freebsd-13.1/contrib/libxo/doc/
H A Dgetting.rst115 Running the "configure" Script
150 Running the "make" Command
158 Running the Regression Tests
/freebsd-13.1/contrib/xz/
H A DFREEBSD-upgrade20 config.h. Running ``make check'' in the xz source tree is also useful.
/freebsd-13.1/usr.bin/lastcomm/tests/
H A Dvalues.sh29 echo Running commands. This should not take more than 30s.
/freebsd-13.1/contrib/cortex-strings/
H A Dautogen.sh24 echo Running autoreconf...
/freebsd-13.1/bin/sh/tests/builtins/
H A Dcd4.018 # Running as root, cannot test.
/freebsd-13.1/tools/tools/sortbench/
H A DREADME3 Running:
/freebsd-13.1/sys/contrib/libsodium/test/default/
H A Dwintest.bat40 echo Running the test suite:
/freebsd-13.1/crypto/openssl/crypto/err/
H A DREADME13 Running make errors will then generate a file xxx_err.c, and
/freebsd-13.1/contrib/ntp/util/
H A Dntp-keygen.texi32 * Running the Program::
56 @node Description, Running the Program, Top, Top
126 @node Running the Program, Random Seed File, Description, Top
128 @section Running the Program
177 @node Random Seed File, Cryptographic Data Files, Running the Program, Top
/freebsd-13.1/contrib/bsnmp/
H A DREADME27 Running

1234