From: thirdeye AT sonic DOT net (Peter Rowell) Newsgroups: comp.os.msdos.djgpp Subject: Re: Libc threading Date: 10 Apr 1999 12:08:00 -0700 Organization: Third Eye Software Lines: 18 Message-ID: <7eo7ig$b24@bolt.sonic.net> References: <01be8041$330137e0$LocalHost AT thendren> NNTP-Posting-Host: bolt.sonic.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <01be8041$330137e0$LocalHost AT thendren>, Christopher Nelson wrote: > I have decided to undertake the task of building a threading mechanism into > the libc. Have you looked at the work done on pthreads for win32? http://sourceware.cygnus.com/pthreads-win32/ I do not know how mature it is. I do know that it sits somewhat on top of the win32 thread code. It includes a good chunk of libc with mutexes and other thread-safe code interwingled. It might either be a good starting point or at least a reference on how to implement some aspects. Just a thought, Peter peter AT thirdeye DOT com