Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2006 19:11:13 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man9 sleep.9
Message-ID:  <200604171911.k3HJBD3f096331@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2006-04-17 19:11:13 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       sleep.9 
  Log:
  - Sleep/wakeup operate on threads now, not processes.
  - Describe msleep() as the primary sleep function now rather than tsleep()
    and describe tsleep() and msleep_spin() as variations.
  - Try to make the description of msleep() a bit closer to English
    (sentences with actual subjects, etc.)
  - Document that a priority of 0 now prevents the thread's priority from
    being altered.
  - Add a history note for wakeup_one().
  
  Revision  Changes    Path
  1.48      +62 -40    src/share/man/man9/sleep.9



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604171911.k3HJBD3f096331>