Hello,

Olaf Petzold schrieb:

> Hallo,
>
> the man page to pthread_suspend_np says,
> Note: The thread is not guaranteed to be suspended immediately.
>
> How can I find out if the task is suspended really ? and what is the difference
>

I use pthread_wait_np() to make sure my thread really gets supended (it works).

> to pthread_kill(rt_thread, RTL_SIGNAL_SUSPEND) which I use (but the same
> problem) ?
>
> Thanks  Olaf

should be the same...


tobias

-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to