This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

pthread impl


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]