cvs commit: src/lib/libthr/thread thr_fork.c
David Xu
davidxu at FreeBSD.org
Sat Oct 14 06:40:10 PDT 2006
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
More information about the cvs-src
mailing list