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

/external/autotest/client/tests/monotonic_time/src/
H A Dspinlock.h12 typedef unsigned long spinlock_t; typedef
14 static inline void spin_lock(spinlock_t *lock)
23 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:__anon1876
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 162 milliseconds