Searched refs:stopped (Results 1 - 25 of 161) sorted by relevance

1234567

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/stop/
H A Dtst.stop2.d44 stopped = 0;
48 /pid == $1 && stopped == 1/
55 /pid == $1 && stopped == 0/
58 trace("stopped");
59 stopped = 1;
67 /timestamp > timeout && stopped == 1/
69 trace("looks like it really stopped");
H A Dtst.stop1.d44 stopped = 0;
48 /pid == $1 && stopped == 1/
55 /pid == $1 && stopped == 0/
58 trace("stopped");
59 stopped = 1;
67 /timestamp > timeout && stopped == 1/
69 trace("looks like it really stopped");
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-error.exp3 make: stopped in unit-tests
H A Djobs-error-indirect.exp4 make: stopped in unit-tests
7 make: stopped in unit-tests
H A Djobs-error-nested-make.exp5 make: stopped in unit-tests
8 make: stopped in unit-tests
10 make: stopped in unit-tests
H A Ddeptgt-end-fail-indirect.exp6 make: stopped in unit-tests
H A Ddep-none.exp3 make: stopped in unit-tests
H A Ddeptgt-begin-fail-indirect.exp5 make: stopped in unit-tests
H A Ddeptgt-begin-fail.exp5 make: stopped in unit-tests
H A Djobs-error-nested.exp5 make: stopped in unit-tests
8 make: stopped in unit-tests
11 make: stopped in unit-tests
14 make: stopped in unit-tests
H A Ddeptgt-end-fail-all.exp6 make: stopped in unit-tests
H A Ddeptgt-path-suffix.exp3 make: stopped in unit-tests
H A Dopt-keep-going-indirect.exp6 make: stopped in unit-tests
13 make: stopped in unit-tests
22 make: stopped in unit-tests
29 make: stopped in unit-tests
H A Ddirective-include-fatal.exp3 make: stopped in unit-tests
H A Dcond-op-and-lint.exp3 make: stopped in unit-tests
H A Dcond-op-or-lint.exp3 make: stopped in unit-tests
H A Ddirective-endfor.exp3 make: stopped in unit-tests
H A Ddirective-hyphen-include.exp3 make: stopped in unit-tests
H A Ddirective-sinclude.exp3 make: stopped in unit-tests
H A Ddirective-dinclude.exp3 make: stopped in unit-tests
H A Ddep-op-missing.exp3 make: stopped in unit-tests
H A Dvar-recursive.exp5 make: stopped in unit-tests
9 make: stopped in unit-tests
14 make: stopped in unit-tests
18 make: stopped in unit-tests
H A Drecursive.exp4 make: stopped in unit-tests
H A Ddirective-for-null.exp5 make: stopped in unit-tests
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dmac.c11 bool stopped = false; local
32 stopped = true;
36 if (force && !stopped) {

Completed in 140 milliseconds

1234567