Searched refs:waited (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DMonitor.hpp58 void waited();
H A DMonitor.cpp100 void Monitor::waited() function in class:Monitor
H A DAgent.cpp195 get_monitor(jvmti, env, object)->waited();
/openjdk7/jdk/test/java/net/Socket/
H A DSoTimeout.java63 long waited = System.currentTimeMillis() - timeWritten;
68 if (waited > 2000) {
69 throw new Exception("shouldn't take " + waited + " to complete");
/openjdk7/jdk/src/solaris/sample/dtrace/hotspot/
H A Dhotspot_calls_tree.d101 hotspot$target:::monitor-waited
/openjdk7/jdk/test/java/nio/file/WatchService/
H A DBasic.java288 long waited = TimeUnit.NANOSECONDS.toMillis(System.nanoTime() - start);
289 if (waited < 2900)
368 long waited = TimeUnit.NANOSECONDS.toMillis(System.nanoTime() - start);
369 if (waited > 5000)
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DConnection.java447 boolean waited = false;
449 while (((rber = ldr.getReplyBer()) == null) && !waited) {
467 waited = true;
481 if ((rber == null) && waited) {
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec2253 "For monitor wait and waited events, restricts the events "
2272 "and waited events, the name of the class of the "
2292 "waited events, the name of the class of the monitor "
2622 "<LI>Only with other Monitor waited events for the same monitor object: "
2781 (threadObject thread "Thread which waited")
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp131 HOTSPOT_MONITOR_PROBE_##probe(jtid, /* probe = waited */ \
146 DTRACE_MONITOR_PROBE(waited, monitor, obj(), thr);
394 // DTRACE_MONITOR_PROBE(waited, monitor, obj(), THREAD);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp4470 size_t loops = 0, workdone = 0, cumworkdone = 0, waited = 0;
4498 waited++;
4503 loops, waited, cumworkdone);
8950 // Nothing to take or waited long enough
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp3948 bool waited = _cm->root_regions()->wait_until_scan_finished(); local
3950 if (waited) {

Completed in 296 milliseconds