Searched refs:waittime (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DConnections.java141 long waittime = timeout;
145 if (timeout > 0 && waittime <= 0) {
152 if (waittime > 0) {
153 wait(waittime); // Wait until one is released or removed
164 waittime = timeout - (now - start);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2742 jlong waittime = totalwait - (current - starttime); local
2743 waitspec.tv_sec = waittime / NANOSECS_PER_SEC;
2744 waitspec.tv_nsec = waittime % NANOSECS_PER_SEC;

Completed in 50 milliseconds