Changeset 37675 in vbox for trunk/src/recompiler/qemu-lock.h
- Timestamp:
- Jun 29, 2011 7:07:14 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/qemu-lock.h
r36175 r37675 33 33 than physical CPUs (the extreme case being a single CPU host) a spinlock 34 34 simply wastes CPU until the OS decides to preempt it. */ 35 #if defined( USE_NPTL)35 #if defined(CONFIG_USE_NPTL) 36 36 37 37 #include <pthread.h>
Note:
See TracChangeset
for help on using the changeset viewer.