cvs commit: src/lib/libthr/thread thr_mutex.c thr_private.h

Jeff Roberson jeff at FreeBSD.org
Tue Apr 1 14:39:33 PST 2003


jeff        2003/04/01 14:39:32 PST

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_mutex.c thr_private.h 
  Log:
   - Restore old mutex code from libc_r.  It is more standards compliant.
     This was changed because originally we were blocking on the umtx and
     allowing the kernel to do the queueing.  It was decided that the
     lib should queue and start the threads in the order it decides and the
     umtx code would just be used like spinlocks.
  
  Revision  Changes     Path
  1.2       +1327 -198  src/lib/libthr/thread/thr_mutex.c
  1.2       +36 -6      src/lib/libthr/thread/thr_private.h


More information about the cvs-all mailing list