Marc Weustink wrote: > This was exactly the reason why I choose to use pthreads directly. For > the given situation one single semaphore call could replace this. Well, events <> semaphores :-). We need semaphore abstraction as well for "proper" RTL, besides events. Micha