Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2010 09:03:11 +0000 (UTC)
From:      David Xu <davidxu@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libthr/thread thr_exit.c thr_fork.c thr_private.h thr_sig.c
Message-ID:  <201009190903.o8J93Xdq061907@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2010-09-19 09:03:11 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_exit.c thr_fork.c thr_private.h 
                         thr_sig.c 
  Log:
  SVN rev 212841 on 2010-09-19 09:03:11Z by davidxu
  
  Because atfork lock is held while forking, a thread cancellation triggered
  by atfork handler is unsafe, use intenal flag no_cancel to disable it.
  
  Revision  Changes    Path
  1.39      +1 -1      src/lib/libthr/thread/thr_exit.c
  1.22      +7 -2      src/lib/libthr/thread/thr_fork.c
  1.110     +4 -4      src/lib/libthr/thread/thr_private.h
  1.38      +1 -5      src/lib/libthr/thread/thr_sig.c



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