OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Running
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/src/usr.bin/make/unit-tests/
directive-ifnmake.exp
2
Running
the tests
sh-errctl.exp
2
TokenPool_Take: pid <pid>, aborting NONE,
running
0
18
Running
all
22
job 0, status
running
, flags ---, pid <pid>
26
TokenPool_Take: pid <pid>, aborting NONE,
running
0
opt-debug-jobs.exp
2
TokenPool_Take: pid <pid>, aborting NONE,
running
0
16
Running
all
20
job 0, status
running
, flags ---, pid <pid>
26
TokenPool_Take: pid <pid>, aborting NONE,
running
0
dep-colon-bug-cross-file.mk
17
# Oops, even worse.
Running
this test in a make from 2020-09-25 or earlier
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_recursion_guard.h
35
atomic_uint8_t &
Running
;
40
:
Running
(R), Valid(!atomic_exchange(&R, 1, memory_order_acq_rel)) {}
51
atomic_store(&
Running
, 0, memory_order_release);
xray_fdr_logging.cc
445
thread_local atomic_uint8_t
Running
{0};
501
RecursionGuard Guard{
Running
};
531
RecursionGuard Guard{
Running
};
561
RecursionGuard Guard{
Running
};
591
RecursionGuard Guard{
Running
};
/src/external/apache2/llvm/dist/llvm/lib/IR/
OptBisect.cpp
36
StringRef TargetDesc, bool
Running
) {
37
StringRef Status =
Running
? "" : "NOT ";
38
errs() << "BISECT: " << Status << "
running
pass "
/src/games/robots/
move.c
81
if (
Running
)
163
Running
= true;
184
Running
= false;
261
if (
Running
) {
262
Running
= false;
313
Running
= false;
325
return (Jump && (Count ||
Running
|| Waiting));
extern.c
45
bool Jump = false; /* Jump while
running
, counting, or waiting */
49
bool
Running
= false; /* Currently in the middle of a run */
61
char Run_ch; /* Character for the direction we are
running
*/
robots.h
89
extern bool Dead, Full_clear, Jump, Newscore, Real_time,
Running
,
/src/external/apache2/llvm/dist/llvm/lib/Support/
Timer.cpp
82
// info output file before
running
commands which write to it.
117
Running
= Triggered = false;
166
assert(!
Running
&& "Cannot start a
running
timer");
167
Running
= Triggered = true;
173
assert(
Running
&& "Cannot stop a paused timer");
174
Running
= false;
181
Running
= Triggered = false;
/src/external/gpl3/gcc/dist/contrib/
dg-extract-results.sh
57
Running
*.exp chunks should be in correct order.
191
/^
Running
chapter / {
240
/^
Running
target/ { exit }
254
$GREP "
Running
target $VAR" $SUM_FILES > /dev/null && VARIANTS="$VARIANTS $VAR"
272
| $AWK '/^
Running
/ { if ($2 != "target" && $3 == "...") print "EXPFILE: "$2 } ' \
312
/^
Running
target / {
320
/^
Running
.*\\.exp \\.\\.\\./ {
382
print "
Running
"expfiles[n]" ..."
409
/^
Running
target / { curvar = \$3; next }
dglib.pm
142
} elsif(m<^
Running
(?!target )\Q$gccdir\E/?(\S+)> or m<^
Running
(?!target )\S*?((?:gcc|gdb|libstdc\+\+-v3)/testsuite/\S+)>) {
143
# We keep track of the last "
Running
foo/bar/baz.exp" line because
/src/external/gpl3/gcc.old/dist/contrib/
dg-extract-results.sh
54
Running
*.exp chunks should be in correct order.
188
/^
Running
chapter / {
237
/^
Running
target/ { exit }
251
$GREP "
Running
target $VAR" $SUM_FILES > /dev/null && VARIANTS="$VARIANTS $VAR"
269
| $AWK '/^
Running
/ { if ($2 != "target" && $3 == "...") print "EXPFILE: "$2 } ' \
309
/^
Running
target / {
317
/^
Running
.*\\.exp \\.\\.\\./ {
379
print "
Running
"expfiles[n]" ..."
406
/^
Running
target / { curvar = \$3; next }
dglib.pm
142
} elsif(m<^
Running
(?!target )\Q$gccdir\E/?(\S+)> or m<^
Running
(?!target )\S*?((?:gcc|gdb|libstdc\+\+-v3)/testsuite/\S+)>) {
143
# We keep track of the last "
Running
foo/bar/baz.exp" line because
/src/external/gpl3/gdb.old/dist/contrib/
dg-extract-results.sh
57
Running
*.exp chunks should be in correct order.
191
/^
Running
chapter / {
240
/^
Running
target/ { exit }
254
$GREP "
Running
target $VAR" $SUM_FILES > /dev/null && VARIANTS="$VARIANTS $VAR"
272
| $AWK '/^
Running
/ { if ($2 != "target" && $3 == "...") print "EXPFILE: "$2 } ' \
312
/^
Running
target / {
320
/^
Running
.*\\.exp \\.\\.\\./ {
382
print "
Running
"expfiles[n]" ..."
409
/^
Running
target / { curvar = \$3; next }
/src/external/gpl3/gdb/dist/contrib/
dg-extract-results.sh
57
Running
*.exp chunks should be in correct order.
191
/^
Running
chapter / {
240
/^
Running
target/ { exit }
254
$GREP "
Running
target $VAR" $SUM_FILES > /dev/null && VARIANTS="$VARIANTS $VAR"
272
| $AWK '/^
Running
/ { if ($2 != "target" && $3 == "...") print "EXPFILE: "$2 } ' \
312
/^
Running
target / {
320
/^
Running
.*\\.exp \\.\\.\\./ {
382
print "
Running
"expfiles[n]" ..."
409
/^
Running
target / { curvar = \$3; next }
/src/sys/external/isc/libsodium/dist/test/default/
wintest.bat
40
echo
Running
the test suite:
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Timer.h
87
bool
Running
= false; ///< Is the timer currently
running
?
118
/// Check if the timer is currently
running
.
119
bool isRunning() const { return
Running
; }
124
/// Start the timer
running
. Time between calls to startTimer/stopTimer is
135
/// Return the duration for which this timer has been
running
.
/src/external/gpl2/groff/dist/arch/djgpp/
config.bat
70
echo
Running
the ./configure script...
/src/distrib/utils/embedded/
mkimage
383
echo ${bar}
Running
fdisk ${bar}
404
echo ${bar}
Running
fdisk ${bar}
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu72_discrete.h
524
uint8_t
Running
;
536
uint8_t
Running
;
smu73_discrete.h
521
uint8_t
Running
;
533
uint8_t
Running
;
smu74_discrete.h
514
uint8_t
Running
;
526
uint8_t
Running
;
smu75_discrete.h
526
uint8_t
Running
;
538
uint8_t
Running
;
Completed in 26 milliseconds
1
2
Indexes created Wed Apr 15 00:22:22 UTC 2026