HomeSort by relevance Sort by last modified time
    Searched defs:lock (Results 26 - 50 of 1458) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/qemu/
qemu-thread.h 7 pthread_mutex_t lock; member in struct:QemuMutex
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
PowerManagerTest.java 42 PowerManager.WakeLock lock = powerManager.newWakeLock(0, "TAG"); local
43 assertFalse(lock.isHeld());
44 lock.acquire();
45 assertTrue(lock.isHeld());
46 lock.acquire();
48 assertTrue(lock.isHeld());
49 lock.release();
51 assertTrue(lock.isHeld());
52 lock.release();
53 assertFalse(lock.isHeld())
58 PowerManager.WakeLock lock = powerManager.newWakeLock(0, "TAG"); local
74 PowerManager.WakeLock lock = powerManager.newWakeLock(0, "TAG"); local
    [all...]
  /external/smack/src/com/kenai/jbosh/
HTTPExchange.java 20 import java.util.concurrent.locks.Lock;
45 * Lock instance used to protect and provide conditions.
47 private final Lock lock = new ReentrantLock(); field in class:HTTPExchange
52 private final Condition ready = lock.newCondition();
92 lock.lock();
101 lock.unlock();
111 lock.lock();
    [all...]
  /external/srec/portable/include/
PFileImpl.h 50 * Used to lock underlying file and provide atomic read/write operations.
52 PtrdMonitor* lock; member in struct:PFileImpl_t
  /frameworks/rs/
rsMutex.cpp 39 bool Mutex::lock() { function in class:Mutex
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CMutex.cpp 57 int32_t CMutex::lock( function in class:CMutex
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
unlock.pass.cpp 23 void lock() {} function in struct:mutex
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
member_swap.pass.cpp 21 void lock() {} function in struct:mutex
nonmember_swap.pass.cpp 22 void lock() {} function in struct:mutex
release.pass.cpp 23 void lock() {++lock_count;} function in struct:mutex
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
spinlock_types.h 20 volatile unsigned int lock; member in struct:__anon43247
26 volatile unsigned int lock; member in struct:__anon43248
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
spinlock_types.h 20 volatile unsigned int lock; member in struct:__anon43601
26 volatile unsigned int lock; member in struct:__anon43602
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
spinlock_types.h 20 volatile unsigned int lock; member in struct:__anon43955
26 volatile unsigned int lock; member in struct:__anon43956
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
mmu.h 21 struct mutex lock; member in struct:__anon44355
spinlock_types.h 26 unsigned int lock; member in struct:__anon44360
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
spinlock_types.h 20 volatile unsigned int lock; member in struct:__anon44735
26 volatile unsigned int lock; member in struct:__anon44736
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
mmu.h 21 struct mutex lock; member in struct:__anon45140
spinlock_types.h 26 unsigned int lock; member in struct:__anon45145
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
spinlock_types.h 20 volatile unsigned int lock; member in struct:__anon45523
26 volatile unsigned int lock; member in struct:__anon45524
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
spinlock_types.h 20 volatile unsigned int lock; member in struct:__anon46142
26 volatile unsigned int lock; member in struct:__anon46143
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
mmu.h 21 struct mutex lock; member in struct:__anon47000
spinlock_types.h 26 unsigned int lock; member in struct:__anon47005
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
spinlock_types.h 20 volatile unsigned int lock; member in struct:__anon47271
26 volatile unsigned int lock; member in struct:__anon47272
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
mmu.h 21 struct mutex lock; member in struct:__anon47710
spinlock_types.h 26 unsigned int lock; member in struct:__anon47715

Completed in 466 milliseconds

12 3 4 5 6 7 8 91011>>