Home
last modified time | relevance | path

Searched refs:WAIT (Results 1 – 24 of 24) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DStatus003Test.java94 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) { in testStatus004()
98 + Integer.toHexString(JDWPConstants.ThreadStatus.WAIT) in testStatus004()
99 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.WAIT) + ")"); in testStatus004()
DStatus004Test.java93 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) { in testStatus005()
97 + Integer.toHexString(JDWPConstants.ThreadStatus.WAIT) in testStatus005()
98 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.WAIT) + ")"); in testStatus005()
/external/toybox/toys/pending/
Dinit.c36 #define WAIT 0x02 macro
306 if (x->action & (SHUTDOWN|ONCE|SYSINIT|CTRLALTDEL|WAIT)) { in run_action_from_list()
309 if (x->action & (SHUTDOWN|SYSINIT|CTRLALTDEL|WAIT)) waitforpid(pid); in run_action_from_list()
478 run_action_from_list(WAIT); in init_main()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceThreadTest.java103 private static boolean WAIT = true; field in ICUServiceThreadTest
114 WAIT = false; in runThreads()
118 WAIT = true; in runThreads()
142 while (WAIT) { in run()
/external/compiler-rt/test/asan/TestCases/Posix/
Dwait.cc24 #if defined(WAIT) in main()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java48 public static final byte WAIT = 4; field in JDWPConstants.ThreadStatus
67 case WAIT: in getName()
/external/libvncserver/rfb/
Drfb.h73 #define WAIT(cond,mutex) (rfbLog("%s:%d WAIT(%s,%s)\n",__FILE__,__LINE__,#cond,#mutex), pthread_con…
87 #define WAIT(cond,mutex) pthread_cond_wait(&(cond),&(mutex)) macro
100 #define WAIT(cond,mutex) this_is_unsupported
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DAllThreadsTest.java160 || threadStatus == JDWPConstants.ThreadStatus.WAIT) { in testAllThreads002()
/external/deqp/doc/testspecs/GL3/
Dfunctional.conditional_render.txt44 - QUERY_(BY_REGION_)(NO_)WAIT
/external/iproute2/doc/
Dss.sgml62 <tt/TIME-WAIT/ and <tt/SYN-RECV/ are skipped too.
123 <item><tt/bucket/ - for TCP minisockets (<tt/TIME-WAIT|SYN-RECV/)
252 <item>1. List all the tcp sockets in state <tt/FIN-WAIT-1/ for our apache
358 in states <tt/LISTEN/, <tt/TIME-WAIT/, <tt/SYN_RECV/
/external/libvncserver/x11vnc/
DChangeLog416 * x11vnc: add reverse -connect support to -display WAIT:
419 WAIT: mode if vnc client tries to only retrieve SSL cert.
603 SYN_REPORT check restore cursor most under -display WAIT.
627 * x11vnc: 2nd -accept popup with WAIT, and UNIX: info for unixpw
637 WAIT let user add some options after his username (e.g. runge:3/4)
642 -display WAIT:cmd=FINDDISPLAY builtin script and cmd=HTTPONCE
646 in WAIT mode. Mac OS X pty tweak.
649 * x11vnc: make -display WAIT + -unixpw work on Solaris.
653 su_verify() to run any cmd, -users unixpw= mode. -display WAIT:...
DRELEASE-NOTES316 The "-display WAIT:cmd=...", -find, -create modes now work
710 the -find, -create, and -display WAIT:... modes.
859 The WAITBG env. var. enables -display WAIT:... to take place in
962 A new login mode: "-display WAIT:cmd=FINDCREATEDISPLAY -unixpw ..."
1049 Coupling -unixpw with -display WAIT:cmd=FINDDISPLAY provides a
1122 Extension of the display option: -display WAIT:<disp-or-cmd>
1125 -display WAIT:cmd=FINDDISPLAY, to find a user's
DREADME1076 WAIT:cmd=...", -find, -create) now work correctly for the
1249 and related -display WAIT:... modes.
1267 the -find, -create, and -display WAIT:... modes.
1334 * For external display finding/creating programs (e.g. WAIT:cmd=...)
1367 * A new login mode: "-display WAIT:cmd=FINDCREATEDISPLAY -unixpw
1426 * Coupling -unixpw with "-display WAIT:cmd=FINDDISPLAY" or "-display
1427 WAIT:cmd=FINDCREATEDISPLAY" provides a way to allow a user to
5109 -display WAIT options. The reason inetd(8) makes this easier is that
5122 cumbersome "-display WAIT:cmd=FINDCREATEDISPLAY-Xvfb -unixpw -users
5125 The -display WAIT option makes x11vnc wait until a VNC viewer is
[all …]
/external/libvncserver/libvncserver/
Dmain.c476 WAIT(cl->updateCond, cl->updateMutex); in clientOutput()
Drfbserver.c534 WAIT(cl->deleteCond,cl->refCountMutex); in rfbClientConnectionGone()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-trace.c210 P_FUTEX_OP(WAIT); *arg_mask |= SCF_VAL3|SCF_UADDR2; break; in syscall_arg__scnprintf_futex_op()
/external/mesa3d/include/GL/
Dvms_x_fix.h966 #define lib$wait LIB$WAIT
/external/llvm/lib/Target/X86/
DX86SchedHaswell.td1262 // WAIT.
1263 def : InstRW<[Write2P01], (instregex "WAIT")>;
DX86InstrFPStack.td612 def WAIT : I<0x9B, RawFrm, (outs), (ins), "wait", [], IIC_WAIT>;
/external/libvncserver/
DChangeLog675 cl_2 from the linked list and UNLOCKS clientListMutex. The WAIT for
3215 support to -display WAIT:, fix SSL Fetch cert only for -display
3216 WAIT:
3588 which was called from clientOutput. Inspection of clientOutput suggests that WAIT is being called
4282 EV_SYN/SYN_REPORT check. restore -cursor most under -display WAIT
4457 unixpw+WAIT user fred:options
4480 x11vnc/x11vnc_defs.c: x11vnc: -display WAIT:cmd=FINDDISPLAY,
4486 x11vnc: make -display WAIT + -unixpw work on Solaris.
4499 x11vnc/xwrappers.h: x11vnc: -display WAIT:..., -users unixpw=, su_verify dpy command.
/external/mesa3d/src/mesa/x86/
Dassyntax.h676 #define WAIT CHOICE(wait, wait, wait) macro
1397 #define WAIT wait macro
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td3293 def WAIT : XForm_24_sync<31, 62, (outs), (ins i32imm:$L),
3483 def : InstAlias<"wait", (WAIT 0)>;
3484 def : InstAlias<"waitrsv", (WAIT 1)>;
3485 def : InstAlias<"waitimpl", (WAIT 2)>;
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2494 Inst.setOpcode(X86::WAIT); in MatchFPUWaitAlias()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.td1277 def WAIT : WAIT_FT<"wait">, WAIT_FM;