Searched refs:unlock (Results 76 - 100 of 242) sorted by relevance

12345678910

/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSDatabase.cpp78 SSDatabaseImpl::unlock() function in class:SSDatabaseImpl
80 mClientSession.unlock(dbHandle());
84 SSDatabaseImpl::unlock(const CSSM_DATA &password) function in class:SSDatabaseImpl
86 mClientSession.unlock(dbHandle(), CssmData::overlay(password));
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A DtimeThread.cpp71 timeLock.unlock();
/macosx-10.10/WTF-7600.1.24/wtf/
H A DThreadingPrimitives.h81 WTF_EXPORT_PRIVATE void unlock();
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginMainThreadScheduler.cpp104 m_queueMutex.unlock();
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DBranch.js142 unlock: function()
/macosx-10.10/ruby-106/ruby/lib/
H A Dmonitor.rb199 @mon_mutex.unlock
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dpromise.rb47 @mutex.unlock
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOMapper.cpp67 void unlock() { IOLockUnlock(fWaitLock); }; function in class:IOMapperLock
87 sMapperLock.unlock();
127 sMapperLock.unlock();
140 sMapperLock.unlock();
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOStorage.cpp70 inline void unlock( ) function in class:IOStorageSyncerLock
111 gIOStorageSyncerLock.unlock( );
126 gIOStorageSyncerLock.unlock( );
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DKeychains.h156 void unlock();
157 void unlock(const CssmData &password);
158 void unlock(ConstStringPtr password); // @@@ This has a length limit, we should remove it.
172 void authenticate(const CSSM_ACCESS_CREDENTIALS *cred); // Does not do an unlock.
235 // Data for auto-unlock credentials
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DKeychains.h156 void unlock();
157 void unlock(const CssmData &password);
158 void unlock(ConstStringPtr password); // @@@ This has a length limit, we should remove it.
172 void authenticate(const CSSM_ACCESS_CREDENTIALS *cred); // Does not do an unlock.
235 // Data for auto-unlock credentials
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DKeychains.h156 void unlock();
157 void unlock(const CssmData &password);
158 void unlock(ConstStringPtr password); // @@@ This has a length limit, we should remove it.
172 void authenticate(const CSSM_ACCESS_CREDENTIALS *cred); // Does not do an unlock.
235 // Data for auto-unlock credentials
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dportlist.c154 goto unlock;
164 goto unlock;
183 unlock:
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_lockf.c188 LOCKF_DEBUG(0, "lf_advlock: '%s' unlock without lock\n", vfs_context_proc(context)->p_comm);
816 * Parameters: unlock The lock to clear
821 * Notes: A caller may unlock all the locks owned by the caller by
826 lf_clearlock(struct lockf *unlock) argument
828 struct lockf **head = unlock->lf_head;
836 if (unlock->lf_type != F_UNLCK)
839 lf_print("lf_clearlock", unlock);
842 while ((ovcase = lf_findoverlap(lf, unlock, SELF, &prev, &overlap)) != OVERLAP_NONE) {
863 if (overlap->lf_start == unlock->lf_start) {
864 overlap->lf_start = unlock
[all...]
/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDMedia.cpp53 inline void unlock( ) function in class:IOStorageSyncerLock
94 gIOStorageSyncerLock.unlock( );
109 gIOStorageSyncerLock.unlock( );
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DWebKitWebSourceGStreamer.cpp433 locker.unlock();
456 locker.unlock();
512 locker.unlock();
681 locker.unlock();
711 locker.unlock();
797 locker.unlock();
837 locker.unlock();
852 // Wait until we unlock to send notifications
885 locker.unlock();
975 locker.unlock();
[all...]
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Drpcmutex.c136 mp->stats.unlock = 0;
293 mp->stats.unlock++;
294 mutex_stats.unlock++;
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dprivate.h60 kadm5_ret_t (*unlock) (void *); member in struct:kadm_func
/macosx-10.10/MITKerberosShim-66/include/
H A Dmit-CredentialsCache.h935 cc_int32 (*unlock) (cc_context_t in_cc_context); member in struct:cc_context_f
1199 cc_int32 (*unlock) (cc_ccache_t io_ccache); member in struct:cc_ccache_f
1494 /*! Helper macro for cc_context_f unlock() */
1496 ((context) -> functions -> unlock (context))
1537 /*! Helper macro for cc_ccache_f unlock() */
1539 ((ccache) -> functions -> unlock (ccache))
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_thread.rb453 m.unlock
463 m1.unlock
464 m2.unlock
472 m1.unlock
473 m2.unlock
474 m3.unlock
489 m.unlock
885 m.unlock
956 mutex.unlock
/macosx-10.10/CPANInternal-159.1/File-NFSLock-1.21/lib/File/
H A DNFSLock.pm268 shift()->unlock();
271 sub unlock ($) { subroutine
523 ### unlock it
524 $lock->unlock();
550 place until the lock object goes out of scope (or calls the unlock
630 =head2 unlock
632 $lock->unlock;
636 to call unlock directly since it will implicitly be
671 releasing the lock when unlock is called or when
/macosx-10.10/Security-57031.1.35/securityd/tests/
H A Dtestutils.cpp220 void DbTester::unlock(const char *howWrong) function in class:DbTester
224 session.unlock(dbRef);
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioContext.h189 // mustReleaseLock is set to true if we acquired the lock in this method call and caller must unlock(), false if it was previously acquired.
193 // mustReleaseLock is set to true if we acquired the lock in this method call and caller must unlock(), false if it was previously acquired.
196 void unlock();
215 m_context.unlock();
/macosx-10.10/procmail-14/procmail/src/
H A Dlocking.c32 unlock(lockp); /* unlock any previous lockfile FIRST */
64 triedforce=1,nlog("Forced unlock denied on"),logqnl(name);
132 void unlock(lockp)char**const lockp; function
139 nlog("Couldn't unlock"),logqnl(*lockp);
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dwait_queue.c1508 boolean_t unlock)
1527 if (unlock)
1758 * Pull a thread off its wait queue and (possibly) unlock
1771 boolean_t unlock)
1780 if (unlock)
1873 boolean_t unlock)
1881 if (unlock)
1911 boolean_t unlock)
1918 if (unlock)
2053 boolean_t unlock)
1504 wait_queue_wakeup64_all_locked( wait_queue_t wq, event64_t event, wait_result_t result, boolean_t unlock) argument
1768 wait_queue_pull_thread_locked( wait_queue_t waitq, thread_t thread, boolean_t unlock) argument
1869 wait_queue_wakeup64_identity_locked( wait_queue_t wq, event64_t event, wait_result_t result, boolean_t unlock) argument
1907 wait_queue_wakeup64_one_locked( wait_queue_t wq, event64_t event, wait_result_t result, boolean_t unlock) argument
2048 wait_queue_wakeup64_thread_locked( wait_queue_t wq, event64_t event, thread_t thread, wait_result_t result, boolean_t unlock) argument
[all...]

Completed in 513 milliseconds

12345678910