/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
gthr-single.h | 147 /* Grab a lock on a mutex. */ 151 /* There can only be one thread, so we always get the lock */ 155 /* Try to grab a lock on a mutex. */ 159 /* There can only be one thread, so we always get the lock */
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
gthr-single.h | 147 /* Grab a lock on a mutex. */ 151 /* There can only be one thread, so we always get the lock */ 155 /* Try to grab a lock on a mutex. */ 159 /* There can only be one thread, so we always get the lock */
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
blktrans.h | 27 struct mutex lock; member in struct:mtd_blktrans_dev
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/mtd/ |
blktrans.h | 27 struct mutex lock; member in struct:mtd_blktrans_dev
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
concurrence.h | 162 void lock() function in class:__mutex 212 void lock() function in class:__recursive_mutex 238 /// Scoped lock idiom. 254 { _M_device.lock(); }
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
gthr-single.h | 147 /* Grab a lock on a mutex. */ 151 /* There can only be one thread, so we always get the lock */ 155 /* Try to grab a lock on a mutex. */ 159 /* There can only be one thread, so we always get the lock */
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
gthr-single.h | 147 /* Grab a lock on a mutex. */ 151 /* There can only be one thread, so we always get the lock */ 155 /* Try to grab a lock on a mutex. */ 159 /* There can only be one thread, so we always get the lock */
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
gthr-single.h | 147 /* Grab a lock on a mutex. */ 151 /* There can only be one thread, so we always get the lock */ 155 /* Try to grab a lock on a mutex. */ 159 /* There can only be one thread, so we always get the lock */
|
/system/media/wilhelm/src/itf/ |
IDynamicSource.c | 37 // need to lock the object, as a change to source can impact most of object
|
/dalvik/vm/ |
Thread.cpp | 155 holding the thread list lock, it will prevent the GC or debugger from 157 section around the entire operation (enter critical, get lock, do stuff, 158 release lock, exit critical). 162 then gets blocked on the thread list lock knows that the thread it is 163 waiting for is also in a critical section, and will release the lock 178 above are followed you don't need to lock anything in the GC. The risk is 289 * We need to assign the threadId early so we can lock/notify 327 * Grab the suspend count global lock. 334 * this lock recursively. Doesn't work with "fast" pthread mutexes. 336 * This lock is always held for very brief periods, so as long a [all...] |
/external/e2fsprogs/lib/ext2fs/ |
tdb.c | 152 /* lock offsets */ 307 {TDB_ERR_NOLOCK, "Lock exists on other keys"}, 322 /* file: lock.c */ 332 note that a len of zero means lock to end of file 360 /* Generic lock error. errno set by fcntl. 376 upgrade a read lock to a write lock. This needs to be handled in a 402 /* lock a list in the database. list -1 is the alloc list */ 411 /* a global lock allows us to avoid per chain locks */ 457 /* Since fcntl locks don't nest, we do a lock for the first one [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
libcros_service_library.cc | 7 #include "base/synchronization/lock.h" 37 // Lock for data members to synchronize access on multiple threads. 38 base::Lock data_lock_; 162 base::AutoLock lock(data_lock_); 176 base::AutoLock lock(data_lock_); 220 base::AutoLock lock(data_lock_); 245 base::AutoLock lock(data_lock_);
|
/external/protobuf/src/google/protobuf/stubs/ |
common.cc | 185 MutexLock lock(log_silencer_count_mutex_); 219 MutexLock lock(internal::log_silencer_count_mutex_); 225 MutexLock lock(internal::log_silencer_count_mutex_); 261 void Mutex::Lock() { 297 void Mutex::Lock() { 339 MutexLock lock(shutdown_functions_mutex); 348 // We don't need to lock shutdown_functions_mutex because it's up to the
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
SDL_syscdrom.c | 116 Lock (); 328 Lock (); 349 Lock(); 389 Lock (); 411 Lock (); 433 Lock (); 463 Lock ();
|
/external/srec/portable/src/ |
PANSIFileImpl.c | 90 if (impl->Interface.lock != NULL) \ 91 CHKLOG(rc, PtrdMonitorLock(impl->Interface.lock)); 99 if (impl->Interface.lock!=NULL) \ 100 CHKLOG(rc, PtrdMonitorUnlock(impl->Interface.lock)); \ 103 if (impl->Interface.lock!=NULL) \ 104 PtrdMonitorUnlock(impl->Interface.lock); \ 441 rc = PMemLogFree(impl->Interface.lock);
|
/external/valgrind/main/helgrind/ |
helgrind.h | 412 succeeded and the lock at address LOCK is now held. CV and LOCK 415 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) \ 419 Variant w/o lock. */ 492 MU->Unlock() and MU->Lock(). This annotation may slow down the 637 Annotations for describing behaviour of user-implemented lock 638 primitives. In all cases, the LOCK argument is a completely 640 value which gives a unique identity to the lock objects being 645 the arbitrary LOCK values are pthread_rwlock_t*'s, when in fac [all...] |
/external/valgrind/main/memcheck/tests/ |
atomic_incs.c | 30 "lock; addb %%bl,(%%eax)" "\n" 40 "lock; addb %%bl,(%%rax)" "\n" 94 "lock; addw %%bx,(%%eax)" "\n" 104 "lock; addw %%bx,(%%rax)" "\n" 157 "lock; addl %%ebx,(%%eax)" "\n" 167 "lock; addl %%ebx,(%%rax)" "\n" 237 "lock; addq %%rbx,(%%rax)" "\n"
|
/external/webkit/Source/WebCore/bridge/ |
NP_jsobject.cpp | 181 JSLock lock(SilenceAssertionsOnly); 232 JSLock lock(SilenceAssertionsOnly); 274 JSLock lock(SilenceAssertionsOnly); 311 JSLock lock(SilenceAssertionsOnly); 343 JSLock lock(SilenceAssertionsOnly); 384 JSLock lock(SilenceAssertionsOnly); 407 JSLock lock(SilenceAssertionsOnly); 439 JSLock lock(SilenceAssertionsOnly); 468 JSLock lock(SilenceAssertionsOnly); 505 JSLock lock(SilenceAssertionsOnly) [all...] |
/external/webkit/Source/WebCore/platform/ |
ScrollView.h | 97 void setHorizontalScrollbarMode(ScrollbarMode mode, bool lock = false) { setScrollbarModes(mode, verticalScrollbarMode(), lock, verticalScrollbarLock()); } 98 void setVerticalScrollbarMode(ScrollbarMode mode, bool lock = false) { setScrollbarModes(horizontalScrollbarMode(), mode, horizontalScrollbarLock(), lock); }; local 103 void setHorizontalScrollbarLock(bool lock = true) { m_horizontalScrollbarLock = lock; } 105 void setVerticalScrollbarLock(bool lock = true) { m_verticalScrollbarLock = lock; } 108 void setScrollingModesLock(bool lock = true) { m_horizontalScrollbarLock = m_verticalScrollbarLock = lock; } [all...] |
/frameworks/base/include/utils/ |
threads.h | 219 * recursive, i.e. the same thread can't lock it multiple times. 233 // lock or unlock the mutex 234 status_t lock(); 237 // lock if possible; returns 0 on success, error otherwise 244 inline Autolock(Mutex& mutex) : mLock(mutex) { mLock.lock(); } 245 inline Autolock(Mutex* mutex) : mLock(*mutex) { mLock.lock(); } 288 inline status_t Mutex::lock() { function in class:android::Mutex 316 * recursive, i.e. the same thread can't lock it multiple times. 403 * Condition variables are paired up with mutexes. Lock the mutex, 418 // Wait on the condition variable. Lock the mutex before calling [all...] |
/packages/apps/Phone/src/com/android/phone/ |
PhoneApp.java | 115 * Allowable values for the poke lock code (timeout between a user activity and the 129 * Allowable values for the wake lock code. 268 // TODO: This event should be handled by the lock screen, just 272 // Some products don't have the concept of a "SIM network lock" 348 // them to display the lock panel. 468 // lock used to keep the processor awake, when we don't care for the display. 471 // Wake lock used to control proximity sensor behavior. 487 // want to set the poke lock. [all...] |
/development/tools/emulator/system/camera/ |
CallbackNotifier.h | 35 * registered in this class, while holding a lock: recursion is quite possible, 109 * Note: this method doesn't grab a lock while checking message status, since 110 * upon exit the status would be undefined anyway. So, grab a lock before 123 * Note: this method doesn't grab a lock while checking video recordin status, 124 * since upon exit the status would be undefined anyway. So, grab a lock
|
/external/chromium/chrome/browser/ |
mach_broker_mac.cc | 91 // leaking MachBroker map entries in this case, lock around both these 94 base::AutoLock lock(broker_->GetLock()); 175 base::AutoLock lock(lock_); 188 base::Lock& MachBroker::GetLock() { 194 base::AutoLock lock(lock_);
|
/external/kernel-headers/original/linux/ |
plist.h | 84 spinlock_t *lock; member in struct:plist_head 94 # define PLIST_HEAD_LOCK_INIT(_lock) .lock = _lock 129 plist_head_init(struct plist_head *head, spinlock_t *lock) 134 head->lock = lock;
|
/external/llvm/lib/ExecutionEngine/JIT/ |
JIT.cpp | 232 mutable sys::Mutex Lock; 235 MutexGuard guard(Lock); 239 MutexGuard guard(Lock); 243 MutexGuard guard(Lock); 285 MutexGuard locked(lock); 332 MutexGuard locked(lock); 360 MutexGuard locked(lock); 556 MutexGuard locked(lock); 562 MutexGuard locked(lock); 574 MutexGuard locked(lock); [all...] |