bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC] kern: simple futex for gnumach


From: Roland McGrath
Subject: Re: [RFC] kern: simple futex for gnumach
Date: Tue, 1 Oct 2013 15:32:27 -0700 (PDT)

A fundamental feature of futexes is that they are tied to the memory, not
the mapping.  If there are two mappings of the same shared page, a
futex_wake on an offset N into the page from one mapping must wake a
futex_wait on an offset N into the page from the other mapping.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]