Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2010 11:03:46 +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:  <201005161103.o4GB3wAP003971@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-05-16 11:03:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    share/man/man3       Makefile pthread_cond_timedwait.3 
                         pthread_condattr.3 
  Log:
  SVN rev 208138 on 2010-05-16 11:03:46Z by jilles
  
  MFC r207816: 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.
  
  Revision  Changes    Path
  1.50.2.3  +5 -1      src/share/man/man3/Makefile
  1.21.2.2  +8 -2      src/share/man/man3/pthread_cond_timedwait.3
  1.15.2.2  +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?201005161103.o4GB3wAP003971>