Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 1001) sorted by relevance

12345678910>>...41

/openbsd/src/gnu/usr.bin/perl/dist/threads/t/
Dstate.t108 ok($thr->is_running(), 'thread running');
109 ok(threads->list(threads::running) == 1, 'thread running list');
116 ok(! $thr->is_running(), 'thread not running');
117 ok(threads->list(threads::running) == 0, 'thread running list');
124 ok(! $thr->is_running(), 'thread not running');
125 ok(threads->list(threads::running) == 0, 'thread running list');
133 ok($thr->is_running(), 'thread running');
134 ok(threads->list(threads::running) == 0, 'thread running list');
141 ok(! $thr->is_running(), 'thread not running');
142 ok(threads->list(threads::running) == 0, 'thread running list');
[all …]
/openbsd/src/sys/netinet6/
Dmld6.c121 int running = 0; in mld6_start_listening() local
142 running = 1; in mld6_start_listening()
145 if (running) { in mld6_start_listening()
147 atomic_store_int(&mld6_timers_are_running, running); in mld6_start_listening()
178 int running = 0; in mld6_input() local
282 running = 1; in mld6_input()
334 if (running) { in mld6_input()
336 atomic_store_int(&mld6_timers_are_running, running); in mld6_input()
347 int running = 0; in mld6_fasttimeo() local
364 running = 1; in mld6_fasttimeo()
[all …]
/openbsd/src/gnu/usr.bin/cvs/
DINSTALL106 DEC Alpha running OSF/1 version 1.3 using cc (about 1.4A2)
107 DEC Alpha running OSF/1 version 2.0 (1.8)
108 DEC Alpha running OSF/1 version 2.1 (about 1.4A2)
109 DEC Alpha running OSF/1 version 3.0 (1.5.95) (footnote 7)
110 DEC Alpha running OSF/1 version 3.2 (1.9)
111 Alpha running alpha-dec-osf4.0 (1.10)
112 DEC Alpha running Digital UNIX v4.0C using gcc 2.7.2.2 (1.9.14)
113 DEC Alpha running VMS 6.2 (1.8.85 client-only)
114 Alpha running NetBSD 1.2E (1.10)
119 HP 9000/710 running HP-UX 8.07A using gcc (about 1.4A2)
[all …]
/openbsd/src/gnu/llvm/llvm/docs/
DOptBisect.rst119 BISECT: running pass (1) Simplify the CFG on function (g)
120 BISECT: running pass (2) SROA on function (g)
121 BISECT: running pass (3) Early CSE on function (g)
122 BISECT: running pass (4) Infer set function attributes on module (test.ll)
123 …BISECT: running pass (5) Interprocedural Sparse Conditional Constant Propagation on module (test.l…
124 BISECT: running pass (6) Global Variable Optimizer on module (test.ll)
125 BISECT: running pass (7) Promote Memory to Register on function (g)
126 BISECT: running pass (8) Dead Argument Elimination on module (test.ll)
127 BISECT: running pass (9) Combine redundant instructions on function (g)
128 BISECT: running pass (10) Simplify the CFG on function (g)
[all …]
/openbsd/src/sys/netinet/
Digmp.c231 int timer, running = 0; in igmp_input_if() local
303 running = 1; in igmp_input_if()
344 running = 1; in igmp_input_if()
478 if (running) { in igmp_input_if()
480 atomic_store_int(&igmp_timers_are_running, running); in igmp_input_if()
493 int i, running = 0; in igmp_joingroup() local
504 running = 1; in igmp_joingroup()
508 if (running) { in igmp_joingroup()
510 atomic_store_int(&igmp_timers_are_running, running); in igmp_joingroup()
538 int running = 0; in igmp_fasttimo() local
[all …]
/openbsd/src/gnu/usr.bin/perl/lib/
DDB.pm9 my ($running, $ready, $deep, $usrctxt, $evalarg,
48 $running = 1; # are we running, or are we stopped?
116 $running = 0;
127 if ($running == 2) { # client wants something eval-ed
129 $running = 0;
131 } until $running;
198 $running = 1;
204 $running = 1;
215 $running = 1;
229 $running = 1;
[all …]
DThread.t45 ok(! $thr->done(), 'Thread running');
80 ok(! $thr->done(), 'Thread running');
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dtaint3 Insecure %s%s while running with -T switch
24 Insecure dependency in chdir while running with -T switch at - line 12.
49 Insecure dependency in chdir while running with -T switch at - line 12.
50 Insecure dependency in chdir while running with -T switch at - line 17.
77 Insecure dependency in chdir while running with -t switch at - line 12.
78 Insecure dependency in chdir while running with -t switch at - line 17.
/openbsd/src/games/worm/
Dworm.c61 int running = 0; variable
155 if (running) { in main()
156 running--; in main()
300 running = RUNLEN; in process()
305 running = RUNLEN/2; in process()
310 running = RUNLEN/2; in process()
315 running = RUNLEN; in process()
353 running = 0; in process()
368 if (!(slow && running)) { in process()
/openbsd/src/sys/dev/pci/drm/i915/gvt/
Dexeclist.c90 struct intel_vgpu_execlist_slot *running = execlist->running_slot; in emulate_execlist_status() local
101 if (running) { in emulate_execlist_status()
102 status.current_execlist_pointer = !!running->index; in emulate_execlist_status()
103 status.execlist_write_pointer = !!!running->index; in emulate_execlist_status()
105 !!!(running->index); in emulate_execlist_status()
107 !!(running->index); in emulate_execlist_status()
185 struct intel_vgpu_execlist_slot *running = execlist->running_slot; in emulate_execlist_ctx_schedule_out() local
187 struct execlist_ctx_descriptor_format *ctx0 = &running->ctx[0]; in emulate_execlist_ctx_schedule_out()
188 struct execlist_ctx_descriptor_format *ctx1 = &running->ctx[1]; in emulate_execlist_ctx_schedule_out()
276 struct intel_vgpu_execlist_slot *running = execlist->running_slot; in emulate_execlist_schedule_in() local
[all …]
/openbsd/src/usr.bin/dig/lib/isc/unix/
Dapp.c50 int running; member
76 ctx->running = 0; in isc_app_ctxstart()
111 if (ctx->running) { in isc_app_ctxonrun()
207 if (!ctx->running) { in isc_app_ctxrun()
208 ctx->running = 1; in isc_app_ctxrun()
239 REQUIRE(ctx->running); in isc_app_ctxshutdown()
/openbsd/src/gnu/usr.bin/perl/Cross/
Dbuild-arm-n770-sh71 echo "running $cmd"
74 echo "running $cmd"
81 echo "running $cmd"
85 echo "running $cmd"
/openbsd/src/sys/arch/macppc/macppc/
Dcpu.c552 int running; member
601 h->running = 0; in cpu_spinup()
621 h->running = -1; in cpu_spinup()
650 h->running = 0; in cpu_spinup()
657 if (h->running) { in cpu_spinup()
749 while (h->running == -1) in cpu_hatch()
756 h->running = 1; in cpu_hatch()
/openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/
DREADME.md27 The results of running some formatter on the input.
30 Errors reported to standard error when running some formatter on the
35 stripped) thrown by running some formatter on the input.
/openbsd/src/gnu/usr.bin/perl/vos/
Dcompile_full_perl.cm3 & using this macro are a VOS Continuum system running
22 &display_line You must be running VOS Release 14.5.0 or later to use this macro.
/openbsd/src/usr.bin/gprof/
Dgprof.flat6 % the percentage of the total running time of the
9 cumulative a running sum of the number of seconds accounted
/openbsd/src/gnu/usr.bin/binutils/gprof/
Dflat_bl.m2 % the percentage of the total running time of the
5 cumulative a running sum of the number of seconds accounted
/openbsd/src/gnu/usr.bin/binutils-2.17/gprof/
Dflat_bl.m2 % the percentage of the total running time of the
5 cumulative a running sum of the number of seconds accounted
/openbsd/src/usr.sbin/smtpd/
Dbounce.c99 static int running = 0; variable
210 running -= 1; in bounce_fd()
247 nmessage, running); in bounce_drain()
250 if (running >= BOUNCE_MAXRUN) { in bounce_drain()
260 if (running >= nmessage) { in bounce_drain()
285 running += 1; in bounce_drain()
691 running -= 1; in bounce_free()
/openbsd/src/gnu/llvm/libcxx/docs/
DTestingLibcxx.rst28 running ``llvm-lit`` on a specified test or directory. If you're unsure
49 target before running the tests manually with ``lit`` when you make any sort of
52 Sometimes you'll want to change the way LIT is running the tests. Custom options
69 like the compiler to use for running the tests, which default compiler and linker
81 ``llvm/utils/lit/lit.py``) to that file. So when you're running
109 building the tests on one host but running them on a different host, which add a
180 For more information about running benchmarks see `Google Benchmark`_.
/openbsd/src/gnu/usr.bin/binutils/gdb/gdbserver/
DREADME17 the GDB running on the host system.
47 On some targets, gdbserver can also attach to running programs. This is
52 PID is the process ID of a currently running process. It isn't necessary
53 to point gdbserver at a binary for the running process.
60 --baud option if the serial line is running at anything except 9600 baud.)
123 should connect to (typically the same as the host running gdb):
/openbsd/src/gnu/usr.bin/binutils/gdb/
DNEWS179 Sun 3, running SunOS 3 m68*-*-sunos3*
180 Sun 3, running SunOS 4 m68*-*-sunos4*
181 Sun 2, running SunOS 3 m68000-*-sunos3*
182 Sun 2, running SunOS 4 m68000-*-sunos4*
183 Motorola 680x0 running LynxOS m68*-*-lynxos*
197 command line option "-i=tui" or by running the separate "gdbtui"
319 Sun 3, running SunOS 3 m68*-*-sunos3*
320 Sun 3, running SunOS 4 m68*-*-sunos4*
321 Sun 2, running SunOS 3 m68000-*-sunos3*
322 Sun 2, running SunOS 4 m68000-*-sunos4*
[all …]
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cpp36 uptr total, running, alive; in CheckThreadQuantity() local
37 registry->GetNumberOfThreads(&total, &running, &alive); in CheckThreadQuantity()
39 EXPECT_EQ(exp_running, running); in CheckThreadQuantity()
/openbsd/src/sys/dev/usb/
Dusbdi.c168 pipe->running, pipe->aborting); in usbd_dump_pipe()
290 xfer, xfer->flags, pipe, pipe->running)); in usbd_transfer()
750 pipe->running = 0; in usb_transfer_complete()
823 pipe->running = 0; in usb_transfer_complete()
837 pipe, pipe->running, xfer->timeout)); in usb_insert_transfer()
847 if (pipe->running) in usb_insert_transfer()
850 pipe->running = 1; in usb_insert_transfer()
881 pipe->running = 0; in usbd_start_next()
886 pipe->running = 0; in usbd_start_next()
/openbsd/src/gnu/llvm/llvm/bindings/python/
DREADME.txt23 Then by running nosetests:
31 To step into the Python debugger while running a test, add the following

12345678910>>...41