Re: Thread starvation with mutex

Jamie Lokier <[email protected]> Fri, 6 Feb 2004 23:06:58 +0000
Newsgroups gmane.comp.lib.phil
Message-ID <[email protected]>
Jamie Lokier wrote:
> But even that shouldn't result in thread 2 _never_ running.

On a uniprocessor, that is.  On SMP it is quite expected for thread 2
to never run.

-- Jamie