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

Kris Kennaway kris at FreeBSD.org
Tue Nov 13 17:10:12 PST 2007


kris        2007-11-14 01:10:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    include              pthread.h 
    lib/libthr/thread    thr_init.c thr_mutex.c thr_private.h 
  Log:
  MFC: Add support for non-portable adaptive mutexes, as well as experimental
  support for spinning/yielding loops.
  
  Approved by: re@ (kensmith)
  
  Revision  Changes    Path
  1.40.2.1  +2 -0      src/include/pthread.h
  1.46.2.1  +9 -1      src/lib/libthr/thread/thr_init.c
  1.54.2.1  +73 -24    src/lib/libthr/thread/thr_mutex.c
  1.78.2.1  +4 -1      src/lib/libthr/thread/thr_private.h


More information about the cvs-all mailing list