Re: Does NetBSD understand the __thread variable declaration ?
From: llothar (llothar_at_web.de)
Date: 11/19/05
- Next message: Joel Reicher: "Re: Does NetBSD understand the __thread variable declaration ?"
- Previous message: Joel Reicher: "Re: Does NetBSD understand the __thread variable declaration ?"
- In reply to: Joel Reicher: "Re: Does NetBSD understand the __thread variable declaration ?"
- Next in thread: Joel Reicher: "Re: Does NetBSD understand the __thread variable declaration ?"
- Reply: Joel Reicher: "Re: Does NetBSD understand the __thread variable declaration ?"
- Reply: jpd: "Re: Does NetBSD understand the __thread variable declaration ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 19 Nov 2005 12:22:08 -0800
It is portable among all OS that support at least the mimium for
multithreaded programming.
It is "__thread", yes thats right and it is a gcc/glib feature. But i
think more a os runtime then a compiler feature. Also solaris has this
and windows has exact the same as "declspec(thread)".
I also don't think that BSD's support this as they were in the past
terrible bad in multithreading. I just hoped that today where i can buy
a dual core in each discounter like Wal-Mart or the german Aldi, some
people realized that multithreading is a "must have" feature now.
- Next message: Joel Reicher: "Re: Does NetBSD understand the __thread variable declaration ?"
- Previous message: Joel Reicher: "Re: Does NetBSD understand the __thread variable declaration ?"
- In reply to: Joel Reicher: "Re: Does NetBSD understand the __thread variable declaration ?"
- Next in thread: Joel Reicher: "Re: Does NetBSD understand the __thread variable declaration ?"
- Reply: Joel Reicher: "Re: Does NetBSD understand the __thread variable declaration ?"
- Reply: jpd: "Re: Does NetBSD understand the __thread variable declaration ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|