First-in-last-out waiting quere for lock in Kaffe

Fang Wei Jian kaffe@rufus.w3.org
Sat, 21 Oct 2000 21:08:56 +0800


Dear all,

I noticed that in kaffe lock implementation (in slowLockMutex() 
and slowUnlockMutex() ), the last thread suspending on the lock 
will always be resumed firstly, which doesn't embody equality
policy. Right?

Fang Wei Jian