cvs commit: src/lib/libpthread/thread thr_cond.c thr_mutex.c thr_nanosleep.c

Daniel Eischen deischen at FreeBSD.org
Thu Feb 23 13:34:09 PST 2006


deischen    2006-02-23 21:34:08 UTC

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_cond.c thr_mutex.c thr_nanosleep.c 
  Log:
  Eliminate a race condition in timed waits (cv, mutex, and sleeps).
  MFC Candidate.
  
  PR:     93592
  
  Revision  Changes    Path
  1.53      +5 -5      src/lib/libpthread/thread/thr_cond.c
  1.49      +22 -24    src/lib/libpthread/thread/thr_mutex.c
  1.25      +3 -1      src/lib/libpthread/thread/thr_nanosleep.c


More information about the cvs-src mailing list