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

12345678910

/macosx-10.10/WTF-7600.1.24/wtf/
H A DThreadingPthreads.cpp353 void Mutex::unlock() function in class:WTF::Mutex
H A DThreadingWin.cpp321 // If this thread already had the lock, we must unlock and
336 void Mutex::unlock() function in class:WTF::Mutex
/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DHeap.cpp44 lock.unlock();
/macosx-10.10/bootp-298/bootpd.tproj/
H A DmacNC.c145 mode_t mode, boolean_t unlock)
170 else if (unlock) {
181 mode_t mode, boolean_t unlock)
186 return (set_privs_no_stat(path, sb_p, uid, gid, mode, unlock));
144 set_privs_no_stat(const char * path, struct stat * sb_p, uid_t uid, gid_t gid, mode_t mode, boolean_t unlock) argument
180 set_privs(const char * path, struct stat * sb_p, uid_t uid, gid_t gid, mode_t mode, boolean_t unlock) argument
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Drpcmutex.h142 unsigned32 unlock; /* total unlocks */ member in struct:rpc_mutex_stats_t
/macosx-10.10/ruby-106/ruby/ext/dl/lib/dl/
H A Dfunc.rb248 @mutex.unlock()
/macosx-10.10/ruby-106/ruby/lib/
H A Dpstore.rb347 @lock.unlock
/macosx-10.10/vim-55/runtime/syntax/
H A Dibasic.vim39 syn keyword ibasicStatement lock unlock lprint using lset mkdir name
45 syn keyword ibasicStatement swap system timer troff tron type unlock
H A Daap.vim96 syn match aapCommand '^\s*:unlock\>'
H A Dcl.vim70 syn keyword clStatement clear clear_eol clear_eos close copy create unique with where empty define define ldefine delay_form delete escape exit_block exit_do exit_process field fork format get getfile getnext getprev goto head join maintain message no_join on_eop on_key on_exit on_delete openin openout openapp pause popenin popenout popenio print put range read redisplay refresh restart_block screen select sleep text unlock write and not or do
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DStructure.cpp277 structure->m_lock.unlock();
297 structure->m_lock.unlock();
895 structure->m_lock.unlock();
898 structure->m_lock.unlock();
1097 structure->m_lock.unlock();
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Ddispatch.c1328 goto unlock;
1336 goto unlock;
1355 goto unlock;
1371 goto unlock;
1378 goto unlock;
1387 goto unlock;
1415 unlock:
1580 goto unlock;
1584 goto unlock;
1608 unlock
[all...]
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DAutoWakeScheduler.c889 destroySCSession(SCPreferencesRef prefs, int unlock) argument
894 if(unlock) SCPreferencesUnlock(prefs);
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Ddlclient.cpp361 DbImpl::unlock() function in class:DbImpl
367 DbImpl::unlock(const CSSM_DATA &password) function in class:DbImpl
H A Ddlclient.h313 virtual void unlock();
314 virtual void unlock(const CSSM_DATA &password);
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dssclient.h197 void unlock(DbHandle db);
198 void unlock(DbHandle db, const CssmData &passPhrase);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Ddlclient.cpp361 DbImpl::unlock() function in class:DbImpl
367 DbImpl::unlock(const CSSM_DATA &password) function in class:DbImpl
H A Ddlclient.h313 virtual void unlock();
314 virtual void unlock(const CSSM_DATA &password);
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dssclient.h197 void unlock(DbHandle db);
198 void unlock(DbHandle db, const CssmData &passPhrase);
/macosx-10.10/libdispatch-442.1.4/src/
H A Dallocator.c556 // the page, we can't madvise. Give up and unlock all.
557 goto unlock;
571 unlock:
/macosx-10.10/procmail-14/procmail/src/
H A Dmisc.c296 nextexit=2;unlock(&loclock);unlock(&globlock);
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachO.h81 virtual uintptr_t doBindFastLazySymbol(uint32_t lazyBindingInfoOffset, const LinkContext& context, void (*lock)(), void (*unlock)()) = 0;
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Dmutex_int.h140 #define MUTEX_UNSET(x) unlock(x)
781 /* Macros to lock/unlock the mutex region as a whole. */
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dcommon_glue.c377 return __CALL(unlock, (server_handle));
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/urlPageGrab/
H A DurlPageGrab.cpp67 urlLock.unlock();

Completed in 324 milliseconds

12345678910