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

<<31323334353637383940>>

  /development/host/windows/usb/api/
adb_api_instance.cpp 36 adb_app_instance_map_locker.Lock();
  /development/ndk/platforms/android-3/include/linux/mtd/
blktrans.h 27 struct mutex lock; member in struct:mtd_blktrans_dev
  /development/samples/ApiDemos/res/xml/
device_admin_sample.xml 23 <force-lock />
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
NativeLinuxSubWindow.cpp 32 // The call to this function is protected by a lock
  /external/bluetooth/glib/gio/inotify/
inotify-helper.c 50 /* We share this lock with inotify-kernel.c and inotify-missing.c
52 * inotify-kernel.c takes the lock when it reads events from
55 * inotify-missing.c takes the lock when it is scanning the missing
58 * We take the lock in all public functions
  /external/chromium/base/
shared_memory_win.cc 199 void SharedMemory::Lock() {
200 Lock(INFINITE, NULL);
203 bool SharedMemory::Lock(uint32 timeout_ms, SECURITY_ATTRIBUTES* sec_attr) {
206 name.append(L"lock");
  /external/chromium/chrome/browser/chromeos/frame/
dom_browser.h 19 // TODO(rharrison): Add support for OOBE and screen lock DOM screens.
  /external/chromium/chrome/browser/importer/
importer_host.cc 52 // User chose to continue, then we check the lock again to make
55 firefox_lock_->Lock();
92 firefox_lock_.reset(); // Release the Firefox profile lock.
192 // If fail to acquire the lock, we set the source unreadable and
importer_host.h 39 // lock. They can retry or skip the importing process.
42 // This is called when when user ends the lock dialog by clicking on either
154 // Parent window that we pass to the import lock dialog (i.e, the Firefox
161 // Firefox profile lock.
  /external/chromium/chrome/browser/policy/
enterprise_install_attributes.h 35 // This can also be called after the lock has already been taken, in which
enterprise_install_attributes_unittest.cc 24 TEST_F(EnterpriseInstallAttributesTest, Lock) {
  /external/chromium/chrome/browser/sync/glue/
ui_model_worker.cc 33 // We lock only to avoid PostTask'ing a NULL pending_work_ (because it
36 base::AutoLock lock(lock_);
62 base::AutoLock lock(lock_);
77 base::AutoLock lock(lock_);
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
ev_bubble_decoration.h 13 // Draws the "Extended Validation SSL" bubble. This will be a lock
  /external/chromium/chrome/common/
security_style.h 11 // a lock icon when it is displayed during a valid SSL connection.
  /external/chromium/net/base/
cert_database_mac.cc 10 #include "base/synchronization/lock.h"
  /external/clang/test/CodeGenObjC/
property-aggregate.m 5 // with a lock prefix.
  /external/clang/test/Parser/
MicrosoftExtensions.c 26 lock bts [ecx], eax
  /external/e2fsprogs/lib/ext2fs/tdb/
build-tdb 11 FILES="error.c lock.c io.c transaction.c freelist.c \
  /external/icu4c/test/intltest/
caltztst.cpp 47 Mutex lock; local
75 Mutex lock; local
94 Mutex lock; local
121 Mutex lock; local
  /external/kernel-headers/original/linux/
debug_locks.h 10 * Generic 'turn off all lock debugging' function:
ipc.h 59 spinlock_t lock; member in struct:kern_ipc_perm
notifier.h 42 spinlock_t lock; member in struct:atomic_notifier_head
56 spin_lock_init(&(name)->lock); \
68 .lock = __SPIN_LOCK_UNLOCKED(name.lock), \
seq_file.h 22 struct mutex lock; member in struct:seq_file
serio.h 35 spinlock_t lock; /* protects critical sections from port's interrupt handler */ member in struct:serio
45 struct serio_driver *drv; /* accessed from interrupt, must be protected by serio->lock and serio->sem */
142 spin_lock_irq(&serio->lock);
147 spin_unlock_irq(&serio->lock);
  /external/kernel-headers/original/linux/mtd/
blktrans.h 25 struct mutex lock; member in struct:mtd_blktrans_dev

Completed in 648 milliseconds

<<31323334353637383940>>