Searched refs:running (Results 26 - 50 of 345) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtktimer2.rb32 command proc{ timer.continue unless timer.running? }
40 command proc{ timer.stop if timer.running? }
H A Dremote-ip_sample.rb6 which running on the other process. For this purpose, Ruby/Tk uses Tcl/Tk's
14 puts 'Please start "wish" (Tcl/Tk shell) before running this sample script.'
H A Dmulti-ip_sample.rb35 command proc{ timer.continue unless timer.running? }
43 command proc{ timer.stop if timer.running? }
H A Dtkoptdb-safeTk.rb7 On the slave interpreter, 'tkoptdb.rb' demo is running.
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dtimer.rb111 if @running == false || @proc_max == 0 || @do_loop == 0
113 @running = false
123 @running = false
203 @running = false
232 [@running, @current_sleep, @current_proc, @current_args,
251 def running?
252 @running
368 return nil if @running
395 @running = true
412 restart() if @running
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libcoshell/
H A Dcowait.c55 * the number of running+zombie jobs
123 n += (co->outstanding + co->svc_outstanding) - (co->running + co->svc_running);
167 errormsg(state.lib, 2, "coshell %d zombie wait %lu timeout=%d outstanding=<%d,%d> running=<%d,%d>", co->index, serial, timeout, co->outstanding, co->svc_outstanding, co->running, co->svc_running);
169 if ((co->outstanding + co->svc_outstanding) > (co->running + co->svc_running))
179 errormsg(state.lib, 2, "coshell %d zombie wait %lu timeout=%d outstanding=<%d,%d> running=<%d,%d> reap job %d", co->index, serial, timeout, co->outstanding, co->svc_outstanding, co->running, co->svc_running, cj->id);
190 if (co->running > 0)
225 errormsg(state.lib, 2, "coshell %d wait %lu.%d timeout=%d outstanding=<%d,%d> running=<%d,%d>", co->index, serial, loop, timeout, co->outstanding, co->svc_outstanding, co->running, c
[all...]
H A Dcokill.c52 co->running--;
59 co->running--;
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.h45 /* Values for the `running' field of a struct process. */
57 int running; /* Non-zero if this process is running. */ member in struct:process
58 char *command; /* The particular program that is running. */
63 #define PRUNNING(p) ((p)->running == PS_RUNNING)
66 #define PEXITED(p) ((p)->running == PS_DONE)
68 # define PRECYCLED(p) ((p)->running == PS_RECYCLED)
88 #define J_FOREGROUND 0x01 /* Non-zero if this is running in the foreground. */
117 int c_living; /* running or stopped child processes */
/macosx-10.10.1/gnutar-453/gnutar/scripts/
H A Ddump-remind.in72 This is an automated report from the backup script running on
95 This is an automated report from the backup script running on
/macosx-10.10.1/ntp-92/scripts/
H A Dntp-status39 echo $HOSTNAME: Not running NTP
/macosx-10.10.1/postfix-255/postfix/conf/
H A Dpostfix-script112 $FATAL the Postfix mail system is already running
137 $FATAL the Postfix mail system is not running
153 $FATAL the Postfix mail system is not running
172 $FATAL the Postfix mail system is not running
182 $FATAL the Postfix mail system is not running
210 $INFO the Postfix mail system is not running
213 $INFO the Postfix mail system is running: PID: `sed 1q pid/master.pid`
/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalDevice.h112 Boolean running; local
113 OSStatus result = AUGraphIsRunning (mAUGraph, &running);
115 return bool(running);
/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/lib/Class/C3/
H A DXS.pm28 a few basic things. The best testing comes from running the
31 This module won't do anything for you if you're running a
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/
H A Dsoapmark.pl36 implementations running in your environment.
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dapp.c61 static isc_boolean_t running = ISC_FALSE; variable
79 * running, even if they're not in the set being waited for. This makes
271 if (running) {
449 if (!running) {
450 running = ISC_TRUE;
566 REQUIRE(running);
607 REQUIRE(running);
652 REQUIRE(running);
671 REQUIRE(running);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmanual.vim24 " If the GUI is already running, may still need to install the FileType menu.
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/times/
H A Dusparc.cc3 For the ultra sparc, SunC 4.0 cc -fast -Xa -xO5, running 'des_opts'
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcookie.h53 bool running; /* state info, for cookie adding information */ member in struct:CookieInfo
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dlibntlmconnect.c102 int running; local
168 multi_perform(multi, &running);
172 if(!running && state == NoMoreHandles)
256 if(!running && num_handles == MAX_EASY_HANDLES) {
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dprocessor_info.h101 boolean_t running; /* is processor running */ member in struct:processor_basic_info
111 struct processor_cpu_load_info { /* number of ticks while running... */
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/utils/
H A Dxo-daemon32 the information about the running processes is kept.
91 Daemon instproc running pid {
94 #[self] report "running returns $r"
105 [self] report "seems already running $pid"
106 if {[[self] running $pid]} {
127 if {![[self] running $pid]} {
143 if {[[self] running $pid]} {
146 #if {[running $pid]} {kill -KILL $pid}
148 [self] report "not running $pid"
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dapp.c124 isc_boolean_t running; member in struct:isc__appctx
178 * running, even if they're not in the set being waited for. This makes
260 ctx->running = ISC_FALSE;
396 if (isc_g_appctx.running) {
588 if (!ctx->running) {
589 ctx->running = ISC_TRUE;
720 REQUIRE(ctx->running);
775 REQUIRE(ctx->running);
840 REQUIRE(isc_g_appctx.running);
859 REQUIRE(isc_g_appctx.running);
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dgametree.el370 (let ((running gametree-default-score)
376 (setq running (funcall minmax running
382 (setq running (funcall minmax running
387 running)))))
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DProcess.inc45 // NOTE: A 32-bit application running under WOW64 is supposed to use
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dinitex.vim15 " Avoid problems if running in 'compatible' mode.

Completed in 166 milliseconds

1234567891011>>