Subject: Re: race condition in pthread write()?
To: Nathan J. Williams <nathanw@wasabisystems.com>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: tech-kern
Date: 02/12/2003 06:58:46
> That's one possibility... more likely, though, is that the userland
> code is wedged in a state where it doesn't get around to recycling the
> used stacks back to the kernel.

Just a thought but in pthread__resolve_locks(), is it ok to swtich
with holding recycle candidates in the local queue?

enami.