Searched refs:Mutex (Results 26 - 50 of 529) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/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>
[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)
419 Mutex*
425 Mutex*
448 StLock<Mutex>_(mMutex);
458 StLock<Mutex>_(mMutex);
468 StLock<Mutex>_(mMutex);
488 StLock<Mutex>_(mMutex);
499 StLock<Mutex>
[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>
[all...]
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dpcscd_reader.h46 PCSCLITE_MUTEX_T mMutex; /* Mutex for this connection */
118 mutable Mutex mLock;
134 mutable Mutex mReaderMapLock;
136 void insert(pair<uint32_t, RefPointer<PCSCD::Reader> > readerpair) { StLock<Mutex> _(mReaderMapLock); mReaders.insert(readerpair); }
137 void remove(ReaderMap::iterator it) { StLock<Mutex> _(mReaderMapLock); mReaders.erase(it); }
140 mutable Mutex mLock;
/macosx-10.9.5/Security-55471.14.18/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>(d
[all...]
H A Dthreading.h47 // Potentially, debug-logging all Mutex activity can really ruin your
126 class Mutex : public LockingPrimitive { class in namespace:Security
127 NOCOPY(Mutex)
136 Mutex(); // normal
137 Mutex(Type type); // recursive
138 ~Mutex(); // destroy (must be unlocked)
148 class RecursiveMutex : public Mutex
151 RecursiveMutex() : Mutex(recursive) {}
162 Condition(Mutex &mutex); // create with specific Mutex
[all...]
/macosx-10.9.5/Security-55471.14.18/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>(d
[all...]
H A Dthreading.h47 // Potentially, debug-logging all Mutex activity can really ruin your
126 class Mutex : public LockingPrimitive { class in namespace:Security
127 NOCOPY(Mutex)
136 Mutex(); // normal
137 Mutex(Type type); // recursive
138 ~Mutex(); // destroy (must be unlocked)
148 class RecursiveMutex : public Mutex
151 RecursiveMutex() : Mutex(recursive) {}
162 Condition(Mutex &mutex); // create with specific Mutex
[all...]
/macosx-10.9.5/securityd-55199.3/src/
H A Dprocess.cpp45 StLock<Mutex> _(*this);
81 StLock<Mutex> _(*this);
149 StLock<Mutex> _(*this);
175 StLock<Mutex> _(*this);
206 StLock<Mutex> _(*this);
214 StLock<Mutex> _(*this);
222 StLock<Mutex> _(*this);
H A Dauthority.cpp51 Mutex AuthorizationToken::authMapLock; // lock for mAuthorizations (only)
75 StLock<Mutex> _(thisProcess);
87 StLock<Mutex> _(authMapLock);
113 StLock<Mutex> _(mLock);
127 StLock<Mutex> _(authMapLock);
194 StLock<Mutex> _(mLock);
208 StLock<Mutex> _(mLock);
227 StLock<Mutex> _(mLock);
241 StLock<Mutex> _(mLock); // consider a separate lock
264 StLock<Mutex>
[all...]
H A Dsession.cpp56 Mutex Session::mSessionLock(Mutex::recursive);
73 StLock<Mutex> _(mSessionLock);
106 StLock<Mutex> _(mSessionLock);
136 StLock<Mutex> _(mSessionLock);
164 StLock<Mutex> _(*this); // do we need to take this so early?
170 StLock<Mutex> _(mCredsLock);
262 StLock<Mutex> _(mAuthHostLock);
274 StLock<Mutex> _(mSessionLock);
286 StLock<Mutex>
[all...]
H A Dacls.cpp59 StLock<Mutex> _(aclSequence);
65 StLock<Mutex> _(aclSequence);
72 StLock<Mutex> _(aclSequence);
80 StLock<Mutex> _(aclSequence);
93 StLock<Mutex> objectSequence(aclSequence);
94 StLock<Mutex> processSequence(Server::process().aclSequence);
H A Dnotifications.cpp37 Mutex Listener::setLock(Mutex::recursive);
49 StLock<Mutex> _(setLock);
69 StLock<Mutex> _(setLock);
79 StLock<Mutex> _(setLock);
104 StLock<Mutex> _(setLock);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
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)
419 Mutex*
425 Mutex*
448 StLock<Mutex>_(mMutex);
458 StLock<Mutex>_(mMutex);
468 StLock<Mutex>_(mMutex);
488 StLock<Mutex>_(mMutex);
499 StLock<Mutex>
[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>
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
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)
419 Mutex*
425 Mutex*
448 StLock<Mutex>_(mMutex);
458 StLock<Mutex>_(mMutex);
468 StLock<Mutex>_(mMutex);
488 StLock<Mutex>_(mMutex);
499 StLock<Mutex>
[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>
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A Dmdsapi.cpp43 ModuleNexus<Mutex> adbMutex;
56 StLock<Mutex> _(adbMutex());
74 StLock<Mutex> _(adbMutex());
88 StLock<Mutex> _(adbMutex());
99 StLock<Mutex> _(adbMutex());
109 StLock<Mutex> _(adbMutex());
119 StLock<Mutex> _(adbMutex());
132 StLock<Mutex> _(adbMutex());
147 StLock<Mutex> _(adbMutex());
164 StLock<Mutex>
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dcssmclient.cpp199 StLock<Mutex> _(mActivateMutex);
220 StLock<Mutex> _(mActivateMutex);
260 StLock<Mutex> _(*this);
267 StLock<Mutex> _(*this);
274 StLock<Mutex> _(*this);
296 StLock<Mutex> _(mapLock);
405 StLock<Mutex> _(mActivateMutex);
426 StLock<Mutex> _(mActivateMutex);
477 StLock<Mutex> _(mActivateMutex);
498 StLock<Mutex>
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dcssmclient.cpp199 StLock<Mutex> _(mActivateMutex);
220 StLock<Mutex> _(mActivateMutex);
260 StLock<Mutex> _(*this);
267 StLock<Mutex> _(*this);
274 StLock<Mutex> _(*this);
296 StLock<Mutex> _(mapLock);
405 StLock<Mutex> _(mActivateMutex);
426 StLock<Mutex> _(mActivateMutex);
477 StLock<Mutex> _(mActivateMutex);
498 StLock<Mutex>
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DRSA_asymmetric.cpp31 static ModuleNexus<Mutex> gMutex;
35 StLock<Mutex> _(gMutex());
47 StLock<Mutex> _(gMutex());
146 StLock<Mutex> _(gMutex());
182 StLock<Mutex> _(gMutex());
217 StLock<Mutex> _(gMutex());
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dmanager.cpp59 StLock<Mutex> _(mLock);
97 StLock<Mutex> _(mLock);
131 StLock<Mutex> _(mLock);
172 StLock<Mutex> _(mLock);
191 StLock<Mutex> _(mLock);
197 StLock<Mutex> _(mLock);
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DGCThreadSharedData.h87 Mutex m_markingLock;
93 Mutex m_opaqueRootsLock;
101 Mutex m_phaseLock;
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_plugin/
H A Dcssmplugin.cpp126 StLock<Mutex> _(sessionMap());
146 StLock<Mutex> _(sessionMap());
160 StLock<Mutex> _(sessionMap());
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_plugin/lib/
H A Dcssmplugin.cpp126 StLock<Mutex> _(sessionMap());
146 StLock<Mutex> _(sessionMap());
160 StLock<Mutex> _(sessionMap());

Completed in 172 milliseconds

1234567891011>>