This is the mail archive of the pthreads-win32@sourceware.org mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

New threading API's in Windows Vista and Windows Server 2008


Windows Vista and Windows Server 2008 introduced several new thread
synchronization primitives.  These include:

* Condition variables
* Read/Write locks
* One-time initialization

For details, see:
http://msdn.microsoft.com/msdnmag/issues/07/06/Concurrency/

Are there any plans to utilize these new API's in the library
implementation when running on platforms that support them?

Moshe Z. Matitya


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]