/external/icu4c/i18n/ |
colldata.cpp | 466 UMTX lock; member in class:CollDataCache 487 : lock(0), cache(NULL) 505 umtx_lock(&lock); 508 umtx_unlock(&lock); 510 umtx_destroy(&lock); 521 umtx_lock(&lock); 525 umtx_unlock(&lock); 535 umtx_lock(&lock); 540 umtx_unlock(&lock); 555 umtx_unlock(&lock); [all...] |
/hardware/ti/omap4xxx/camera/ |
ANativeWindowDisplayAdapter.cpp | 341 Mutex::Autolock lock(mLock); 378 Mutex::Autolock lock(mLock); 451 Mutex::Autolock lock(mLock); 492 Mutex::Autolock lock(mLock); 626 // lock the initial queueable buffers 638 mapper.lock((buffer_handle_t) mGrallocHandleMap[i], CAMHAL_GRALLOC_USAGE, bounds, y_uv); 657 //LOCK UNLOCK TO GET YUV POINTERS 659 mapper.lock((buffer_handle_t) mGrallocHandleMap[i], CAMHAL_GRALLOC_USAGE, bounds, y_uv); 845 Mutex::Autolock lock(mLock); 1055 Mutex::Autolock lock(mLock) [all...] |
AppCallbackNotifier.cpp | 64 Mutex::Autolock lock(mLock); 105 } // scope for mutex lock 117 Mutex::Autolock lock(mBurstLock); 210 Mutex::Autolock lock(mLock); 226 Mutex::Autolock lock(mLock); 314 Mutex::Autolock lock(mLock); 612 // scope for lock 614 Mutex::Autolock lock(mLock); 648 // scope for lock 650 Mutex::Autolock lock(mLock) [all...] |
/packages/apps/Email/src/com/android/email/provider/ |
ContentCache.java | 59 * 1. Lock the row in the cache: cache.lock(id); 67 * 1. Lock the row in the cache: cache.lock(id); 112 /** If {@code true}, lock the cache for all writes */ 589 * Lock a given row, such that no new valid CacheTokens can be created for the passed-in id. 590 * @param id the id of the row to lock 592 public synchronized void lock(String id) { method in class:ContentCache 598 Log.d(mTokenList.mLogTag, "============ Lock invalidated " + count + 629 * @param wasLocked whether or not the row was locked; if so, the lock will be remove [all...] |
/external/chromium/chrome/browser/metrics/ |
thread_watcher.cc | 304 base::AutoLock lock(lock_); 347 base::Lock WatchDogThread::lock_; 366 base::AutoLock lock(lock_); 390 base::AutoLock lock(lock_); 414 base::AutoLock lock(lock_); 420 base::AutoLock lock(lock_);
|
/external/valgrind/main/helgrind/tests/ |
tc20_verifywrap.c | 175 locking a lock and then unlocking it. Then the unlock call 185 a not-locked lock. Thusly: */ 188 /* w-lock it */ 200 /* r-lock it twice */ 214 /* Lock rwl3 so the locked-lock-at-dealloc check can complain about
|
/frameworks/base/opengl/libs/EGL/ |
egl_cache.cpp | 85 Mutex::Autolock lock(mMutex); 123 Mutex::Autolock lock(mMutex); 133 Mutex::Autolock lock(mMutex); 152 Mutex::Autolock lock(c->mMutex); 172 Mutex::Autolock lock(mMutex); 187 Mutex::Autolock lock(mMutex);
|
/packages/apps/Settings/src/com/android/settings/ |
IccLockSettings.java | 39 * Implements the preference screen to enable/disable ICC lock and 41 * the ICC lock will prompt the user for the current PIN. 51 // State when enabling/disabling ICC lock 83 // Are we trying to enable or disable ICC lock? 347 // Try to change icc lock. If it succeeds, toggle the lock state and
|
/system/media/wilhelm/src/itf/ |
IEqualizer.c | 115 // Note: no lock, but OK because it is const 133 // Note: no lock, but OK because it is const 183 // const, no lock needed 222 // Note: no lock, but OK because it is const 258 // Note: no lock, but OK because it is const 418 // Note: no lock, but OK because it is const
|
/device/moto/wingray/libaudio/ |
AudioPostProcessor.cpp | 157 Mutex::Autolock lock(mMmLock); 198 Mutex::Autolock lock(mMmLock); 209 Mutex::Autolock lock(mMmLock); 228 Mutex::Autolock lock(mEcnsBufLock); 282 AutoMutex lock(mEcnsBufLock); 291 AutoMutex lock(mEcnsBufLock); 321 fdLock->lock(); 328 mEcnsBufLock.lock(); 335 mEcnsBufLock.lock(); 408 mEcnsBufLock.lock(); [all...] |
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
ConnPoolByRoute.java | 184 poolLock.lock(); 205 poolLock.lock(); 226 poolLock.lock(); 275 poolLock.lock(); 378 poolLock.lock(); 422 poolLock.lock(); 491 poolLock.lock(); 527 poolLock.lock(); 554 poolLock.lock(); 576 poolLock.lock(); [all...] |
/external/valgrind/tsan/ |
ts_valgrind_intercepts.c | 245 // Currently, we ignore only Lock/Unlock events, not any other sync events. 928 /* There's a hole here: libpthread now knows the lock is locked, 930 that the lock has been acquired by someone (this thread). Does [all...] |
/external/webrtc/src/system_wrappers/source/ |
trace_impl.cc | 46 // Sanitys to avoid taking lock unless absolutely necessary (for 61 CriticalSectionScoped lock(*crtiSect); 89 // The lock is held by the scoped critical section. Release the lock 90 // temporarily so that the trace can be safely deleted. If the lock 102 // Re-aqcuire the lock. 262 CriticalSectionScoped lock(_critsectInterface); 486 CriticalSectionScoped lock(_critsectInterface); 520 CriticalSectionScoped lock(_critsectInterface); 526 CriticalSectionScoped lock(_critsectInterface) [all...] |
/hardware/msm7k/librpc/ |
svc.c | 87 pthread_mutex_t lock; member in struct:SVCXPRT 168 pthread_mutex_init(&xprt->lock, &xprt->lock_attr); 180 /* NOTE: this function must always be called with the xprt->lock held! */ 199 pthread_mutex_lock(&xprt->lock); 201 pthread_mutex_unlock(&xprt->lock); 212 pthread_mutex_lock(&xprt->lock); 220 pthread_mutex_unlock(&xprt->lock); 247 pthread_mutex_unlock(&xprt->lock); 262 pthread_mutex_unlock(&xprt->lock); 285 pthread_mutex_unlock(&xprt->lock); [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
KeyguardViewMediator.java | 150 /** The stream type that the lock sounds are tied to. */ 152 /** Minimum volume for lock sounds, as a ratio of max MASTER_STREAM_TYPE */ 154 /** Maximum volume for lock sounds, as a ratio of max MASTER_STREAM_TYPE */ 167 // true because the first lock (on boot) should be silent. 193 * the wake lock. 393 // Lock now 397 // Lock in the future 633 if (DEBUG) Log.d(TAG, "doKeyguard: showing the lock screen"); 680 * its state accordingly and then poke the wake lock when it is ready. 689 * acquire the handoff lock that will keep the cpu running. this wil [all...] |
/bionic/libc/bionic/ |
pthread.c | 744 // mutex lock states 757 * 1-0 state lock state (0, 1 or 2) 911 * Lock a non-recursive mutex. 920 * the lock state field. 929 * change the lock's state from 0 to 1. __atomic_cmpxchg() returns 0 931 * lock is already held by another thread. 940 * see if we got zero back; if so, we have acquired the lock. If 941 * not, another thread still holds the lock and we wait again. 958 * that we are in fact the owner of this lock. 970 * to release the lock. __atomic_dec() returns the previous value [all...] |
/bionic/libc/private/ |
thread_private.h | 69 * lock the mutex associated with the given tag. If the given 131 * malloc lock/unlock prototypes and definitions
|
/cts/apps/CtsVerifier/jni/cameraanalyzer/ |
com_android_cts_verifier_camera_analyzer_ColorChecker.cpp | 52 LOGE("Unable to lock input bitmap"); 150 LOGE("Unable to lock output bitmap");
|
/cts/tests/tests/admin/src/android/admin/cts/ |
DeviceAdminInfoTest.java | 67 assertEquals("force-lock", 95 assertEquals("force-lock",
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/dreturn/ |
Test_dreturn.java | 67 * @title Lock structural rule 1 is violated 74 // lock rules, see JVM spec 8.13 and monitorenter/exit opcodes.
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/freturn/ |
Test_freturn.java | 66 * @title Lock structural rule 1 is violated 73 // lock rules, see JVM spec 8.13 and monitorenter/exit opcodes.
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/ireturn/ |
Test_ireturn.java | 66 * @title Lock structural rule 1 is violated 73 // lock rules, see JVM spec 8.13 and monitorenter/exit opcodes.
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/lreturn/ |
Test_lreturn.java | 67 * @title Lock structural rule 1 is violated 75 // // lock rules, see JVM spec 8.13 and monitorenter/exit opcodes.
|
/dalvik/vm/ |
Thread.h | 255 /* pointer to the monitor lock we're currently waiting on */ 276 /* links to rest of thread list; grab global lock before traversing */ 338 /* grab the thread list global lock */ 340 /* try to grab the thread list global lock */ 342 /* release the thread list global lock */ 514 * Caller must hold the thread list lock. 522 * Caller must hold the thread list lock. 537 * For correctness, the caller should hold the thread list lock to ensure
|
/dalvik/vm/alloc/ |
Alloc.h | 144 * Does not require the caller to hold the heap lock, and does not take the 145 * heap lock internally.
|