HomeSort by relevance Sort by last modified time
    Searched refs:global_lock (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_win_unittest.cc 54 base::win::ScopedHGlobal<wchar_t*> global_lock(glob);
55 wchar_t* buffer_handle = global_lock.get();
92 base::win::ScopedHGlobal<wchar_t*> global_lock(glob);
93 wchar_t* buffer_handle = global_lock.get();
104 base::win::ScopedHGlobal<wchar_t*> global_lock(glob);
105 wchar_t* buffer_handle = global_lock.get();
  /external/e2fsprogs/lib/ext2fs/
tdb.c 151 #define GLOBAL_LOCK 0
229 struct tdb_lock_type global_lock; member in struct:tdb_context
410 if (tdb->global_lock.count &&
411 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) {
415 if (tdb->global_lock.count) {
505 if (tdb->global_lock.count &&
506 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) {
510 if (tdb->global_lock.count) {
584 if (tdb->have_transaction_lock || tdb->global_lock.count) {
627 if (tdb->global_lock.count && tdb->global_lock.ltype == ltype)
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 1316 uint32_t global_lock; \/* Global Lock *\/ member in struct:facs_descriptor_rev1
    [all...]

Completed in 838 milliseconds