Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <01b801c2123e$d7efe250$6132bc3e@BABEL> From: "Conrad Scott" To: Subject: System-wide mutexes and pthreads Date: Wed, 12 Jun 2002 19:27:40 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Looking at the current pthread implementation on cygwin, it seems that it doesn't support any system-wide synchronization mechanisms (i.e. none of the synchronization primitives allow PTHREAD_PROCESS_SHARED and there are no named semaphores). Before I go and use win32 semaphores in the cygserver, is there something I'm missing? Cheers. // Conrad