------- Comment #9 from pinskia at gcc dot gnu dot org  2010-08-23 21:19 -------
I think you should read:
http://gcc.gnu.org/onlinedocs/gcc-4.5.0/gcc/C99-Thread_002dLocal-Edits.html#C99-Thread_002dLocal-Edits

--- CUT ---
In GCC's case the thread is only can be created via pthread.

Note C++0x defines a threading interface and such.  I know of no implementation
that will allow the use of "user threads" really.  Really I think it is wrong
to even think about using "user threads" any more.  The main reason why they
existed was to support OS's which don't have threads but those don't really
exist any more.  Not to mention, support for things like TLS is only only for
OS provided threads.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26461

Reply via email to