On 10/21/2013 04:05 PM, ali hagigat wrote:
> i wonder if anybody can tell me where would be the source code of the
> fuction, rt_printf(), inside the kernel?  Is it the same as
> rt_printk()?

There is no rt_printk function.

rt_printf is implemented using the "write()" syscall as kernel-space
support, it simply transmits message to a non real-time thread which
uses printf.

-- 
                                                                Gilles.

_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai

Reply via email to