Searched defs:spinlock_t (Results 1 - 2 of 2) sorted by relevance

/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)
/external/clang/test/CodeGen/
H A D2003-11-01-C99-CompoundLiteral.c3 typedef struct { int foo; } spinlock_t; typedef in typeref:struct:__anon17729
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 }, };

Completed in 91 milliseconds