Searched refs:spinlock_t (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CodeGen/
H A D2003-11-01-C99-CompoundLiteral.c3 typedef struct { int foo; } spinlock_t; typedef in typeref:struct:__anon18530
4 typedef struct wait_queue_head_t { spinlock_t lock; } wait_queue_head_t;
6 struct wait_queue_head_t work = { lock: (spinlock_t) { 0 }, };
/external/qemu/include/exec/
H A Dspinlock.h27 #define spinlock_t pthread_mutex_t macro
38 typedef int spinlock_t; typedef
41 static inline void spin_lock(spinlock_t *lock)
45 static inline void spin_unlock(spinlock_t *lock)
H A Dexec-all.h197 spinlock_t tb_lock;
/external/qemu/distrib/sdl-1.2.15/src/thread/dc/
H A DSDL_sysmutex.c34 spinlock_t mutex;
/external/qemu/target-i386/
H A Dmem_helper.c29 static spinlock_t global_cpu_lock = SPIN_LOCK_UNLOCKED;
/external/oprofile/module/ia64/
H A Dop_syscalls.c84 spinlock_t map_lock = SPIN_LOCK_UNLOCKED;
/external/oprofile/module/x86/
H A Dop_syscalls.c22 extern spinlock_t note_lock;
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-jbd.h876 extern spinlock_t jh_splice_lock;
/external/stlport/stlport/stl/
H A D_threads.h331 spinlock_t _M_lock;
/external/oprofile/module/
H A Doprofile.c147 spinlock_t note_lock __cacheline_aligned_in_smp = SPIN_LOCK_UNLOCKED;
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
H A Dkvm_host.h589 spinlock_t pvclock_gtod_sync_lock;
/external/qemu/
H A Dexec.c444 static spinlock_t interrupt_lock = SPIN_LOCK_UNLOCKED;

Completed in 640 milliseconds