HomeSort by relevance Sort by last modified time
    Searched defs:SpinLock (Results 1 - 9 of 9) sorted by null

  /external/pdfium/third_party/base/allocator/partition_allocator/
spin_lock.h 15 // Spinlock is a simple spinlock class based on the standard CPU primitive of
21 // |SpinLock|s MUST be globals. Using them as (e.g.) struct/class members will
28 class SpinLock {
30 using Guard = std::lock_guard<SpinLock>;
  /device/google/cuttlefish_common/common/vsoc/shm/
lock.h 51 class SpinLock {
56 * Acquire the spinlock on the queue. This will effectively block all
83 * Release the spinlock.
92 ASSERT_SHM_COMPATIBLE(SpinLock);
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ArchInterruptDefs.h 33 SPIN_LOCK SpinLock;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchInterruptDefs.h 33 SPIN_LOCK SpinLock;
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 110 class SpinLock {
112 SpinLock() {
116 ~SpinLock() {
134 class SpinLock {
137 SpinLock() : mu_(OS_SPINLOCK_INIT) {
140 ~SpinLock() {
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.h 356 SPIN_LOCK *SpinLock;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 279 KSPIN_LOCK SpinLock;
ndis.h 320 KSPIN_LOCK SpinLock;
328 KSPIN_LOCK SpinLock;
603 KSPIN_LOCK SpinLock;
    [all...]
wdm.h     [all...]

Completed in 200 milliseconds