Re: [Xenomai-core] [PATCH 01/12] Generic thread registration

2008-10-16 Thread Jan Kiszka
Gilles Chanteperdrix wrote: > Jan Kiszka wrote: > > Why the funky last parameter added to __rt_bind_helper ? As __rt_bind_helper can now be called with an xnthread object address, thus we take its offset inside RT_TASK into account. It is not a nice interface, I know, but I didn't find a better o

Re: [Xenomai-core] [PATCH 01/12] Generic thread registration

2008-10-16 Thread Gilles Chanteperdrix
Jan Kiszka wrote: Why the funky last parameter added to __rt_bind_helper ? -- Gilles. ___ Xenomai-core mailing list Xenomai-core@gna.org https://mail.gna.org/listinfo/xenomai-core

[Xenomai-core] [PATCH 01/12] Generic thread registration

2008-10-16 Thread Jan Kiszka
Lay groundwork for registering every thread at least anonymously with the Xenomai registry when required (e.g. handle-based fast xnsynch support). Wrap the operations appropriately, also saving a few #ifdefs. Signed-off-by: Jan Kiszka <[EMAIL PROTECTED]> --- include/nucleus/registry.h |1