Yaakov Selkowitz
8a7b0a00df
* cygwin.din (pthread_condattr_getclock): Export.
(pthread_condattr_setclock): Export.
* posix.sgml (std-notimpl): Move pthread_condattr_getclock and
pthread_condattr_setclock from here...
(std-susv4): ... to here.
* sysconf.cc (sca): Set _SC_CLOCK_SELECTION to _POSIX_CLOCK_SELECTION.
* thread.cc: (pthread_condattr::pthread_condattr): Initialize clock_id.
(pthread_cond::pthread_cond): Initialize clock_id.
(pthread_cond_timedwait): Use clock_gettime() instead of gettimeofday()
in order to support all allowed clocks.
(pthread_condattr_getclock): New function.
(pthread_condattr_setclock): New function.
* thread.h (class pthread_condattr): Add clock_id member.
(class pthread_cond): Ditto.
* include/pthread.h: Remove obsolete comment.
(pthread_condattr_getclock): Declare.
(pthread_condattr_setclock): Declare.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
2011-07-21 09:39:22 +00:00
..
2011-02-11 12:42:30 +00:00
2011-02-11 12:42:30 +00:00
2008-02-11 19:03:36 +00:00
2011-02-11 12:42:30 +00:00
2011-07-21 09:39:22 +00:00
2005-06-01 18:24:31 +00:00
2011-02-11 12:42:30 +00:00
2011-07-01 12:45:25 +00:00
2005-07-26 00:55:42 +00:00
2010-08-09 07:48:24 +00:00
2005-08-08 15:00:39 +00:00
2011-02-11 12:42:30 +00:00
2011-02-02 15:14:46 +00:00
2011-05-18 01:25:41 +00:00
2005-12-03 05:01:51 +00:00
2010-01-13 16:51:37 +00:00
2011-01-27 11:55:51 +00:00
2011-04-24 11:54:06 +00:00
2010-02-26 09:36:21 +00:00
2010-02-26 09:36:21 +00:00
2006-01-09 12:41:54 +00:00
2008-12-31 21:33:34 +00:00
2007-06-21 15:57:54 +00:00
2010-05-26 13:37:48 +00:00
2005-02-22 19:45:41 +00:00
2011-07-18 23:08:09 +00:00
2010-02-02 11:17:54 +00:00
2010-01-22 22:31:31 +00:00
2007-02-15 17:49:25 +00:00
2011-07-10 13:22:48 +00:00
2010-11-02 17:38:36 +00:00
2011-07-21 09:39:22 +00:00
2009-12-26 06:20:56 +00:00
2010-04-27 15:18:14 +00:00
2008-12-09 16:09:46 +00:00
2007-06-17 00:31:27 +00:00
2007-02-20 15:48:04 +00:00
2009-04-13 22:55:00 +00:00
2003-12-01 10:39:17 +00:00
2006-02-02 22:46:37 +00:00
2008-04-24 08:46:41 +00:00