Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_recursion_guard.h35 atomic_uint8_t &Running; variable
40 : Running(R), Valid(!atomic_exchange(&R, 1, memory_order_acq_rel)) {} in RecursionGuard()
51 atomic_store(&Running, 0, memory_order_release); in ~RecursionGuard()
H A Dxray_fdr_logging.cc445 thread_local atomic_uint8_t Running{0}; variable
501 RecursionGuard Guard{Running}; in fdrLoggingHandleArg0()
531 RecursionGuard Guard{Running}; in fdrLoggingHandleArg1()
561 RecursionGuard Guard{Running}; in fdrLoggingHandleCustomEvent()
591 RecursionGuard Guard{Running}; in fdrLoggingHandleTypedEvent()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DTimer.cpp99 Running = Triggered = false; in init()
135 assert(!Running && "Cannot start a running timer"); in startTimer()
136 Running = Triggered = true; in startTimer()
141 assert(Running && "Cannot stop a paused timer"); in stopTimer()
142 Running = false; in stopTimer()
148 Running = Triggered = false; in clear()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DOptBisect.cpp44 StringRef TargetDesc, bool Running) { in printPassMessage() argument
45 StringRef Status = Running ? "" : "NOT "; in printPassMessage()
/freebsd-12.1/contrib/ncurses/misc/
H A Drun_tic.in130 Running $TIC_PATH to install $TERMINFO ...
149 Running $TIC_PATH to install $TERMINFO ...
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTimer.h82 bool Running; ///< Is the timer currently running? variable
114 bool isRunning() const { return Running; } in isRunning()
/freebsd-12.1/contrib/tcsh/nls/C/
H A Dset177 4 Running
/freebsd-12.1/contrib/file/tests/
H A DMakefile.am20 …set -e; for i in $T/*.testfile; do echo Running test: $$i; TZ=UTC MAGIC=$(top_builddir)/magic/magi…
/freebsd-12.1/libexec/rc/rc.d/
H A Dpf72 $pf_program -s Running >/dev/null
/freebsd-12.1/contrib/pjdfstest/
H A DREADME38 Running pjdfstest
/freebsd-12.1/contrib/libxo/doc/
H A Dgetting.rst115 Running the "configure" Script
150 Running the "make" Command
158 Running the Regression Tests
/freebsd-12.1/contrib/xz/
H A DFREEBSD-upgrade20 config.h. Running ``make check'' in the xz source tree is also useful.
/freebsd-12.1/usr.bin/lastcomm/tests/
H A Dvalues.sh29 echo Running commands. This should not take more than 30s.
/freebsd-12.1/tools/tools/sortbench/
H A DREADME3 Running:
/freebsd-12.1/contrib/cortex-strings/
H A Dautogen.sh24 echo Running autoreconf...
/freebsd-12.1/bin/sh/tests/builtins/
H A Dcd4.018 # Running as root, cannot test.
/freebsd-12.1/sys/contrib/libsodium/test/default/
H A Dwintest.bat40 echo Running the test suite:
/freebsd-12.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-12.1/crypto/openssl/crypto/err/
H A DREADME13 Running make errors will then generate a file xxx_err.c, and
/freebsd-12.1/contrib/bsnmp/
H A DREADME27 Running
/freebsd-12.1/contrib/smbfs/
H A DINSTALL49 4. Running
/freebsd-12.1/sys/contrib/libsodium/m4/
H A Dax_valgrind_check.m430 # https://www.gnu.org/software/gnulib/manual/html_node/Running-self_002dtests-under-valgrind.ht…
47 # configured with --enable-valgrind). Running `make check-valgrind` in
/freebsd-12.1/release/picobsd/bridge/
H A DPICOBSD49 # Running with less than 1000 seems to give poor timing on
/freebsd-12.1/contrib/llvm/tools/lld/docs/
H A Dgetting_started.rst3 Getting Started: Building and Running lld
/freebsd-12.1/sys/contrib/zstd/tests/fuzz/
H A DREADME.md44 ### Running Fuzzers

1234