Statistics
| Branch: | Revision:

root / qemu-tls.h @ a8a00822

History | View | Annotate | Download (1.9 kB)

# Date Author Comment
754fd932 11/01/2011 05:58 pm Peter Maydell

qemu-tls.h: Add abstraction layer for TLS variables

Add an abstraction layer for defining and using thread-local
variables. For the moment this is implemented only for Linux,
which means they can only be used in restricted circumstances.
The abstraction layer allows us to add POSIX and Win32 support...