Date: Sun, 9 May 2010 14:21:34 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/share/man/man3 Makefile pthread_cond_timedwait.3 pthread_condattr.3 Message-ID: <201005091421.o49ELu7g006439@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-05-09 14:21:34 UTC FreeBSD src repository Modified files: share/man/man3 Makefile pthread_cond_timedwait.3 pthread_condattr.3 Log: SVN rev 207816 on 2010-05-09 14:21:34Z by jilles Document clock and pshared condvar attributes. Note: clock accepts CLOCK_VIRTUAL and CLOCK_PROF too, but this seems broken as it simply waits for the difference of the current and given value of the clock as if it were CLOCK_MONOTONIC. So document only CLOCK_REALTIME and CLOCK_MONOTONIC as allowed. MFC after: 1 week Revision Changes Path 1.52 +5 -1 src/share/man/man3/Makefile 1.22 +8 -2 src/share/man/man3/pthread_cond_timedwait.3 1.16 +94 -8 src/share/man/man3/pthread_condattr.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005091421.o49ELu7g006439>