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
- Re: Thread-local storage Terry Gin
- Re: Thread-local storage Matt Fahrner
- RE: Thread-local storage Terry Gin
- Re: Thread-local storage Matt Fahrner
- Re: Thread-local storage Matt Fahrner