Hi,
I have a quick question and if anyone could help me out it would
be great.
The problem is this:
In init_module() another function init_thread() is called which does a
pthread_attr_init(), then a pthread_atrr_setschedparam(), then a
pthread_create(). All varaibles used in init_thread() are
global and the sched_param.sched_priority is set to 1. init_thread() is
crashing when it tries to pthread_create(), does anyone have any idea why?
the call is :
pthread_create (&rtldc_thread, &rtldc_attr, rtldc_Code, (void *)1);
Thanks a whole lot,
Alex
-- [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/