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

/vbox/src/recompiler/
H A Dqemu-lock.h30 In either case a spinlock is probably the wrong kind of lock.
33 than physical CPUs (the extreme case being a single CPU host) a spinlock
153 static inline int testandset (int *spinlock) argument
158 : "0"(1), "r"(spinlock));

Completed in 43 milliseconds