Searched refs:unlock (Results 126 - 150 of 151) sorted by relevance

1234567

/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.cpp561 mon->unlock();
H A Dostream.cpp781 tty_lock->unlock();
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDataTransferer.java472 unlock();
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java137 closeLock.writeLock().unlock();
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/resources/
H A Djconsole.js521 lock.unlock();
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java252 AWT_LOCK.unlock();
543 flushLock.unlock();
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DDataTransferer.java2334 getToolkitThreadBlockedHandler().unlock();
2360 getToolkitThreadBlockedHandler().unlock();
2384 getToolkitThreadBlockedHandler().unlock();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp964 // unlock if synchronized method
979 Label unlocked, unlock, no_unlock; local
996 // Don't unlock anything if the _do_not_unlock_if_synchronized flag
1012 br_notnull_short(G3_scratch, pt, unlock);
1028 bind(unlock);
1269 // See if it is still a light weight lock, if so we just unlock
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp1428 { Label unlock; local
1437 __ jcc(Assembler::notZero, unlock);
1443 __ bind(unlock);
1445 // unlock can blow rbx so restore it for path that needs it below
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java2156 unlock(lock);
2175 * <code>unlock</code>.
2190 private void unlock(Object key) { method in class:HTMLEditorKit.ActivateLinkAction
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp887 LockNode *find_matching_lock(UnlockNode* unlock);
976 // High-level unlock operation
987 // unlock is never a safepoint
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java1385 rq.unlock();
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshaker.java974 conn.writeLock.unlock();
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java270 if (!streams.isEmpty()) { // unlock and close all remaining streams
887 rwlock.writeLock().unlock();
895 rwlock.readLock().unlock();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp881 Threads_lock->unlock();
H A Dthread.cpp420 Threads_lock->unlock();
4101 } // unlock Threads_lock
4566 // Consider deferring the ::Release() until the subsequent unlock(),
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp1199 GC_locker::unlock(); // allow gc after bootstrapping
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1637 void unlock(int register) { method in class:Code.State
H A DGen.java1300 code.state.unlock(lockVar.reg);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1149 if (lock) os::Bsd::createThread_lock()->unlock();
1168 os::Bsd::createThread_lock()->unlock();
5567 // desirable signal-after-unlock optimization that avoids futile context switching.
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp972 if (lock) os::Linux::createThread_lock()->unlock();
989 os::Linux::createThread_lock()->unlock();
5306 // desirable signal-after-unlock optimization that avoids futile context switching.
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp475 SystemDictionary_lock->unlock();
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp1483 append_split(new MonitorExit(receiver, state()->unlock()));
2044 append_with_bci(new MonitorExit(x, state()->unlock()), bci);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp1943 if (is_par) _indexedFreeListParLocks[rem_size]->unlock();
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp3671 Threads_lock->unlock();

Completed in 229 milliseconds

1234567