This is a good tutorial for getting into pthreads:
http://www.yolinux.com/TUTORIALS/LinuxTutorialPosixThreads.html
If you want information about thread scheduling, consult the relevant
man pages:
http://man.yolinux.com/cgi-bin/man2html?cgi_command=pthread_create
http://man.yolinux.com/cgi-bin/man2html?cgi_command=pthread_attr_init%28
3%29
Robert
-----Original Message-----
From: On Behalf
Of josue.cubero
Sent: Tuesday, December 21, 2010 11:13 AM
To:
Subject: [ts-7000] Programming threads
I want to schedule threads in C, but not much about this issue and the
information I have found is very low, no more talks about the creation,
thread destruction, I would like to understand more about this topic.
What I would like to understand is how to manage the thread of execution
when the child thread is created if a separate code? Or is it a code
that is found in the main.
------------------------------------
Yahoo! Groups Links
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|