How are the concepts of process and threads implementated in Linux kernel?

Posted by Shan on Stack Overflow See other posts from Stack Overflow or by Shan
Published on 2012-12-16T10:39:51Z Indexed on 2012/12/16 11:04 UTC
Read the original article Hit count: 136

Can any one explain how are the concepts of process and threads implemented in Linux kernel ? I am looking for an intuitive explanation with some C snippets ( and important data structures) that clearly distinguishes between the two. I am just looking for the key implementation ideas I should get hold off. Essentially, I want to understand them and implement something similar in an embedded target (not supporte by any OS) in C language.

© Stack Overflow or respective owner

Related posts about c

    Related posts about multithreading