cvs commit: src/lib/libpthread/thread thr_init.c thr_sig.c thr_sigwait.c

Daniel Eischen deischen at FreeBSD.org
Tue Apr 29 14:03:35 PDT 2003


deischen    2003/04/29 14:03:33 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_init.c thr_sig.c thr_sigwait.c 
  Log:
  Create the thread signal lock as a KSE lock (as opposed to
  a thread lock).
  
  Better protect access to thread state while searching for
  threads to handle a signal.
  
  Better protect access to process pending signals while processing
  a thread in sigwait().
  
  Submitted by:   davidxu
  
  Revision  Changes    Path
  1.50      +1 -1      src/lib/libpthread/thread/thr_init.c
  1.48      +3 -3      src/lib/libpthread/thread/thr_sig.c
  1.24      +19 -18    src/lib/libpthread/thread/thr_sigwait.c


More information about the cvs-src mailing list