This is the mail archive of the
cygwin-patches@cygwin.com
mailing list for the Cygwin project.
pthread_cond*
- To: <cygwin-patches at cygwin dot com>
- Subject: pthread_cond*
- From: "Robert Collins" <robert dot collins at itdomain dot com dot au>
- Date: Sat, 17 Mar 2001 01:25:04 +1100
Changelog:
Saturday Mar 17 01:19 2001 Robert Collins rbtcollins@hotmail.com
* cygwin/cygwin.din: Export the new functions
* cygwin/pthread.cc: Wrapper functions that call __pthread_cond*
functions
* cygwin/thread.cc: Implement the pthread_cond* functions
* cygwin/thread.h: Add new class entries and prototypes for
__pthread_cond* functions
* cygwin/include/pthread.h: user land header prototypes for
pthread_cond* functions and related defines
pthread_cond.patch