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]

RE: port of omniorb


> What's missing in the pthread implementation? Give me a direction or
> particular function list and I'll see what I can do.

A quick grep on the posix.cc source file gives the following functions:

pthread_attr_create
pthread_attr_delete
pthread_attr_destroy
pthread_attr_init
pthread_attr_setdetachstate
pthread_attr_setprio
pthread_attr_setschedparam
pthread_attr_setstacksize
pthread_cond_broadcast
pthread_cond_destroy
pthread_cond_init
pthread_cond_signal
pthread_cond_timedwait
pthread_cond_wait
pthread_create
pthread_delay_np
pthread_detach
pthread_exit
pthread_get_expiration_np
pthread_getspecific
pthread_init
pthread_join
pthread_key_create
pthread_keycreate
pthread_mutex_destroy
pthread_mutex_init
pthread_mutex_lock
pthread_mutex_unlock
pthread_self
pthread_setprio
pthread_setschedattr
pthread_setschedparam
pthread_setspecific
pthread_yield


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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