Searched refs:sync (Results 76 - 85 of 85) sorted by relevance

1234

/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferences.java814 * Implements <tt>Preferences</tt> <tt>sync()</tt> method.
818 public void sync() throws BackingStoreException{ method in class:WindowsPreferences
/openjdk7/jdk/test/sun/java2d/SunGraphics2D/
H A DPolyVertTest.java637 Toolkit.getDefaultToolkit().sync();
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRealTimeSequencer.java538 public void setMasterSyncMode(Sequencer.SyncMode sync) { argument
555 public void setSlaveSyncMode(Sequencer.SyncMode sync) { argument
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp999 Monitor* sync = osthread->startThread_lock(); local
1004 MutexLockerEx ml(sync, Mutex::_no_safepoint_check_flag);
1006 sync->notify_all();
1045 MutexLockerEx ml(sync, Mutex::_no_safepoint_check_flag);
1049 sync->notify_all();
1053 sync->wait(Mutex::_no_safepoint_check_flag);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp846 Monitor* sync = osthread->startThread_lock(); local
851 MutexLockerEx ml(sync, Mutex::_no_safepoint_check_flag);
853 sync->notify_all();
874 MutexLockerEx ml(sync, Mutex::_no_safepoint_check_flag);
878 sync->notify_all();
882 sync->wait(Mutex::_no_safepoint_check_flag);
/openjdk7/jdk/src/share/classes/java/awt/
H A DToolkit.java676 public abstract void sync(); method in class:Toolkit
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp552 MemTracker::sync();
870 sprintf(msg, "Safepoint sync time longer than " INTX_FORMAT "ms detected when executing %s.",
1136 tty->print("[time: spin block sync cleanup vmop] ");
1231 // Records the end time of sync which will be used to calculate the total
1233 // from the start of the sync time later when end_statistics is called.
1259 // Only the sync time longer than the specified
1322 // case, if the sync time is less than PrintSafepointStatisticsTimeout,
1353 tty->print_cr("Maximum sync time "INT64_FORMAT_W(5)" ms",
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java275 beginWrite(); // lock and sync
277 sync();
279 } finally { // and sync dose not close the ch
1099 ////////////////////update & sync //////////////////////////////////////
1182 // sync the zip file system, if there is any udpate
1183 private void sync() throws IOException { method in class:ZipFileSystem
1184 //System.out.printf("->sync(%s) starting....!%n", toString());
1279 // sync when being closed, all streams should have been
1305 //System.out.printf("->sync(%s) done!%n", toString());
1461 // point to a new channel after sync()
[all...]
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/resources/
H A Daliasmap587 hotspot.rt.safepoint.sync.time // 1.5.0 b21
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java1476 * default, sync tries to perform as much as {@value MAX_ITERS}
1495 // Let's do sync first
1496 sync();
1543 * sync of the native queue. The method should wait until native

Completed in 124 milliseconds

1234