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

<<31323334353637383940>>

  /external/llvm/lib/Target/X86/
X86InstrCompiler.td 528 // Normal-Instructions-With-Lock-Prefix Pseudo Instructions
531 // FIXME: Use normal instructions and add lock prefix dynamically.
538 "lock\n\t"
540 []>, Requires<[In32BitMode]>, LOCK;
550 "lock\n\t"
553 Requires<[In64BitMode]>, LOCK;
567 !strconcat("lock\n\t", mnemonic, "{b}\t",
569 []>, LOCK;
573 !strconcat("lock\n\t", mnemonic, "{w}\t",
575 []>, OpSize, LOCK;
    [all...]
  /external/llvm/test/CodeGen/X86/
2010-10-08-cmpxchg8b.ll 19 ; CHECK: lock
  /external/oprofile/libop/
op_config.c 58 strcat(op_lock_file, "/lock");
  /external/ppp/pppd/plugins/radius/
includes.h 52 /* rlib/lock.c */
lock.c 2 * $Id: lock.c,v 1.1 2004/11/14 07:26:26 paulus Exp $
  /external/ppp/pppd/
utils.c 890 /* Procedures for locking the serial device using a lock file. */
893 #define LOCK_DIR "/var/lock"
898 #define LOCK_DIR "/var/spool/lock"
906 * lock - create a lock file for the named device
909 lock(dev) function
924 error("Can't create lock file %s", lock_file);
940 error("Can't lock %s: not a character device", dev);
967 error("Can't create lock file %s: %m", lock_file);
971 /* Read the lock file to find out who has the device locked. *
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
CDPlayer.h 43 void Lock ();
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuvfuncs.h 33 int (*Lock)(_THIS, SDL_Overlay *overlay);
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_xbiosinterrupt_s.h 39 extern volatile Uint16 SDL_AtariXbios_mouselock; /* mouse lock position */
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BWin.h 64 Lock();
109 Lock();
182 return(Lock());
224 Lock();
  /external/qemu/target-i386/
TODO 9 - return UD exception if LOCK prefix incorrectly used
  /external/skia/gpu/include/
GrGLIndexBuffer.h 35 virtual void* lock();
GrGLVertexBuffer.h 31 virtual void* lock();
  /external/valgrind/main/drd/tests/
annotate_smart_pointer.cpp 65 void Lock()
126 void Lock()
278 m_mutex.Lock();
286 m_mutex.Lock();
hold_lock_2.stderr.exp 8 Lock on rwlock 0x........ was held during ... ms (threshold: 500 ms).
recursive_mutex.stderr.exp-darwin 4 second lock call failed !
trylock.stderr.exp 8 Attempt to lock for writing recursively (not allowed).
  /external/valgrind/main/helgrind/
README_YARD.txt 33 You can disable lock order checking with --track-lockorders=no, as it
  /external/valgrind/main/helgrind/tests/
tc22_exit_w_lock.c 32 /* Parent creates 2 children, takes a lock, waits, segfaults. Use
  /external/valgrind/tsan/
ts_util.cc 512 // Lock based on pipe's send/receive. The idea (but not the code)
597 void TSLock::Lock() {
614 PIN_LOCK lock; member in struct:TSLock::Rep
621 InitLock(&rep_->lock);
626 void TSLock::Lock() {
627 GetLock(&rep_->lock, __LINE__);
632 ReleaseLock(&rep_->lock);
643 pthread_mutex_t lock; member in struct:TSLock::Rep
649 __real_pthread_mutex_init(&rep_->lock, NULL);
652 __real_pthread_mutex_destroy(&rep_->lock);
    [all...]
  /external/valgrind/unittest/output_tests/
output_test1.tmpl 11 Locks involved in this report .reporting last lock sites.: .L\d+, L\d+.
  /external/webkit/LayoutTests/storage/
database-lock-after-reload.html 30 function(tx, result) { location.href = "./resources/database-lock-after-reload-2.html"; },
  /external/webkit/Source/WebCore/platform/graphics/android/
TransferQueue.h 127 // The lock will be done when returning true.
132 void lockQueue() { m_transferQueueItemLocks.lock(); }
136 // a lock to protect its access
188 // First of all, if we don't have our own lock, then while WebView is
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCache.cpp 72 MutexLocker lock(instanceMutex);
81 MutexLocker lock(instanceMutex);
188 MutexLocker lock(m_getEntryMutex);
242 MutexLocker lock(m_getEntryMutex);
  /external/webkit/Source/WebKit/win/
WebLocalizableStrings.cpp 183 MutexLocker lock(mainBundleLocStringsMutex());
188 MutexLocker lock(frameworkLocStringsMutex());
198 MutexLocker lock(mainBundleLocStringsMutex());
203 MutexLocker lock(frameworkLocStringsMutex());

Completed in 669 milliseconds

<<31323334353637383940>>