>
>
>I don't realy understand if you are trying to execute this on the non-rt side
>that is in init_module or within a realtime thread . in any case you are 
>
As I said, the shown code is executed in kernel space. Not RT space.

>mixing rt and non-rt API - you can't call printk in a rt-thread and you can't
>call pthread_make_periodic_np in non-rt (init_module) . So I guess your prblem
>is that there is a mixup of what function may be called in what context.
>
pthread_make_periodic_np() may be called from both contexts - at least 
it worked just well so far, an it is used in the rtlinux examples in 
this manner; the only restriction is that it only may be applied to 
processes running on the same cpu as the current.


>could you post the full source .
>
Would'n be much point - first, it's a lot of source, second I'm not 
allowed to :-), and third most of it does have nothing to do with 
rtlinux per se.
cu & thanks
    Daniel

-- 
3S-Smart Software Solutions GmbH
Fischerstr.19, D-87435 Kempten
Tel. ++49-(0)831-54031-72
Fax ++49-(0)831-54031-50
email: [EMAIL PROTECTED]
web:   http://www.3s-software.com



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

Reply via email to