Date: Sun, 27 Apr 2003 19:57:32 +0800 From: "David Xu" <davidxu@freebsd.org> To: "Daniel Eischen" <eischen@pcnet1.pcnet.com> Cc: freebsd-threads@freebsd.org Subject: pthread_join Message-ID: <000e01c30cb4$30289b40$0701a8c0@tiger> References: <Pine.GSO.4.10.10304260947370.1812-100000@pcnet1.pcnet.com> <006501c30c5f$77fe5950$0701a8c0@tiger>
next in thread | previous in thread | raw e-mail | index | archive | help
I found I can not get the following race fixed: Thread A is a joiner of thread B, thread C calls pthread_cancel on A, because of multipile scheduler locks, I can not get the race fixed.=20 Is it possible we just use a single scheduler lock to simplify things a = bit? David
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000e01c30cb4$30289b40$0701a8c0>