I'm porting an app that currently runs on both Win32 and HP-UX to Linux.
MSVC++ supports thread-local storage via the __declspec(thread)
attribute, and HP-UX's aCC supports it via the __thread attribute.  Does
Linux (g++) have similar mechanism that supports thread-local storage?

Thanks in advance.

Terry



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to