On Tue, 19 Sep 2000, Martin wrote:

> ... all unchanged untill here...
> 
> void *thread_code(void *t)    {

>     pthread_setfp_np(thread, 1);
>     pthread_make_periodic_np(thread,...)
Oh no, do both in init_module, after you create the thread, not inside RT.


>     do    {
>         int n;
>         char buf[210]
>         double a, b;
>         a = 2.0;
>         b = sqrt(a);
>         ...then no change anymore...

I hope there is some ...._wait... here ?

>     } while(1);
>     return 0;
> }

--
Tomek

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