cvs commit: src/lib/libpthread/thread thr_spinlock.c

David Xu davidxu at FreeBSD.org
Mon Dec 8 18:37:41 PST 2003


davidxu     2003/12/08 18:37:40 PST

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_spinlock.c 
  Log:
  Use mutex instead of low level thread lock to implement spinlock, this
  avoids signal to be blocked when otherwise it can be handled.
  
  Revision  Changes    Path
  1.21      +18 -30    src/lib/libpthread/thread/thr_spinlock.c


More information about the cvs-src mailing list