Searched refs:pthread_mutex_lock (Results 151 - 175 of 228) sorted by relevance

12345678910

/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DappleSession.c219 pthread_mutex_lock(&gSessionCacheLock);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DappleSession.c219 pthread_mutex_lock(&gSessionCacheLock);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DappleSession.c219 pthread_mutex_lock(&gSessionCacheLock);
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/examples/
H A Ddpfp_threaded.c504 pthread_mutex_lock(&exit_cond_lock);
/macosx-10.10/apache-793/httpd/test/
H A Dtime-sem.c341 if (pthread_mutex_lock (mutex)) {
342 perror ("pthread_mutex_lock");
/macosx-10.10/libauto-186/
H A DZoneCompaction.cpp989 pthread_mutex_lock(&_compaction_lock);
1000 pthread_mutex_lock(&_mark_bits_mutex);
1004 pthread_mutex_lock(&_roots_lock);
1126 pthread_mutex_lock(&_registered_threads_mutex);
/macosx-10.10/gssd-64/
H A Dgssd_util.c83 (void) pthread_mutex_lock(&smutex);
104 (void) pthread_mutex_lock(&smutex);
118 (void) pthread_mutex_lock(&smutex);
H A Dgssd.c1581 (void) pthread_mutex_lock(numthreads_lock);
1615 (void) pthread_mutex_lock(numthreads_lock);
1719 pthread_mutex_lock(numthreads_lock);
1750 pthread_mutex_lock(numthreads_lock);
1762 (void) pthread_mutex_lock(numthreads_lock);
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_cache.c1524 error = pthread_mutex_lock(&g_node_cache_lock);
1525 require_noerr_action(error, pthread_mutex_lock, webdav_kill(-1));
1527 pthread_mutex_lock:
/macosx-10.10/BerkeleyDB-21/db/repmgr/
H A Drepmgr_posix.c440 return (pthread_mutex_lock(mutex));
/macosx-10.10/DiskArbitration-268/DiskArbitration/
H A DDASession.c225 pthread_mutex_lock( &__gDASessionSetAuthorizationLock );
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dmdns_module.c722 pthread_mutex_lock(&_mdns_mutex);
1452 pthread_mutex_lock(&_mdns_mutex);
1532 pthread_mutex_lock(&_mdns_mutex);
1622 pthread_mutex_lock(&_mdns_mutex);
H A Dfile_module.c705 pthread_mutex_lock(&file_mutex);
2046 pthread_mutex_lock(&file_mutex);
2079 pthread_mutex_lock(&file_mutex);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPLock.c388 pthread_mutex_lock(&prefsPrivate->lock);
H A DSCNetworkReachability.c121 int _lock_ = (pthread_mutex_lock(m) == 0); \
131 int _locked_ = (pthread_mutex_lock(m) == EDEADLK); \
870 pthread_mutex_lock(&lock);
2578 pthread_mutex_lock(&dns_lock);
2633 pthread_mutex_lock(&dns_lock);
2660 pthread_mutex_lock(&dns_lock);
2696 pthread_mutex_lock(&dns_lock);
/macosx-10.10/configd-699.1.5/nwi/
H A Dnetwork_information.c280 pthread_mutex_lock(&nwi_store_lock);
/macosx-10.10/dtrace-147/libelf/
H A Ddecl.h55 #define mutex_lock(x) pthread_mutex_lock(x)
/macosx-10.10/keymgr-28/
H A Dkeymgr.c468 if ((errnum = pthread_mutex_lock (&keyArray->thread_lock)) != ESUCCESS)
/macosx-10.10/libpthread-105.1.4/pthread/
H A Dpthread.h356 int pthread_mutex_lock(pthread_mutex_t *);
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h240 #define __itt_mutex_lock(mutex) pthread_mutex_lock(mutex)
/macosx-10.10/efax-38/efax/
H A Defaxos.c875 pthread_mutex_lock(&sysEventThreadMutex);
1072 pthread_mutex_lock(&sysEventThreadMutex);
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDASupport.c65 pthread_mutex_lock( &__gDAAuthorizeWithCallbackLock );
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDCLCommandPool.cpp535 pthread_mutex_lock( & mMutex ) ;
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dopenbsd_usb.c495 pthread_mutex_lock(&ctx->open_devs_lock);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontCache.cpp73 int lockcode = pthread_mutex_lock(&fontDataLock);

Completed in 579 milliseconds

12345678910