Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Type: text/plain; charset="us-ascii" From: Frank Rehberger Organization: Xtradyne To: cygwin AT cygwin DOT com Subject: pthread impl Date: Thu, 13 Jun 2002 09:42:11 +0200 MIME-Version: 1.0 Message-Id: <200206130942.11903.frehberg@xtradyne.com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g5D7pJm10706 Hello, I need to port an unix-app to windows-platform and need some pthread-functions. As far as I understand, Cygwin-doc tells me that the following pthread-functions are not implemented in Cygwin. Is this true, or is docu not up to date? >pthread_mutex_init -- unimplemented >pthread_mutexattr_default -- unimplemented >pthread_mutex_lock -- unimplemented >pthread_mutex_unlock -- unimplemented >pthread_mutex_destroy -- unimplemented >pthread_mutex_t -- unimplemented > >pthread_cond_init -- unimplemented >pthread_condattr_default -- unimplemented >pthread_cond_destroy -- unimplemented >pthread_cond_signal -- unimplemented >pthread_cond_broadcast -- unimplemented >pthread_cond_wait -- unimplemented >pthread_cond_timedwait -- unimplemented >pthread_attr_init -- unimplemented >pthread_attr_destroy -- unimplemented >pthread_attr_setinheritsched -- unimplemented >pthread_attr_setstacksize -- unimplemented >pthread_getschedparam -- unimplemented >pthread_setschedparam -- unimplemented Thanks, Frank -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/