Searched refs:mMutex (Results 1 - 25 of 128) sorted by relevance

123456

/macosx-10.10.1/libsecurity_ldap_dl-55003/lib/
H A DMutex.cpp29 StaticMutex::StaticMutex (pthread_mutex_t &ref) : mMutex (ref)
38 pthread_mutex_init (&mMutex, NULL);
39 mMutexPtr = &mMutex;
46 pthread_mutex_destroy (&mMutex);
66 MutexLocker::MutexLocker (Mutex &mutex) : mMutex (mutex)
68 mMutex.Lock ();
75 mMutex.Unlock ();
H A DMutex.h54 pthread_mutex_t mMutex; member in class:DynamicMutex
67 pthread_mutex_t& mMutex; member in class:StaticMutex
79 Mutex& mMutex; member in class:MutexLocker
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dthread_macosx.c39 int SYS_MutexInit(PCSCLITE_MUTEX_T mMutex) argument
42 retval = pthread_mutex_init(mMutex, NULL);
46 int SYS_MutexDestroy(PCSCLITE_MUTEX_T mMutex) argument
49 retval = pthread_mutex_destroy(mMutex);
53 int SYS_MutexLock(PCSCLITE_MUTEX_T mMutex) argument
56 retval = pthread_mutex_lock(mMutex);
60 int SYS_MutexUnLock(PCSCLITE_MUTEX_T mMutex) argument
63 retval = pthread_mutex_unlock(mMutex);
H A Dwinscard_clnt.c108 PCSCLITE_MUTEX_T mMutex; /** Mutex for this context */ member in struct:_psContextMap
389 SYS_MutexLock(psContextMap[dwContextIndex].mMutex);
401 SYS_MutexUnLock(psContextMap[dwContextIndex].mMutex);
414 SYS_MutexUnLock(psContextMap[dwContextIndex].mMutex);
418 SYS_MutexUnLock(psContextMap[dwContextIndex].mMutex);
549 SYS_MutexLock(psContextMap[dwContextIndex].mMutex);
566 SYS_MutexUnLock(psContextMap[dwContextIndex].mMutex);
580 SYS_MutexUnLock(psContextMap[dwContextIndex].mMutex);
593 SYS_MutexUnLock(psContextMap[dwContextIndex].mMutex);
600 SYS_MutexUnLock(psContextMap[dwContextIndex].mMutex);
[all...]
H A Difdwrapper.c166 (void)SYS_MutexLock(rContext->mMutex);
201 (void)SYS_MutexUnLock(rContext->mMutex);
224 (void)SYS_MutexLock(rContext->mMutex);
239 (void)SYS_MutexUnLock(rContext->mMutex);
307 (void)SYS_MutexLock(rContext->mMutex);
324 (void)SYS_MutexUnLock(rContext->mMutex);
368 (void)SYS_MutexLock(rContext->mMutex);
396 (void)SYS_MutexUnLock(rContext->mMutex);
456 (void)SYS_MutexLock(rContext->mMutex);
479 (void)SYS_MutexUnLock(rContext->mMutex);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DAccess.cpp50 Access::Access() : mMutex(Mutex::recursive)
66 Access::Access(const string &descriptor, const ACL::ApplicationList &trusted) : mMutex(Mutex::recursive)
71 Access::Access(const string &descriptor) : mMutex(Mutex::recursive)
79 const AclAuthorizationSet &limitedRights, const AclAuthorizationSet &freeRights) : mMutex(Mutex::recursive)
87 StLock<Mutex>_(mMutex);
125 Access::Access(AclBearer &source) : mMutex(Mutex::recursive)
140 uint32 aclCount, const CSSM_ACL_ENTRY_INFO *acls) : mMutex(Mutex::recursive)
183 StLock<Mutex>_(mMutex);
190 StLock<Mutex>_(mMutex);
203 StLock<Mutex>_(mMutex);
[all...]
H A DACL.cpp61 : allocator(alloc), access(acc), mState(unchanged), mSubjectForm(NULL), mMutex(Mutex::recursive)
77 : allocator(alloc), access(acc), mState(unchanged), mSubjectForm(NULL), mMutex(Mutex::recursive)
99 : allocator(alloc), access(acc), mSubjectForm(NULL), mMutex(Mutex::recursive)
120 : allocator(alloc), access(acc), mSubjectForm(NULL), mMutex(Mutex::recursive)
150 StLock<Mutex>_(mMutex);
163 StLock<Mutex>_(mMutex);
188 StLock<Mutex>_(mMutex);
205 StLock<Mutex>_(mMutex);
218 StLock<Mutex>_(mMutex);
236 StLock<Mutex>_(mMutex);
[all...]
H A DKeychains.cpp92 KeychainSchemaImpl::KeychainSchemaImpl(const Db &db) : mMutex(Mutex::recursive)
294 StLock<Mutex>_(mMutex);
396 : mInCache(false), mDb(db), mCustomUnlockCreds (this), mIsInBatchMode (false), mMutex(Mutex::recursive)
428 return &mMutex;
448 StLock<Mutex>_(mMutex);
458 StLock<Mutex>_(mMutex);
468 StLock<Mutex>_(mMutex);
488 StLock<Mutex>_(mMutex);
499 StLock<Mutex>_(mMutex);
508 StLock<Mutex>_(mMutex);
[all...]
H A DPolicyCursor.cpp72 : mOid(Allocator::standard()), mOidGiven(false), mMutex(Mutex::recursive)
95 StLock<Mutex>_(mMutex);
H A DPrimaryKey.cpp36 : CssmDataContainer(data.Data, data.Length), mMutex(Mutex::recursive)
43 PrimaryKeyImpl::PrimaryKeyImpl(const DbAttributes &primaryKeyAttrs) : mMutex(Mutex::recursive)
71 StLock<Mutex>_(mMutex);
H A DItem.cpp71 mMutex(Mutex::recursive)
88 mMutex(Mutex::recursive)
109 mMutex(Mutex::recursive)
117 mMutex(Mutex::recursive)
148 mMutex(Mutex::recursive)
217 StLock<Mutex>_(mMutex);
255 StLock<Mutex>_(mMutex);
472 StLock<Mutex>_(mMutex);
494 StLock<Mutex>_(mMutex);
574 StLock<Mutex>_(mMutex);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DAccess.cpp50 Access::Access() : mMutex(Mutex::recursive)
66 Access::Access(const string &descriptor, const ACL::ApplicationList &trusted) : mMutex(Mutex::recursive)
71 Access::Access(const string &descriptor) : mMutex(Mutex::recursive)
79 const AclAuthorizationSet &limitedRights, const AclAuthorizationSet &freeRights) : mMutex(Mutex::recursive)
87 StLock<Mutex>_(mMutex);
125 Access::Access(AclBearer &source) : mMutex(Mutex::recursive)
140 uint32 aclCount, const CSSM_ACL_ENTRY_INFO *acls) : mMutex(Mutex::recursive)
183 StLock<Mutex>_(mMutex);
190 StLock<Mutex>_(mMutex);
203 StLock<Mutex>_(mMutex);
[all...]
H A DACL.cpp61 : allocator(alloc), access(acc), mState(unchanged), mSubjectForm(NULL), mMutex(Mutex::recursive)
77 : allocator(alloc), access(acc), mState(unchanged), mSubjectForm(NULL), mMutex(Mutex::recursive)
99 : allocator(alloc), access(acc), mSubjectForm(NULL), mMutex(Mutex::recursive)
120 : allocator(alloc), access(acc), mSubjectForm(NULL), mMutex(Mutex::recursive)
150 StLock<Mutex>_(mMutex);
163 StLock<Mutex>_(mMutex);
188 StLock<Mutex>_(mMutex);
205 StLock<Mutex>_(mMutex);
218 StLock<Mutex>_(mMutex);
236 StLock<Mutex>_(mMutex);
[all...]
H A DKeychains.cpp92 KeychainSchemaImpl::KeychainSchemaImpl(const Db &db) : mMutex(Mutex::recursive)
294 StLock<Mutex>_(mMutex);
396 : mInCache(false), mDb(db), mCustomUnlockCreds (this), mIsInBatchMode (false), mMutex(Mutex::recursive)
428 return &mMutex;
448 StLock<Mutex>_(mMutex);
458 StLock<Mutex>_(mMutex);
468 StLock<Mutex>_(mMutex);
488 StLock<Mutex>_(mMutex);
499 StLock<Mutex>_(mMutex);
508 StLock<Mutex>_(mMutex);
[all...]
H A DPolicyCursor.cpp72 : mOid(Allocator::standard()), mOidGiven(false), mMutex(Mutex::recursive)
95 StLock<Mutex>_(mMutex);
H A DPrimaryKey.cpp36 : CssmDataContainer(data.Data, data.Length), mMutex(Mutex::recursive)
43 PrimaryKeyImpl::PrimaryKeyImpl(const DbAttributes &primaryKeyAttrs) : mMutex(Mutex::recursive)
71 StLock<Mutex>_(mMutex);
H A DItem.cpp71 mMutex(Mutex::recursive)
88 mMutex(Mutex::recursive)
109 mMutex(Mutex::recursive)
117 mMutex(Mutex::recursive)
148 mMutex(Mutex::recursive)
217 StLock<Mutex>_(mMutex);
255 StLock<Mutex>_(mMutex);
472 StLock<Mutex>_(mMutex);
494 StLock<Mutex>_(mMutex);
574 StLock<Mutex>_(mMutex);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DAccess.cpp50 Access::Access() : mMutex(Mutex::recursive)
66 Access::Access(const string &descriptor, const ACL::ApplicationList &trusted) : mMutex(Mutex::recursive)
71 Access::Access(const string &descriptor) : mMutex(Mutex::recursive)
79 const AclAuthorizationSet &limitedRights, const AclAuthorizationSet &freeRights) : mMutex(Mutex::recursive)
87 StLock<Mutex>_(mMutex);
125 Access::Access(AclBearer &source) : mMutex(Mutex::recursive)
140 uint32 aclCount, const CSSM_ACL_ENTRY_INFO *acls) : mMutex(Mutex::recursive)
183 StLock<Mutex>_(mMutex);
190 StLock<Mutex>_(mMutex);
203 StLock<Mutex>_(mMutex);
[all...]
H A DACL.cpp61 : allocator(alloc), access(acc), mState(unchanged), mSubjectForm(NULL), mMutex(Mutex::recursive)
77 : allocator(alloc), access(acc), mState(unchanged), mSubjectForm(NULL), mMutex(Mutex::recursive)
99 : allocator(alloc), access(acc), mSubjectForm(NULL), mMutex(Mutex::recursive)
120 : allocator(alloc), access(acc), mSubjectForm(NULL), mMutex(Mutex::recursive)
150 StLock<Mutex>_(mMutex);
163 StLock<Mutex>_(mMutex);
188 StLock<Mutex>_(mMutex);
205 StLock<Mutex>_(mMutex);
218 StLock<Mutex>_(mMutex);
236 StLock<Mutex>_(mMutex);
[all...]
H A DKeychains.cpp92 KeychainSchemaImpl::KeychainSchemaImpl(const Db &db) : mMutex(Mutex::recursive)
294 StLock<Mutex>_(mMutex);
396 : mInCache(false), mDb(db), mCustomUnlockCreds (this), mIsInBatchMode (false), mMutex(Mutex::recursive)
428 return &mMutex;
448 StLock<Mutex>_(mMutex);
458 StLock<Mutex>_(mMutex);
468 StLock<Mutex>_(mMutex);
488 StLock<Mutex>_(mMutex);
499 StLock<Mutex>_(mMutex);
508 StLock<Mutex>_(mMutex);
[all...]
H A DPolicyCursor.cpp72 : mOid(Allocator::standard()), mOidGiven(false), mMutex(Mutex::recursive)
95 StLock<Mutex>_(mMutex);
H A DPrimaryKey.cpp36 : CssmDataContainer(data.Data, data.Length), mMutex(Mutex::recursive)
43 PrimaryKeyImpl::PrimaryKeyImpl(const DbAttributes &primaryKeyAttrs) : mMutex(Mutex::recursive)
71 StLock<Mutex>_(mMutex);
H A DItem.cpp71 mMutex(Mutex::recursive)
88 mMutex(Mutex::recursive)
109 mMutex(Mutex::recursive)
117 mMutex(Mutex::recursive)
148 mMutex(Mutex::recursive)
217 StLock<Mutex>_(mMutex);
255 StLock<Mutex>_(mMutex);
472 StLock<Mutex>_(mMutex);
494 StLock<Mutex>_(mMutex);
574 StLock<Mutex>_(mMutex);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.cpp102 : mMutex(Mutex::recursive)
134 StLock<Mutex> _(mMutex);
145 StLock<Mutex> _(mMutex);
166 StLock<Mutex> _(mMutex);
175 StLock<Mutex> _(mMutex);
184 StLock<Mutex> _(mMutex);
193 StLock<Mutex> _(mMutex);
200 StLock<Mutex> _(mMutex);
207 StLock<Mutex> _(mMutex);
251 : StLock<Mutex>(db.mMutex), databas
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.cpp102 : mMutex(Mutex::recursive)
134 StLock<Mutex> _(mMutex);
145 StLock<Mutex> _(mMutex);
166 StLock<Mutex> _(mMutex);
175 StLock<Mutex> _(mMutex);
184 StLock<Mutex> _(mMutex);
193 StLock<Mutex> _(mMutex);
200 StLock<Mutex> _(mMutex);
207 StLock<Mutex> _(mMutex);
251 : StLock<Mutex>(db.mMutex), databas
[all...]

Completed in 148 milliseconds

123456