/external/replicaisland/src/com/replica/replicaisland/ |
D | EventReporter.java | 25 private Object mLock = new Object(); field in EventReporter 32 synchronized(mLock) { in run() 36 mLock.wait(); in run() 74 synchronized(mLock) { in addEvent() 76 mLock.notifyAll(); in addEvent() 125 synchronized(mLock) { in stop() 127 mLock.notifyAll(); in stop()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | fifo.hpp | 39 OSALIGNLINE(volatile uint32_t) mLock{0}; in OSALIGNLINE() 62 mLock = 0; in clear() 69 if (mLock) in tryLock() 75 long initial = InterlockedCompareExchange(&mLock, 1, 0); in tryLock() 79 void unlock() { mLock = 0; } in unlock()
|
/external/volley/src/main/java/com/android/volley/ |
D | Request.java | 82 private final Object mLock = new Object(); field in Request 182 synchronized (mLock) { in getErrorListener() 343 synchronized (mLock) { in cancel() 351 synchronized (mLock) { in isCanceled() 568 synchronized (mLock) { in markDelivered() 575 synchronized (mLock) { in hasHadResponseDelivered() 619 synchronized (mLock) { in deliverError() 633 synchronized (mLock) { in setNetworkRequestCompleteListener() 646 synchronized (mLock) { in notifyListenerResponseReceived() 660 synchronized (mLock) { in notifyListenerResponseNotUsable()
|
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | ExecutorFactory.java | 59 private final Object mLock; field in ExecutorFactory.PipedExecutor 71 mLock = new Object(); in PipedExecutor() 96 synchronized (mLock) { in close() 127 synchronized (mLock) { in runNextAction() 142 synchronized (mLock) { in execute()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiAwareManagerFacade.java | 76 private final Object mLock = new Object(); // lock access to the following vars field in WifiAwareManagerFacade 86 synchronized (mLock) { in getNextDiscoverySessionId() 96 synchronized (mLock) { in getNextSessionId() 362 synchronized (mLock) { in wifiIsAwareAvailable() 369 synchronized (mLock) { in wifiAwareDestroyAll() 396 synchronized (mLock) { in wifiAwareAttach() 414 synchronized (mLock) { in wifiAwareDestroy() 434 synchronized (mLock) { in wifiAwarePublish() 459 synchronized (mLock) { in wifiAwareUpdatePublish() 483 synchronized (mLock) { in wifiAwareSubscribe() [all …]
|
D | WifiRtt2ManagerFacade.java | 60 private final Object mLock = new Object(); // lock access to the following vars field in WifiRtt2ManagerFacade 92 synchronized (mLock) { in wifiIsRttAvailable() 113 synchronized (mLock) { in wifiRttStartRangingToAccessPoints() 130 synchronized (mLock) { in wifiRttStartRangingToAwarePeerMac() 148 synchronized (mLock) { in wifiRttStartRangingToAwarePeerId() 161 synchronized (mLock) { in wifiRttCancelRanging()
|
D | WifiManagerFacade.java | 283 private WifiLock mLock = null; field in WifiManagerFacade 319 if (mLock == null) { in makeLock() 320 mLock = mWifi.createWifiLock(wifiMode, "sl4a"); in makeLock() 321 mLock.acquire(); in makeLock() 1436 if (mLock != null) { in wifiLockRelease() 1437 mLock.release(); in wifiLockRelease() 1438 mLock = null; in wifiLockRelease()
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | StringRequest.java | 32 private final Object mLock = new Object(); field in StringRequest 70 synchronized (mLock) { in cancel() 78 synchronized (mLock) { in deliverResponse()
|
D | JsonRequest.java | 44 private final Object mLock = new Object(); field in JsonRequest 78 synchronized (mLock) { in cancel() 86 synchronized (mLock) { in deliverResponse()
|
D | ImageRequest.java | 45 private final Object mLock = new Object(); field in ImageRequest 245 synchronized (mLock) { in cancel() 253 synchronized (mLock) { in deliverResponse()
|
/external/OpenCL-CTS/test_common/harness/ |
D | ThreadPool.cpp | 136 CRITICAL_SECTION mLock[1]; // Used to protect mWaiters, mGeneration and mReleaseCount. member 147 InitializeCriticalSection( cond_var->mLock ); in _InitializeConditionVariable() 157 EnterCriticalSection( cond_var->mLock ); in _SleepConditionVariableCS() 160 LeaveCriticalSection( cond_var->mLock ); in _SleepConditionVariableCS() 166 EnterCriticalSection( cond_var->mLock ); in _SleepConditionVariableCS() 168 LeaveCriticalSection( cond_var->mLock ); in _SleepConditionVariableCS() 176 EnterCriticalSection( cond_var->mLock ); in _SleepConditionVariableCS() 182 LeaveCriticalSection( cond_var->mLock ); in _SleepConditionVariableCS() 187 EnterCriticalSection( cond_var->mLock ); in _WakeAllConditionVariable() 194 LeaveCriticalSection( cond_var->mLock ); in _WakeAllConditionVariable()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_command_buffer.mm | 41 std::lock_guard<std::mutex> lg(mLock); 71 mLock.lock(); 76 mLock.unlock(); 82 mLock.lock(); 84 mLock.unlock(); 109 std::lock_guard<std::mutex> lg(mLock); 133 std::lock_guard<std::mutex> lg(mLock); 169 std::lock_guard<std::mutex> lg(mLock); 176 std::lock_guard<std::mutex> lg(mLock); 198 std::lock_guard<std::mutex> lg(mLock); [all …]
|
D | mtl_command_buffer.h | 85 mutable std::mutex mLock; variable 125 mutable std::mutex mLock; variable
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | CppAssetManager.java | 93 private final Object mLock = new Object(); field in CppAssetManager 226 synchronized (mLock) { in addAssetPath() 422 synchronized (mLock) { in setConfiguration() 440 synchronized (mLock) { in getConfiguration() 458 synchronized (mLock) { in open() 488 synchronized (mLock) { in openNonAsset() 519 synchronized (mLock) { in openNonAsset() 695 synchronized (mLock) { in getResTable() 1002 synchronized (mLock) { in openDir() 1762 synchronized (mLock) { in getAssetPaths()
|
D | ResTable.java | 74 final Semaphore mLock = new Semaphore(1); field in ResTable 1056 synchronized (mLock) { 1116 synchronized (mLock) { 2694 mLock.acquire(); in lock() 2701 mLock.release(); in unlock() 2710 mLock.release(); in lockBag()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | InCallServiceImpl.java | 82 private static Object mLock = new Object(); field in InCallServiceImpl 274 synchronized (mLock) { in onVideoCallChanged() 568 synchronized (mLock) { in onCallAdded()
|
/external/sqlite/dist/ |
D | sqlite3.c | 189506 u32 mLock; 191880 if( pRbu->mLock!=mReq ){ 193216 if( (1<<i) & p->pRbu->mLock ){ 193220 p->pRbu->mLock = 0; 193657 pRbu->mLock |= (1 << ofst);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 189478 u32 mLock; 191852 if( pRbu->mLock!=mReq ){ 193188 if( (1<<i) & p->pRbu->mLock ){ 193192 p->pRbu->mLock = 0; 193629 pRbu->mLock |= (1 << ofst);
|