Date: Mon, 23 Jul 2001 01:00:24 -0700 From: Julian Elischer <julian@elischer.org> To: jhb@freebsd.org, current@freebsd.org Subject: mutex blocking queues.. Message-ID: <3B5BD998.3E8A6E7E@elischer.org>
next in thread | raw e-mail | index | archive | help
Why does the mutex not link blocked processes though the
sleep queue linked list entry? Why does it use the run queue entry?
In KSEs the sleep queue and run queue enties go into different
sub structures and ahve different types so this breaks...
do I need to do something sleazy or can I just link them together using the
equivalemt of the p_slpq entry?
--
+------------------------------------+ ______ _ __
| __--_|\ Julian Elischer | \ U \/ / hard at work in
| / \ julian@elischer.org +------>x USA \ a very strange
| ( OZ ) \___ ___ | country !
+- X_.---._/ presently in San Francisco \_/ \\
v
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?3B5BD998.3E8A6E7E>
