HomeSort by relevance Sort by last modified time
    Searched full:locked (Results 76 - 100 of 459) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/build/platforms/android-5/arch-arm/usr/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /ndk/build/platforms/android-5/arch-x86/usr/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /ndk/build/platforms/android-8/arch-arm/usr/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /ndk/build/platforms/android-8/arch-x86/usr/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /external/bluetooth/glib/tests/
mainloop-test.c 27 * be locked while the context array mutex is locked
  /external/clearsilver/util/
ulocks.h 156 * The mutex <mutex> must be locked by the thread.
158 * mutex - locked mutex to protect <cond>.
skiplist.c 187 if(force || (! y->locks)) { /* check if value currently locked */
322 /* list is write locked */
343 /* list is write locked */
432 /* list considered locked */
475 /* <list> is locked, <x> is at least level <level>, and <x>->key < <key> */
  /external/opencore/oscl/oscl/osclbase/src/
oscl_singleton.h 94 * Return the current value of the singleton and leave the singleton table locked
102 * Set the value of the singleton. Assume the singleton table is locked on entry.
  /external/openssl/crypto/engine/
eng_init.c 120 /* The API (locked) version of "init" */
135 /* The API (locked) version of "finish" */
  /external/qemu/
block_int.h 96 int (*bdrv_set_locked)(BlockDriverState *bs, int locked);
119 int locked; /* if true, the media cannot temporarily be ejected */ member in struct:BlockDriverState
  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_syscond.c 138 The mutex must be locked before entering this function!
139 The mutex is unlocked during the wait, and locked again after the wait.
  /external/qemu/distrib/sdl-1.2.12/src/thread/generic/
SDL_syscond.c 138 The mutex must be locked before entering this function!
139 The mutex is unlocked during the wait, and locked again after the wait.
  /external/qemu/distrib/sdl-1.2.12/src/thread/os2/
SDL_syscond.c 138 The mutex must be locked before entering this function!
139 The mutex is unlocked during the wait, and locked again after the wait.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQuery.java 96 * statements. The database must be locked
111 * Retrieves the column name for the given column index. The database must be locked
  /prebuilt/windows/sdl/host/include/SDL/
SDL_mutex.h 70 It is an error to unlock a mutex that has not been locked by
147 The mutex must be locked before entering this function!
  /bootable/recovery/
ui.c 93 // Should only be called with gUpdateMutex locked.
110 // Should only be called with gUpdateMutex locked.
152 // Should only be called with gUpdateMutex locked.
191 // Should only be called with gUpdateMutex locked.
199 // Should only be called with gUpdateMutex locked.
  /dalvik/vm/
Sync.c 73 * actually locked. Even the ones that are locked do not need a
128 * Objects that have been locked immediately after this one in the
144 /* stack trace, established the first time we locked the object */
263 * object may be unlocked, thin-locked, or fat-locked.
310 * if some JNI code locked but didn't unlock
691 "object not locked by thread before wait()");
831 "object not locked by thread before notify()");
863 "object not locked by thread before notifyAll()")
    [all...]
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
ReentrantLockTest.java 313 * TryLock on a locked lock fails
333 * Timed tryLock on a locked lock times out
373 * isLocked is true when locked and false when not
624 * hasWaiters throws IMSE if not locked
656 * getWaitQueueLength throws IMSE if not locked
688 * getWaitingThreads throws IMSE if not locked
    [all...]
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 92 * Returns the path on the device of forward-locked apps.
94 * @return path of forward-locked apps on the device
103 * @return path of forward-locked apps on the device
112 * @return path of forward-locked apps on the device
180 * Helper method to install a file to device as forward locked
608 * Helper method for installing an app as forward-locked, and
609 * then verifying the app was installed in the proper forward-locked location.
  /external/kernel-headers/original/linux/
dmaengine.h 220 * Both @dest and @src must stay memory resident (kernel memory or locked
245 * locked user space pages)
271 * (kernel memory or locked user space pages).
  /external/ppp/pppd/
tdb.c 268 if (tdb->locked[list+1].count == 0) {
280 tdb->locked[list+1].ltype = ltype;
282 tdb->locked[list+1].count++;
302 if (tdb->locked[list+1].count==0) {
307 if (tdb->locked[list+1].count == 1) {
317 tdb->locked[list+1].count--;
1683 int rev = 0, locked = 0; local
    [all...]
  /dalvik/vm/analysis/
DexOptimize.h 80 * Returns the file descriptor, locked and seeked past the "opt" header.
  /external/dbus/dbus/
dbus-message-private.h 98 unsigned int locked : 1; /**< Message being sent, no modifications allowed. */ member in struct:DBusMessage
dbus-server-protected.h 89 unsigned int have_server_lock : 1; /**< Does someone have the server mutex locked */
  /external/e2fsprogs/lib/et/test_cases/
heimdal2.c 40 "Database is locked or in use--try again later",

Completed in 186 milliseconds

1 2 34 5 6 7 8 91011>>