My name is Marcus and I have a question
about the use of FloatingPoint-processor

If I use
pthread_setfp_np(pthread_self(), 1)
there is no problem. (just as in
fpexample)
If I use pthread_attr_setfp_np(&attr, 1)
init_module there is no problem (just as
in fpexample)
(with problem I meen I cant use "floats"
in functions etc)
but:
if I use pthread_setfp_np(thread_name,
1) in init_module it doesn't work.
I've looked in the manpages and there is
noting there about not using
pthread_setfp_np("threadname",1) in
RTFIFO-handlers in this way. Isn't it
supposed to work this way or have I
missed some information somewhere?

/Thanks. Marcus

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