Re: [Xenomai-core] [RFC] rt_task_join?

2005-12-09 Thread Philippe Gerum
Jan Kiszka wrote: Jan Kiszka wrote: Hi all, we ran into some issue where we have to wait on the termination of a native real-time userspace thread during cleanup. This can be done in a custom way of course, either via some polling on a flag or by blocking on a standard posix semaphore that are

Re: [Xenomai-core] [RFC] rt_task_join?

2005-12-09 Thread Philippe Gerum
Jan Kiszka wrote: Jan Kiszka wrote: Hi all, we ran into some issue where we have to wait on the termination of a native real-time userspace thread during cleanup. This can be done in a custom way of course, either via some polling on a flag or by blocking on a standard posix semaphore that are

Re: [Xenomai-core] [RFC] rt_task_join?

2005-12-07 Thread Jan Kiszka
Jan Kiszka wrote: > Hi all, > > we ran into some issue where we have to wait on the termination of a > native real-time userspace thread during cleanup. This can be done in a > custom way of course, either via some polling on a flag or by blocking > on a standard posix semaphore that are signalled

[Xenomai-core] [RFC] rt_task_join?

2005-12-07 Thread Jan Kiszka
Hi all, we ran into some issue where we have to wait on the termination of a native real-time userspace thread during cleanup. This can be done in a custom way of course, either via some polling on a flag or by blocking on a standard posix semaphore that are signalled by the terminating real-time

Re: [Xenomai-core] [RFC] rt_task_join?

2005-12-07 Thread Jan Kiszka
Jan Kiszka wrote: > Hi all, > > we ran into some issue where we have to wait on the termination of a > native real-time userspace thread during cleanup. This can be done in a > custom way of course, either via some polling on a flag or by blocking > on a standard posix semaphore that are signalled

[Xenomai-core] [RFC] rt_task_join?

2005-12-07 Thread Jan Kiszka
Hi all, we ran into some issue where we have to wait on the termination of a native real-time userspace thread during cleanup. This can be done in a custom way of course, either via some polling on a flag or by blocking on a standard posix semaphore that are signalled by the terminating real-time