[Xenomai-core] [RFC][PATCH 8/9] Native support for fast mutexes - v2

2008-09-05 Thread Jan Kiszka
Jan Kiszka wrote: Analogously to POSIX, this patch adds fast mutex support to the native skin. For reference only: Updated to include the claimed-bit-race fix. --- include/native/mutex.h | 31 +++- ksrc/skins/native/cond.c| 17 +- ksrc/skins/native/mutex.c | 339

[Xenomai-core] [RFC][PATCH 8/9] Native support for fast mutexes

2008-09-01 Thread Jan Kiszka
Analogously to POSIX, this patch adds fast mutex support to the native skin. --- include/native/mutex.h | 29 +++- ksrc/skins/native/cond.c| 17 +- ksrc/skins/native/mutex.c | 305 ++-- ksrc/skins/native/syscall.c | 71 --