Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread Xref timespec(3).



details:   https://anonhg.NetBSD.org/src/rev/bdf8d61e5598
branches:  trunk
changeset: 754966:bdf8d61e5598
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue May 18 06:31:17 2010 +0000

description:
Xref timespec(3).

diffstat:

 lib/libpthread/pthread_cond_wait.3 |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r bcbcfef82bb0 -r bdf8d61e5598 lib/libpthread/pthread_cond_wait.3
--- a/lib/libpthread/pthread_cond_wait.3        Tue May 18 06:05:08 2010 +0000
+++ b/lib/libpthread/pthread_cond_wait.3        Tue May 18 06:31:17 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_cond_wait.3,v 1.13 2009/07/02 19:43:06 rumble Exp $
+.\" $NetBSD: pthread_cond_wait.3,v 1.14 2010/05/18 06:31:17 jruoho Exp $
 .\"
 .\" Copyright (c) 2002, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -51,7 +51,7 @@
 .\"
 .\" $FreeBSD: src/lib/libpthread/man/pthread_cond_wait.3,v 1.16 2002/09/16 19:29:28 mini Exp $
 .\"
-.Dd December 31, 2008
+.Dd May 18, 2010
 .Dt PTHREAD_COND_WAIT 3
 .Os
 .Sh NAME
@@ -98,7 +98,11 @@
 .Xr pthread_cond_broadcast 3
 with the same condition variable, or if the system time reaches the
 time specified in
-.Fa abstime .
+.Fa abstime ,
+represented as
+.Em struct timespec
+(see
+.Xr timespec 3 ) .
 .Pp
 Note that a call to
 .Fn pthread_cond_wait



Home | Main Index | Thread Index | Old Index