Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2003 14:03:33 -0700 (PDT)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread/thread thr_init.c thr_sig.c thr_sigwait.c
Message-ID:  <200304292103.h3TL3Xlx064943@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304292103.h3TL3Xlx064943>