Searched refs:nowait (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_flock.c20 __os_fdlock(env, fhp, offset, acquire, nowait)
23 int acquire, nowait;
46 (fcntl(fhp->fd, nowait ? F_SETLK : F_SETLKW, &fl)), ret);
57 COMPQUIET(nowait, 0);
/macosx-10.10/BerkeleyDB-21/db/os_windows/
H A Dos_flock.c18 __os_fdlock(env, fhp, offset, acquire, nowait)
21 int acquire, nowait;
60 if (nowait)
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dlock001.tcl66 set lockp [$env lock_get -nowait write $locker $obj]
88 catch {$env lock_get -nowait $i $locker $obj} ret
100 set lockp [$env lock_get -nowait $i $locker $obj ]
H A Dlock006.tcl96 set lockp [$env lock_vec -nowait $locker "get $obj write"]
120 set lock2p [$env lock_vec -nowait $locker2 \
127 catch {$env lock_vec -nowait $locker2 \
155 catch {$env lock_vec -nowait $newlocker "get $obj $m"} ret
166 set lockp [$env lock_vec -nowait $newlocker "get $obj $m"]
H A Dlock005.tcl31 set txn1 [$e txn -nowait]
37 set txn2 [$e txn -nowait]
69 set txn1 [$e txn -nowait]
78 set txn2 [$e txn -nowait]
H A Drep052.tcl179 # Turn on nowait.
180 $clientenv rep_config {nowait on}
H A Dmdbscript.tcl111 if {[catch {$dbenv lock_get -nowait write $locker $k} klock] != 0 } {
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dflock.test52 set flockWrongArgs {wrong # args: flock ?-read|-write? ?-nowait? fileId ?start? ?length? ?origin?}
64 } 1 {invalid option "-writx" expected one of "-read", "-write", or "-nowait"}
67 flock -nowait
240 flock -nowait $writeFH
244 flock -nowait $rdwrFH 0 5
248 flock -nowait $rdwrFH 0 5 start
254 flock -nowait $rdwrFH -$rdwrSize 5 end
258 set stat [flock -nowait $rdwrFH 10 12 start]
/macosx-10.10/BerkeleyDB-21/db/env/
H A Denv_register.c21 #define REGISTRY_LOCK(env, pos, nowait) \
22 __os_fdlock(env, (env)->dbenv->registry, (off_t)(pos), 1, nowait)
25 #define REGISTRY_EXCL_LOCK(env, nowait) \
26 REGISTRY_LOCK(env, 1, nowait)
/macosx-10.10/emacs-93/emacs/lisp/
H A Dserver.el435 client nowait eval
447 ((equal "-nowait" arg) (setq nowait t))
491 (server-visit-files files client nowait)
500 (or nowait (push client server-clients))
504 (unless nowait
521 (defun server-visit-files (files client &optional nowait)
557 (unless nowait
/macosx-10.10/emacs-93/emacs/lib-src/
H A Demacsclient.c116 int nowait = 0;
249 nowait = 1;
988 if (nowait)
989 SEND_STRING ("-nowait ");
1039 if (!nowait)
114 int nowait = 0; variable
/macosx-10.10/vim-55/runtime/syntax/
H A Desqlc.vim35 syntax keyword esqlcKeyword nocompress nowait of offline on online start
H A Dsqlj.vim32 syn keyword sqljKeyword nocompress nowait of offline on online start
H A Dsqloracle.vim25 syn keyword sqlKeyword nocompress nowait of offline on online start
H A Diss.vim90 syn keyword issRunFlags hidewizard nowait postinstall runhidden runmaximized
H A Dsqlforms.vim92 syntax keyword sqlKeyword nocompress nowait of offline on online start
H A Dwinbatch.vim49 syn keyword winbatchImplicit notify nowait numlock off on open parsec parseonly pi
H A Dsqr.vim141 syn keyword sqrParam nowait number number-edit-mask on-break
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dange-ftp.el1848 (defun ange-ftp-raw-send-cmd (proc cmd &optional msg cont nowait)
1883 (if nowait
2285 (defun ange-ftp-send-cmd (host user cmd &optional msg cont nowait)
2395 (list (lambda (result line host user cmd msg cont nowait)
2408 nowait)))
2409 host user cmd msg cont nowait)
2410 nowait)
2412 (if nowait
3658 keep-date &optional msg cont nowait)
3726 temp1 temp2 cont nowait)
[all...]
/macosx-10.10/procmail-14/procmail/src/
H A Dformail.c366 { int i,split=0,force=0,bogus=1,every=0,headreply=0,digest=0,nowait=0,keepb=0, local
392 case FM_NOWAIT:nowait=1;Qnext_arg();
551 else if(nrskip>0||nrtotal>=0||every||digest||minfields||nowait)
797 if(!nowait&&*argv) /* wait till the child has finished */
/macosx-10.10/BerkeleyDB-21/db/lock/
H A Dlock_stat.c275 u_int32_t wait, nowait; local
288 &wait, &nowait);
291 (u_long)wait, DB_PCT(wait, wait + nowait), NULL);
/macosx-10.10/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadPoolCmd.c343 int ii, detached = 0, nowait = 0, len;
351 * Syntax: tpool::post ?-detached? ?-nowait? tpoolId script
363 } else if (OPT_CMP(opt, "-nowait")) {
364 nowait = 1;
390 if (nowait && tpoolPtr->numWorkers == 0) {
464 Tcl_WrongNumArgs(interp, 1, objv, "?-detached? ?-nowait? tpoolId script");
341 int ii, detached = 0, nowait = 0, len; local
/macosx-10.10/zsh-61/zsh/Src/
H A Dexec.c392 static int nowait, pline_level = 0; variable
1473 nowait = 0;
1512 if (nowait) {
1547 for (; !nowait;) {
1597 nowait = errflag = 1;
5073 es->nowait = nowait;
5107 nowait = en->nowait;
/macosx-10.10/efax-38/efax/
H A Defax.c2049 /* Dial the phone number given by string s. If nowait is true
2056 int dial ( TFILE *f, char *s, int nowait )
2061 snprintf ( dsbuf, sizeof(dsbuf), nowait ? "D%.126s;" : "D%.127s" , s ) ;
2096 if ( nowait && c == OK ) {
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_command.c2874 int nowait = FALSE; local
2881 "-nowait",
2911 nowait = TRUE;
2925 /* things opened by "open" or set with -nowait */
2928 if (nowait) {

Completed in 376 milliseconds

12