Searched defs:SPIN_LOCK (Results 1 – 1 of 1) sorted by relevance
33 #define SPIN_LOCK(x) do { while(__ldcw(&(x)->lock) == 0); } while(0) macro41 #define SPIN_LOCK(x) (void)(x) macro