Subject: Re: race condition in pthread write()?
To: Karl Janmar <karlj@mdstud.chalmers.se>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: tech-kern
Date: 02/11/2003 18:23:58
Karl Janmar <karlj@mdstud.chalmers.se> writes:
> what is /* XXX lock sadata */
> and /* XXX unlock */
> maybe this has something to do with the problem??
> a race condition after all??
That's essentially notes to myself about things that will need to be
changed to make the sa/lwp subsystem MP-safe outside of the kernel
big-lock. Shouldn't be a problem for the moment.
- Nathan