Date: Tue, 10 Nov 98 09:16:04 -0600 From: "Richard Seaman, Jr." <lists@tar.com> To: "Brian Feldman" <green@unixhelp.org> Cc: "current@freebsd.org" <current@FreeBSD.ORG> Subject: Re: RFSIGSHARE ready? Message-ID: <199811101516.JAA20439@ns.tar.com>
next in thread | raw e-mail | index | archive | help
On Fri, 6 Nov 1998 21:27:50 -0500 (EST), Brian Feldman wrote: >I suppose it is. LinuxThreads don't work tho... I need %@#!^ testers! I looked briefly at your code, and I have a question. I understand that the "flags" argument to the clone call takes a signal number in the low order 8 bits of flags. This is the signal to be sent to the parent on exit of the thread. I can see where you implement signal sharing, but not where you record and implement this exit signal handling. Linuxthreads relies on the thread manager thread receiving a "PTHREAD_SIG_RESTART" signal (actually SIGUSR1) when threads exit. Perhaps I've missed something? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811101516.JAA20439>