HomeSort by relevance Sort by last modified time
    Searched full:lock (Results 926 - 950 of 3434) sorted by null

<<31323334353637383940>>

  /development/samples/BackupRestore/src/com/example/android/backuprestore/
FileHelperExampleAgent.java 79 // Hold the lock while the FileBackupHelper performs the backup operation
92 // Hold the lock while the FileBackupHelper restores the file from
  /device/moto/wingray/
init.stingray.rc 35 chown system system /data/tpapi/etc/tpa/keymgr.lock
36 chmod 0660 /data/tpapi/etc/tpa/keymgr.lock
37 chown system system /data/tpapi/etc/tpa/persistent/keymaptable.lock
38 chmod 0660 /data/tpapi/etc/tpa/persistent/keymaptable.lock
39 chown system system /data/tpapi/etc/tpa/persistent/keyring.lock
40 chmod 0660 /data/tpapi/etc/tpa/persistent/keyring.lock
41 chown system system /data/tpapi/etc/tpa/persistent/iprm.lock
42 chmod 0660 /data/tpapi/etc/tpa/persistent/iprm.lock
  /device/moto/wingray/libaudio/
AudioHardware.cpp 166 { // scope for the lock
167 Mutex::Autolock lock(mLock);
201 mLock.lock();
208 Mutex::Autolock lock(mLock);
217 mLock.lock();
230 Mutex::Autolock lock(mLock);
241 mLock.lock();
252 Mutex::Autolock lock(mLock);
261 mLock.lock();
267 AutoMutex lock(mLock)
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 83 private final Object lock = new Object(); field in class:Support_HttpServer
106 synchronized (lock) {
110 lock.notifyAll();
130 // release the lock so the tests will finish running
136 synchronized (lock) {
137 lock.notifyAll();
152 synchronized (lock) {
159 lock.wait();
  /external/bluetooth/glib/gio/fen/
fen-missing.c 85 * Unsafe, need lock fen_lock.
114 * Unsafe, need lock fen_lock.
  /external/chromium/base/threading/
worker_pool_posix.h 35 #include "base/synchronization/lock.h"
71 Lock lock_; // Protects all the variables below.
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard.h 93 // Returns true if caps lock is enabled.
97 // Sets the caps lock status to |enable_caps_lock|.
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.h 14 #include "base/synchronization/lock.h"
75 mutable base::Lock lock_;
content_settings_pref_provider.h 16 #include "base/synchronization/lock.h"
86 mutable base::Lock lock_;
  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.cc 42 // And we do not need a lock for this because we are just
51 base::AutoLock lock(hang_detection_lock_);
hung_window_detector.h 9 #include "base/synchronization/lock.h"
84 base::Lock hang_detection_lock_;
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.h 21 #include "base/synchronization/lock.h"
99 base::Lock lock_;
  /external/chromium/net/base/
test_completion_callback_unittest.cc 61 base::Lock origin_loop_lock_;
72 // need to call its PostTask method inside a lock. See ~ExampleEmployer.
  /external/chromium/net/proxy/
polling_proxy_config_service.cc 10 #include "base/synchronization/lock.h"
150 base::Lock lock_;
  /external/chromium/webkit/glue/media/
simple_data_source.h 106 // Perform initialization completion tasks under a lock.
137 base::Lock lock_;
  /external/clang/test/CodeGen/
atomic.c 87 void release_return(int *lock) {
89 return __sync_lock_release(lock);
  /external/e2fsprogs/intl/
textdomain.c 35 # include <bits/libc-lock.h>
73 /* Lock variable to protect the global data in the gettext implementation. */
  /external/elfutils/libasm/
asm_begin.c 121 /* Initialize the lock. */
122 rwlock_init (result->lock);
asm_newabssym.c 62 rwlock_wrlock (ctx->lock);
118 rwlock_unlock (ctx->lock);
asm_newsym.c 63 rwlock_wrlock (asmscn->ctx->lock);
113 rwlock_unlock (asmscn->ctx->lock);
  /external/elfutils/libelf/
elf32_newphdr.c 49 rwlock_wrlock (elf->lock);
134 rwlock_unlock (elf->lock);
elf_getdata.c 356 rwlock_rdlock (elf->lock);
406 /* We cannot acquire a write lock while we are holding a read
407 lock. Therefore give up the read lock and then get the write
408 lock. But this means that the data could meanwhile be
410 rwlock_unlock (elf->lock);
411 rwlock_wrlock (elf->lock);
450 rwlock_unlock (elf->lock);
gelf_getdyn.c 50 rwlock_rdlock (elf->lock);
96 rwlock_unlock (elf->lock);
gelf_getsym.c 47 rwlock_rdlock (data_scn->s->elf->lock);
101 rwlock_unlock (data_scn->s->elf->lock);
gelf_getsymshndx.c 54 rwlock_rdlock (symdata_scn->s->elf->lock);
125 rwlock_unlock (symdata_scn->s->elf->lock);

Completed in 663 milliseconds

<<31323334353637383940>>