From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tristan Savatier To: Scott McCaskill Cc: "'pthreads-win32@sources.redhat.com'" Subject: Re: Mutex implementation questions Date: Mon, 02 Oct 2000 15:59:00 -0000 Message-id: <39D915D3.BD32B0A7@mpegtv.com> References: X-SW-Source: 2000/msg00118.html > Scott McCaskill wrote: > > > Yes, I'm pretty sure critical sections can't be shared between > processes (but mutexes can). So this may be the reason. Yes, but does the pthread API permit the creation of pthread mutexes that are shared between processes ? If not, then what would be the advantage of using CreateMutex rather than InitializeCriticalSection ? -t