Re: [Xenomai-core] [PATCH 1/2] Include RT_MUTEX_INFO in doxygen

2008-07-31 Thread Philippe Gerum
Jan Kiszka wrote: > Signed-off-by: Jan Kiszka <[EMAIL PROTECTED]> > --- > include/native/mutex.h | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > Applied, thanks. > Index: b/include/native/mutex.h > === > --- a

Re: [Xenomai-core] [PATCH 2/2] Provide owner name via rt_mutex_inquire

2008-07-31 Thread Philippe Gerum
Jan Kiszka wrote: > This can be helpful for debugging the (futile) release attempts of > mutexes by tasks that do not own them. > > Returning the RT_TASK reference may appear more consistent on first > sight, but it cannot be guaranteed that the owner is actually a native > task. Therefore this pa