Re: Obscure mutex problem
- From: David Schwartz <davids@xxxxxxxxxxxxx>
- Date: Wed, 05 Sep 2007 21:03:19 -0700
On Sep 5, 1:21 pm, David Given <d...@xxxxxxxxxxx> wrote:
Good idea. I'll see if I can find a volunteer to try that. (I wasn't
previously aware the owner tid was stored anywhere other than inside the
kernel...)
The owner is not stored in the kernel. The kernel is only invoked when
a process needs to be blocked or unblocked. It is not informed of
normal, uncontended mutex operations. That's what makes the futex
fast.
DS
.
- References:
- Obscure mutex problem
- From: David Given
- Re: Obscure mutex problem
- From: Rainer Weikusat
- Re: Obscure mutex problem
- From: David Given
- Obscure mutex problem
- Prev by Date: Re: Obscure mutex problem
- Next by Date: Re: gethostbyname() to resolve windows hostname
- Previous by thread: Re: Obscure mutex problem
- Next by thread: Re: Obscure mutex problem
- Index(es):
Relevant Pages
|