Searched refs:synchronize (Results 1 - 10 of 10) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/g1/
H A DsuspendibleThreadSet.hpp32 // If some thread (not in the set) requests, via synchronize(), that
64 static void synchronize();
H A DsuspendibleThreadSet.cpp92 void SuspendibleThreadSet::synchronize() { function in class:SuspendibleThreadSet
116 // synchronize call. Hence, there is no need to re-check for
/openjdk10/jdk/src/java.prefs/macosx/classes/java/util/prefs/
H A DMacOSXPreferencesFile.java182 if (!f.synchronize()) ok = false;
214 if (!f.synchronize()) {
244 if (!f.synchronize())
264 if (!f.synchronize())
439 boolean synchronize() method in class:MacOSXPreferencesFile
442 return synchronize(appName, user, host);
473 synchronize(String name, long user, long host); method in class:MacOSXPreferencesFile
/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DMixer.java208 void synchronize(Line[] lines, boolean maintainSync); method in interface:Mixer
/openjdk10/hotspot/src/share/vm/gc/cms/
H A DconcurrentMarkSweepThread.hpp89 static void synchronize(bool is_cms_thread);
H A DconcurrentMarkSweepThread.cpp148 void ConcurrentMarkSweepThread::synchronize(bool is_cms_thread) { function in class:ConcurrentMarkSweepThread
H A DconcurrentMarkSweepGeneration.cpp124 // itself, see ConcurrentMarkSweepThread::[de]synchronize(), and the
148 ConcurrentMarkSweepThread::synchronize(_is_cms_thread);
1769 // CMSThread::synchronize())
3490 ConcurrentMarkSweepThread::synchronize(true);
5524 ConcurrentMarkSweepThread::synchronize(true);
5990 ConcurrentMarkSweepThread::synchronize(true);
6148 ConcurrentMarkSweepThread::synchronize(true);
6215 ConcurrentMarkSweepThread::synchronize(true);
6366 ConcurrentMarkSweepThread::synchronize(true);
6987 ConcurrentMarkSweepThread::synchronize(tru
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DAbstractMixer.java250 public final void synchronize(Line[] lines, boolean maintainSync) { method in class:AbstractMixer
H A DSoftMixingMixer.java251 public void synchronize(Line[] lines, boolean maintainSync) { method in class:SoftMixingMixer
/openjdk10/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp101 ConcurrentMarkSweepThread::synchronize(false);
103 SuspendibleThreadSet::synchronize();
111 assert( _state == _not_synchronized, "trying to safepoint synchronize with wrong state");

Completed in 83 milliseconds