/src/usr.bin/make/unit-tests/ |
opt-no-action-runflags.exp | 4 echo running 7 echo running; false 10 echo running 11 running 14 echo running; false 15 running 19 echo running 22 echo running; false 25 echo running 26 running [all...] |
opt-jobs-no-action.exp | 23 echo "echo running" 25 { echo running 30 echo running; false 33 echo running 34 running 37 echo running; false 38 running 43 { echo running 48 echo running; false 52 echo running [all...] |
sh-flags.exp | 3 echo running 4 running 7 running 10 echo running; false 11 running 15 running 19 echo running 20 running 23 running 26 echo running; fals [all...] |
sh-errctl.exp | 2 TokenPool_Take: pid <pid>, aborting NONE, running 0 17 Running all 21 job 0, status running, flags ---, pid <pid> 25 TokenPool_Take: pid <pid>, aborting NONE, running 0
|
opt-debug-jobs.exp | 2 TokenPool_Take: pid <pid>, aborting NONE, running 0 15 Running all 19 job 0, status running, flags ---, pid <pid> 25 TokenPool_Take: pid <pid>, aborting NONE, running 0
|
sh.mk | 3 # Tests for running shell commands from the targets, or from the != variable
|
shell-custom.mk | 3 # Tests for using a custom shell for running the commands.
|
shell-sh.mk | 3 # Tests for using a bourne shell for running the commands.
|
opt-no-action-runflags.mk | 18 IGNERR.no= echo running 19 IGNERR.yes= -echo running; false
|
deptgt-begin-fail-indirect.mk | 7 # would not stop make from running the main targets. In the end, the exit
|
sh-single-line.mk | 3 # Tests for running single-line shell commands.
|
opt-where-am-i.mk | 4 # at the beginning and end of running make. This is useful when building
|
opt-jobs-no-action.mk | 4 # commands instead of actually running them. 18 # Change the templates for running the commands in jobs mode, to make it 77 IGNERR.no= echo running 78 IGNERR.yes= -echo running; false
|
varname-dot-shell.mk | 4 # running the commands.
|
export-variants.mk | 3 # Test whether exported variables apply to each variant of running
|
gnode-submake.mk | 5 # the number of running jobs.
|
sh-meta-chars.mk | 3 # Tests for running shell commands that contain meta-characters.
|
opt-debug-loud.mk | 4 # running them, ignoring the command line option for silent mode (-s) as
|
shell-ksh.mk | 3 # Tests for using a Korn shell for running the commands.
|
/src/games/worm/ |
worm.c | 76 static int running = 0; variable in typeref:typename:int 156 if (running) 158 running--; 296 case 'H': x--; running = RUNLEN; ch = tolower(ch); break; 297 case 'J': y++; running = RUNLEN/2; ch = tolower(ch); break; 298 case 'K': y--; running = RUNLEN/2; ch = tolower(ch); break; 299 case 'L': x++; running = RUNLEN; ch = tolower(ch); break; 308 default: if (! running) alarm(1); 329 running = 0; 344 if (!(slow && running)) [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
execlist.c | 72 gvt_dbg_el("[before] running slot %d/context %x pending slot %d\n", 85 gvt_dbg_el("[after] running slot %d/context %x pending slot %d\n", 96 struct intel_vgpu_execlist_slot *running = execlist->running_slot; local in function:emulate_execlist_status 108 if (running) { 109 status.current_execlist_pointer = !!running->index; 110 status.execlist_write_pointer = !!!running->index; 112 !!!(running->index); 114 !!(running->index); 196 struct intel_vgpu_execlist_slot *running = execlist->running_slot; local in function:emulate_execlist_ctx_schedule_out 198 struct execlist_ctx_descriptor_format *ctx0 = &running->ctx[0] 288 struct intel_vgpu_execlist_slot *running = execlist->running_slot; local in function:emulate_execlist_schedule_in [all...] |
/src/sys/external/bsd/common/linux/ |
linux_rcu.c | 74 bool running; member in struct:__anonacf366960108 157 * If the GC isn't running anything yet, then all callbacks of 161 * If the GC is already running, however, and there are any 166 * stopped running because there's no work left. 172 if (gc.running) 174 while (gc.running || gc.first_callback || gc.first_kfree) { 261 gc.running = true; 298 gc.running = false;
|
/src/sys/dev/pci/ |
auixpvar.h | 59 int running; member in struct:auixp_dma
|
/src/sys/dev/ |
sequencervar.h | 43 int running; member in struct:syn_timer
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_report.h | 94 bool running; member in struct:__tsan::ReportThread
|