[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC] kern: simple futex for gnumach
From: |
Samuel Thibault |
Subject: |
Re: [RFC] kern: simple futex for gnumach |
Date: |
Sun, 22 Sep 2013 13:22:40 +0200 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Also, right from the start, make the hash table either global or
per-process, according to what the caller asks. Most locks are
per-process only, it'd be very expensive to have a global mutex for the
whole system.
Samuel