On Sat, 18 Aug 2007, Daniel Eischen wrote:

Stupid question, but ... why not?

First off, do you know for a fact that Wine is the only app out there that needs the ability to kill off a thread in a seperate process, or has nobody in the past cared enough to see other apps ported from Linux -> FreeBSD to push for this sort of thing?

FreeBSD as well as Solaris and Linux (it looks like Linux only allows a thread group to be signaled) have gotten along without this API, and Wine seems to be the only target for this syscall.

While I'm not familiar with the newer pthread code on Linux, I can say with reasonable authority that the older implementation used the same ID space for pids and thread IDs, since threads were tasks, and therefore Linux has always supported directly signalling threads in other processes.

Robert N M Watson
Computer Laboratory
University of Cambridge
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to