Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2003 02:05:19 -0800 (PST)
From:      Jonathan Mini <mini@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread/thread thr_cancel.c thr_init.c thr_kern.c thr_private.h thr_sig.c thr_sigpending.c
Message-ID:  <200302171005.h1HA5JtK086233@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mini        2003/02/17 02:05:19 PST

  Modified files:
    lib/libpthread/thread thr_cancel.c thr_init.c thr_kern.c 
                          thr_private.h thr_sig.c thr_sigpending.c 
  Log:
  Deliver signals posted via an upcall to the appropriate thread.
  
  Revision  Changes    Path
  1.17      +2 -0      src/lib/libpthread/thread/thr_cancel.c
  1.46      +31 -0     src/lib/libpthread/thread/thr_init.c
  1.50      +8 -1      src/lib/libpthread/thread/thr_kern.c
  1.78      +30 -0     src/lib/libpthread/thread/thr_private.h
  1.44      +206 -527  src/lib/libpthread/thread/thr_sig.c
  1.11      +1 -1      src/lib/libpthread/thread/thr_sigpending.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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