|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D.gnu - Condvar implementation
Hi! Good news! I have an initial version of the condition variables. However, having it on my computer won't help the rest of you. So, how do you want it for GDC inclusion? I'll have to do a test compilation on Windows too, but emulating Win32 with pthreads on Linux seems to give both a working and pretty fair solution... If someone with insight in thread synchronization could take a look at the Windows implementation, I would be grateful. I could post pseudo-code for it. Also suggest including the pthreads and semaphore D-files in Phobos. Dec 04 2005
Tommie Gannert wrote:Hi! Good news! I have an initial version of the condition variables. However, having it on my computer won't help the rest of you. So, how do you want it for GDC inclusion? I'll have to do a test compilation on Windows too, but emulating Win32 with pthreads on Linux seems to give both a working and pretty fair solution... If someone with insight in thread synchronization could take a look at the Windows implementation, I would be grateful. I could post pseudo-code for it. Also suggest including the pthreads and semaphore D-files in Phobos. Dec 05 2005
In article <dn2n6c$2kui$1 digitaldaemon.com>, David Friedman says...Is this something that can be used with DMD as well? Dec 05 2005
Tommie Gannert wrote:In article <dn2n6c$2kui$1 digitaldaemon.com>, David Friedman says...Is this something that can be used with DMD as well? Dec 06 2005
|