Searched refs:running (Results 1 - 25 of 61) sorted by relevance

123

/osnet-11/usr/src/lib/libpctx/common/
H A Dlibpctx.c362 * death-by-terminal-signal while the agent lwp is running.
528 int running = 1; local
548 * been running for weeks, deliver some init_lwp events so
568 * The event handling loop continues while running is 1.
569 * running becomes 0 when either the controlled process has
571 * Otherwise, if an error has occurred, running becomes -1.
573 while (running == 1 && !pctx->terminate) {
589 * If we ever find ourselves running behind i.e. we
639 running = -1;
647 running
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.pm9 my ($running, $ready, $deep, $usrctxt, $evalarg,
48 $running = 1; # are we running, or are we stopped?
126 $running = 0;
134 # Now sit in an event loop until something sets $running
137 if ($running == 2) { # client wants something eval-ed
139 $running = 0;
141 } until $running;
195 # $running = 3 unless @clients;
208 $running
[all...]
H A DBenchmark.t395 like ($got, qr/running\W+a\W+b.*?for at least 0\.1 CPU second/s,
417 unlike ($got, qr/running\W+a\W+b.*?for at least 0\.1 CPU second/s,
H A DBenchmark.pm8 Benchmark - benchmark running times of Perl code
257 calculate the speed of CODE before running it for TIME. The actual
334 Benchmark: running a, b, each for at least 5 CPU seconds...
352 Benchmark: running a, b, each for at least 5 CPU seconds...
839 print "running" unless $style eq 'none';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DCygwin.pm71 Since Perl 5.8.0, if running under taint mode, and if the environment
H A DWin32.pm54 Since Perl 5.8.0, if running under taint mode, and if the environment
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgserv.c535 * If the server is running, make sure that the contents
537 * If the server is not running, check for the log file;
549 boolean_t sync_needed, running; local
563 running = B_FALSE;
570 running = B_TRUE;
574 return (running || sync_needed);
583 /* No need to write contents file; don't start if not running */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToRtf.pm54 If Perldoc is running under MSWin and uses this class as a formatter,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DFast.pm98 scripts by turning them into persistently running server processes.
132 necessary in order to avoid Perl memory leaks in long-running
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DPath.pm77 (if running under VMS) or write access (if running
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm32 Note that, if your code is running under the recommended C<use strict
167 running under Perl version $perlv.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/bin/
H A Dprove160 prove -- A command-line tool for running tests against Test::Harness
180 -v, --verbose Display standard output of test scripts while running them.
188 F<prove> is a command-line interface to the test-running functionality
280 running them, thus ensuring that hidden dependencies in the test
295 Display standard output of test scripts while running them.
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dinstall-sh416 # Don't fail if two instances are running concurrently.
430 # Don't fail if two instances are running concurrently.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2usage.PL98 3 : print the entire manpage (similar to running pod2text)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlivp.PL382 Perl version it was built under. It can be used after running:
462 Correct by running B<h2ph> over your system's C header files. If necessary,
H A Dperlbug.PL545 generated with the help of perlbug $Version running under perl $perl_version.
1035 =item What version of Perl you are running?
1039 =item Are you running the latest released version of perl?
1127 produced by running C<perl -V> (note the uppercase V).
1193 particularly when running perlbug on a machine with no direct internet
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm118 set, the program does not start running (excepting BEGIN blocks of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL304 not-yet-installed extensions. This means that the overhead of running
305 uninstalled extension may be much more than running the same extension after
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm61 obtained by running a C<-DDEBUGGING>-enabled perl interpreter with the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm109 means you plan on running 10 tests. This is a safeguard in case your
115 ultimately be running. In this case, it is permitted for the 1..M
267 used to set perl command line options used for running the test
1046 C<perlcc> before running it.
1103 If true, Test::Harness will output the verbose results of running
1150 Provide a way of running tests quietly (ie. no printing) for automated
H A DSimple.pm95 format lets Test::Harness know how many tests you plan on running in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm72 then a warning is generated if perl is running under C<-w>.
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java179 // this consumer is running (to ensure valid state).
180 // 2. Once stop() determines that this consumer is actually running,
528 case STARTED: // Some options can be set on a running consumer
620 // We should not prevent other consumers from running
773 * stop()} a running consumer while holding the lock on that
779 boolean running = false;
805 running = true;
835 if (running) {
884 * close()} a running consumer while holding the lock on that
986 // prevent other consumers from running concurrentl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm221 when the process is running. In multiprocessor/user/CPU systems this
226 the operating system is running on behalf of the process (such as I/O).
336 may cause problems, especially for long running programs that assume
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm224 C<gecos>, and C<shell> fields are tainted when running in taint mode.

Completed in 374 milliseconds

123