/external/kernel-headers/original/linux/lockd/ |
xdr.h | 25 /* Lock info passed via NLM */ 52 struct nlm_lock lock; member in struct:nlm_args 69 struct nlm_lock lock; member in struct:nlm_res
|
/external/llvm/lib/Support/ |
PluginLoader.cpp | 27 sys::SmartScopedLock<true> Lock(*PluginsLock); 38 sys::SmartScopedLock<true> Lock(*PluginsLock); 43 sys::SmartScopedLock<true> Lock(*PluginsLock);
|
/external/valgrind/main/helgrind/tests/ |
tc11_XCHG.c | 9 use the hardware bus lock (implicitly, since XCHG r,m on x86/amd64 10 does not require an explicit LOCK prefix.). */ 54 "lock xchgl %0, %1" \
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
ChromiumInit.cpp | 65 static base::Lock lock; local 66 base::AutoLock aLock(lock);
|
/external/webkit/Source/WebKit/android/plugins/ |
ANPSurface_npapi.h | 36 surface will be considered dirty. If the lock was successful the function 40 bool (*lock)(JNIEnv* env, jobject surface, ANPBitmap* bitmap, ANPRectI* dirtyRect); member in struct:ANPSurfaceInterfaceV0 41 /** Given a locked surface handle (i.e. result of a successful call to lock)
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebDynamicScrollBarsViewInternal.h | 37 - (void)setScrollingModes:(WebCore::ScrollbarMode)hMode vertical:(WebCore::ScrollbarMode)vMode andLock:(BOOL)lock; 43 - (void)setHorizontalScrollingMode:(WebCore::ScrollbarMode)mode andLock:(BOOL)lock; 44 - (void)setVerticalScrollingMode:(WebCore::ScrollbarMode)mode andLock:(BOOL)lock;
|
/frameworks/base/cmds/svc/src/com/android/commands/svc/ |
PowerCommand.java | 66 IBinder lock = new Binder(); local 67 pm.acquireWakeLock(PowerManager.FULL_WAKE_LOCK, lock, "svc power", null); 69 pm.releaseWakeLock(lock, 0);
|
/frameworks/base/core/java/android/database/ |
ContentObserver.java | 30 private Object lock = new Object(); field in class:ContentObserver 89 synchronized(lock) { 104 synchronized(lock) {
|
/frameworks/base/core/java/android/os/ |
Power.java | 35 * Wake lock that ensures that the CPU is running. The screen might 41 * Wake lock that ensures that the screen is on. 45 public static native void acquireWakeLock(int lock, String id);
|
/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
SQLiteUnfinalizedExceptionTest.java | 55 mDatabase.lock(); 66 mDatabase.lock(); 71 mDatabase.lock();
|
/frameworks/base/media/jni/soundpool/ |
SoundPoolThread.cpp | 26 Mutex::Autolock lock(&mLock); 39 Mutex::Autolock lock(&mLock); 50 Mutex::Autolock lock(&mLock);
|
/frameworks/base/media/libmedia/ |
IMediaDeathNotifier.cpp | 81 // Need to do this with the lock held 90 // Don't hold the static lock during callback in case app 91 // makes a call that needs the lock.
|
/frameworks/base/media/libmediaplayerservice/ |
MidiMetadataRetriever.cpp | 42 Mutex::Autolock lock(mLock); 53 Mutex::Autolock lock(mLock); 64 Mutex::Autolock lock(mLock);
|
/libcore/luni/src/main/java/java/io/ |
CharArrayWriter.java | 45 * {@code lock} to synchronize access to this writer. 49 lock = buf; 55 * as the {@code lock} to synchronize access to this writer. 67 lock = buf; 104 synchronized (lock) { 117 synchronized (lock) { 130 synchronized (lock) { 146 synchronized (lock) { 168 synchronized (lock) { 185 synchronized (lock) { [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
fcntl.h | 99 #define LOCK_SH 1 /* shared lock */ 100 #define LOCK_EX 2 /* exclusive lock */ 103 #define LOCK_UN 8 /* remove lock */
|
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 687 /// \brief Class that manages the creation of a lock file to aid 690 /// The implicit coordination works by creating a ".lock" file alongside 692 /// system to ensure that only a single process can create that ".lock" file. 693 /// When the lock file is removed, the owning process has finished the 697 /// \brief Describes the state of a lock file. 699 /// \brief The lock file has been created and is owned by this instance 702 /// \brief The lock file already exists and is owned by some other 705 /// \brief An error occurred while trying to create or find the lock 730 /// \brief Determine the state of the lock file. 735 /// \brief For a shared lock, wait until the owner releases the lock [all...] |
/external/qemu/audio/ |
winaudio.c | 73 case MMSYSERR_NOMEM: reason="unable to allocate or lock memory"; break;
94 CRITICAL_SECTION lock;
member in struct:WinAudioOut 115 EnterCriticalSection( &s->lock );
118 LeaveCriticalSection( &s->lock );
167 InitializeCriticalSection( &s->lock );
264 EnterCriticalSection( &s->lock );
266 LeaveCriticalSection( &s->lock );
308 EnterCriticalSection( &s->lock );
312 LeaveCriticalSection( &s->lock );
345 CRITICAL_SECTION lock;
member in struct:WinAudioIn [all...] |
/external/valgrind/main/drd/tests/ |
tsan_thread_wrappers_pthread.h | 120 void Lock() { 143 void Lock() { 180 /// pthread_mutex_t is *not* a reader-writer lock, 202 void Lock() { CHECK(0 == pthread_mutex_lock(&mu_));} 210 void ReaderLock() { Lock(); } 214 void LockWhen(Condition cond) { Lock(); WaitLoop(cond); } 215 void ReaderLockWhen(Condition cond) { Lock(); WaitLoop(cond); } 219 { Lock(); return WaitLoopWithTimeout(cond, millis); } 221 { Lock(); return WaitLoopWithTimeout(cond, millis); } 265 mu_->Lock(); [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
BaseTile.cpp | 124 android::AutoMutex lock(m_atomicSync); 136 android::AutoMutex lock(m_atomicSync); 156 android::AutoMutex lock(m_atomicSync); 182 android::AutoMutex lock(m_atomicSync); 224 // due to not using an update lock. force them to fail validate step. 231 android::AutoMutex lock(m_atomicSync); 237 android::AutoMutex lock(m_atomicSync); 243 android::AutoMutex lock(m_atomicSync); 258 m_atomicSync.lock(); 289 android::AutoMutex lock(m_atomicSync) [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaVisualizerTest.java | 59 private final Object lock = new Object(); field in class:MediaVisualizerTest 300 synchronized(lock) { 302 lock.wait(1000); 312 synchronized(lock) { 315 lock.wait(1000); 326 synchronized(lock) { 329 lock.wait(1000); 345 synchronized(lock) { 348 lock.wait(1000); 359 synchronized(lock) { [all...] |
/external/sonivox/jet_tools/JetCreator/ |
eas.py | 226 with self.eas.lock:
234 with self.eas.lock:
244 with self.eas.lock:
253 with self.eas.lock:
263 with self.eas.lock:
271 with self.eas.lock:
280 with self.eas.lock:
289 with self.eas.lock:
296 with self.eas.lock:
312 with self.eas.lock: [all...] |
/bionic/libc/kernel/common/linux/mtd/ |
flashchip.h | 63 spinlock_t lock; member in struct:flchip_shared
|
/cts/apps/CtsVerifier/res/xml/ |
device_admin.xml | 21 <force-lock />
|
/cts/tests/deviceadmin/res/xml/ |
device_admin.xml | 22 <force-lock />
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_MONITOR_ENTER.S | 2 * Call out to the runtime to lock an object. Because this thread
|