On a linux system, does the child process view the existing threads the same way as the parent process ?
int main() { //create thread 1 int child_pid =
Threads are not inherited from a child process on a linux system using fork(). An in-depth source is here: http://linas.org/linux/threads-faq.html