Statistics
| Branch: | Revision:

root / qemu-tls.h @ c09015dd

History | View | Annotate | Download (1.9 kB)

# Date Author Comment
4a2dd92d 12/06/2011 12:07 pm Jan Kiszka

Rename get_tls to tls_var

get_tls() can serve as a lvalue as well, so 'get' might be confusing.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Stefan Hajnoczi <>

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...