HomeSort by relevance Sort by last modified time
    Searched full:locked (Results 51 - 75 of 1761) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/kernel-headers/original/asm-generic/
mman.h 9 #define MAP_LOCKED 0x2000 /* pages are locked */
  /external/kernel-headers/original/asm-x86/
mman.h 11 #define MAP_LOCKED 0x2000 /* pages are locked */
  /external/lzma/CPP/7zip/UI/Common/
ExitCode.h 14 // kLockedArchive = 4, // Attempt to modify an archive previously locked
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CondWait.3 12 Wait on the condition variable \fBcond\fR and unlock the provided mutex\&. The mutex must the locked before entering this function\&. Returns \fB0\fR when it is signalled, or \fB-1\fR on an error\&.
SDL_CondWaitTimeout.3 12 Wait on the condition variable \fBcond\fR for, at most, \fBms\fR milliseconds\&. \fBmut\fR is unlocked so it must be locked when the function is called\&. Returns \fBSDL_MUTEX_TIMEDOUT\fP if the condition is not signalled in the allotted time, \fB0\fR if it was signalled or \fB-1\fR on an error\&.
SDL_CreateMutex.3 27 /* Do stuff while mutex is locked */
SDL_mutexP.3 12 Locks the \fBmutex\fR, which was previously created with \fI\fBSDL_CreateMutex\fP\fR\&. If the mutex is already locked then \fBSDL_mutexP\fP will not return until it is \fIunlocked\fR\&. Returns \fB0\fR on success, or \fB-1\fR on an error\&.
SDL_SemTryWait.3 17 Returns \fB0\fR if the semaphore was successfully locked or either \fBSDL_MUTEX_TIMEOUT\fR or \fB-1\fR if the thread would have suspended or there was an error, respectivly\&.
19 If the semaphore was not successfully locked, the semaphore will be unchanged\&.
SDL_SemWaitTimeout.3 17 Returns \fB0\fR if the semaphore was successfully locked or either \fBSDL_MUTEX_TIMEOUT\fR or \fB-1\fR if the timeout period was exceeded or there was an error, respectivly\&.
19 If the semaphore was not successfully locked, the semaphore will be unchanged\&.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
mman.h 11 #define MAP_LOCKED 0x2000 /* pages are locked */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
mman.h 11 #define MAP_LOCKED 0x2000 /* pages are locked */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
mman.h 11 #define MAP_LOCKED 0x2000 /* pages are locked */
  /frameworks/av/camera/
CameraMetadata.cpp 57 ALOGE("%s: Assignment to a locked CameraMetadata!", __FUNCTION__);
81 ALOGE("%s: Can't unlock a non-locked CameraMetadata!", __FUNCTION__);
95 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
105 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
116 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
129 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
141 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
162 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
189 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
202 ALOGE("%s: CameraMetadata is locked", __FUNCTION__)
    [all...]
  /external/chromium/net/socket_stream/
socket_stream_job_manager.cc 34 base::AutoLock locked(lock_);
49 base::AutoLock locked(lock_);
  /external/chromium_org/ash/
shell_observer.h 28 // Invoked when the screen is locked (after the lock window is visible) or
30 virtual void OnLockStateChanged(bool locked) {}
  /external/chromium_org/chrome/browser/
process_singleton_startup_lock.cc 28 // ProcessSingleton was locked. Only replay each message once.
45 // If locked, it means we are not ready to process this message because
process_singleton_startup_lock.h 22 // The object starts in a locked state. |Unlock()| must be called
41 bool locked() { return locked_; } function in class:ProcessSingletonStartupLock
  /external/chromium_org/net/socket_stream/
socket_stream_job_manager.cc 34 base::AutoLock locked(lock_);
49 base::AutoLock locked(lock_);
  /external/chromium_org/third_party/sqlite/src/test/
busy.test 37 } {1 {database is locked}}
53 } {1 {database is locked}}
walshared.test 48 } {1 {database table is locked}}
52 } {1 {database table is locked}}
  /external/chromium_org/ui/events/ozone/evdev/
event_modifiers.cc 65 bool locked = (modifier_flags_locked_ & mask); local
66 if (down != locked)
  /external/clang/test/Analysis/
idempotent-operations.m 11 @property int locked;
41 int x = placeholder.media.locked = placeholder ? 1 : 0;
  /external/valgrind/main/drd/tests/
pth_cancel_locked.stderr.exp-darwin 2 Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 2.
9 Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 2.
  /external/valgrind/main/helgrind/tests/
tc09_bad_unlock.c 43 /* Now we get a freeing-locked-lock error, since the stack
44 frame is removed whilst mx2 is still locked. */
  /external/chromium_org/chrome/browser/chromeos/extensions/
screenlock_private_api.cc 24 bool locked = false; local
28 locked = locker->locked();
29 SetResult(new base::FundamentalValue(locked));
42 if (params->locked) {

Completed in 3652 milliseconds

1 23 4 5 6 7 8 91011>>