| /src/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_recursion_guard.h | 34 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 D | xray_fdr_logging.cpp | 440 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()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | OptBisect.cpp | 36 StringRef TargetDesc, bool Running) { in printPassMessage() argument 37 StringRef Status = Running ? "" : "NOT "; in printPassMessage()
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Timer.cpp | 141 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()
|
| /src/contrib/ncurses/misc/ |
| H A D | run_tic.in | 149 Running $tic_path to install $TICDIR ... 168 Running $tic_path to install $TICDIR ...
|
| /src/contrib/bc/ |
| H A D | MAINTENANCE-TERMS.md | 37 * 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
|
| /src/contrib/bmake/unit-tests/ |
| H A D | directive-ifnmake.exp | 2 Running the tests
|
| H A D | sh-errctl.exp | 17 Running all
|
| H A D | opt-debug-jobs.exp | 15 Running all
|
| /src/sys/contrib/device-tree/Bindings/timer/ |
| H A D | snps,archs-rtc.txt | 1 Synopsys ARC Free Running 64-bit Local Timer for ARC HS CPUs
|
| H A D | snps,archs-gfrc.txt | 1 Synopsys ARC Free Running 64-bit Global Timer for ARC HS CPUs
|
| /src/contrib/tcsh/nls/C/ |
| H A D | set17 | 6 4 Running
|
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Timer.h | 84 bool Running = false; ///< Is the timer currently running? variable 116 bool isRunning() const { return Running; } in isRunning()
|
| /src/contrib/bc/scripts/ |
| H A D | release.pkg.yao | 311 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 …]
|
| /src/libexec/rc/rc.d/ |
| H A D | pf | 90 $pf_program -s Running >/dev/null
|
| /src/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs-dkms.spec.in | 80 echo "Running pre installation script: $0. Parameters: $*" 123 echo "Running post installation script: $0. Parameters: $*" 141 echo "Running pre uninstall script: $0. Parameters: $*"
|
| /src/sys/contrib/openzfs/rpm/generic/ |
| H A D | zfs-dkms.spec.in | 80 echo "Running pre installation script: $0. Parameters: $*" 123 echo "Running post installation script: $0. Parameters: $*" 141 echo "Running pre uninstall script: $0. Parameters: $*"
|
| /src/contrib/pjdfstest/ |
| H A D | README | 38 Running pjdfstest
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | TaskDispatch.cpp | 79 Running = false; in shutdown()
|
| /src/sys/contrib/device-tree/src/arc/ |
| H A D | skeleton_hs_idu.dtsi | 51 /* 64-bit Global Free Running Counter */
|
| /src/crypto/openssl/doc/life-cycles/ |
| H A D | README.md | 17 Running `make` will produce a number of `.txt` and `.png` files.
|
| /src/contrib/libxo/doc/ |
| H A D | getting.rst | 115 Running the "configure" Script 150 Running the "make" Command 158 Running the Regression Tests
|
| /src/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | merge_summary.awk | 52 /Running Time/{
|
| /src/contrib/xz/ |
| H A D | FREEBSD-upgrade | 18 config.h. Running ``make check'' in the xz source tree is also useful.
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 36 if (!Running) in dispatch() 51 Running = false; in shutdown()
|