pthread impl

Frank Rehberger frehberg@xtradyne.com
Thu Jun 13 06:04:00 GMT 2002


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/



More information about the Cygwin mailing list