eric wrote:
> 
> Does my thread really have to be periodic in order to use
> pthread_wait_np?
> I have created a thread that does something when my interrupt routine
> ends,
> and it isn't periodic but waits to be killed (woken up) by the isr.  Now
> i
> see in the doco's for pthread wait that "the thread was previously
> marked for execution using pthread_make_periodic_np"  I think this is a
> mistatement?
> thanks,
> eric "hopefully i am now 2k compliant" keller

Hi Erik,

I think it does have to be periodic to use this.  If you just want to go
into suspension, use pthread_suspend_np()

Regards, Stuart


-- [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