Date: Sat, 14 Oct 2006 13:40:09 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_fork.c Message-ID: <200610141340.k9EDe914012243@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2006-10-14 13:40:09 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_fork.c Log: Don't inherit THR_FLAGS_NEED_SUSPEND for child process, child process only has one thread, setting the flag can cause the thread to be suspended and no another thread will resume it. Revision Changes Path 1.6 +2 -0 src/lib/libthr/thread/thr_fork.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610141340.k9EDe914012243>