Home
last modified time | relevance | path

Searched refs:Running (Results 1 – 25 of 99) 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.cpp41 bool Running) { in printPassMessage() argument
42 StringRef Status = Running ? "" : "NOT "; in printPassMessage()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp100 Running = Triggered = false; in init()
150 assert(!Running && "Cannot start a running timer"); in startTimer()
151 Running = Triggered = true; in startTimer()
159 assert(Running && "Cannot stop a paused timer"); in stopTimer()
160 Running = false; in stopTimer()
169 Running = Triggered = false; in clear()
/freebsd/contrib/ncurses/misc/
H A Drun_tic.in149 Running $tic_path to install $TICDIR ...
168 Running $tic_path to install $TICDIR ...
/freebsd/contrib/bc/
H A DMAINTENANCE-TERMS.md37 * Running my [release script][2].
38 * Running tests and my [release script][2] on macOS.
51 * Running my [release script][2] or any other compute time on Windows
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-ifnmake.exp2 Running the tests
H A Dsh-errctl.exp18 Running all
H A Dopt-debug-jobs.exp16 Running all
/freebsd/contrib/llvm-project/lldb/source/Host/aix/
H A DHost.cpp31 Running, enumerator
64 State = ProcessState::Running; in GetStatusInfo()
/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/bc/scripts/
H A Drelease.pkg.yao311 hdr := "Running configure.sh " +~ all_flags +~
432 header("Running `make` tests");
460 header("Running Rig tests");
502 "Running tests with configure flags and `make`";
566 "Running tests with Rig";
983 header("Running Karatsuba tests");
998 header("Running Karatsuba tests");
1016 header("Running Valgrind under `make`");
1050 header("Running Valgrind under Rig");
1334 header("Running math library under --standard with Rig");
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h87 bool Running = false; ///< Is the timer currently running? variable
120 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/generic/
H A Dzfs-dkms.spec.in80 echo "Running pre installation script: $0. Parameters: $*"
123 echo "Running post installation script: $0. Parameters: $*"
141 echo "Running pre uninstall script: $0. Parameters: $*"
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-dkms.spec.in80 echo "Running pre installation script: $0. Parameters: $*"
123 echo "Running post installation script: $0. Parameters: $*"
141 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/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/contrib/xz/
H A DFREEBSD-upgrade18 config.h. Running ``make check'' in the xz source tree is also useful.
/freebsd/crypto/openssl/demos/guide/
H A DREADME.md11 Running the TLS Demos
51 Running the QUIC Demos
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp35 if (!Running) in dispatch()
50 Running = false; in shutdown()

1234