Init process and threads

jorgefm@cirsa.com
Mon, 27 May 2002 12:16:11 +0200


Hi !

I have a little question about creating linux threads inside the process
init.
Is there some limitation in the clone() function when the parent id is 1?
I was trying the 'pthread_create()' call in the init process code but it
nevers returns.
The same code in a child process, in the same module after the fork(), runs
ok.
I used the linux kernel v2.4.19-pre8.

Could you CC the answer/comments to my personnal email, please?

Thanks for your comments,
Jorge Fernandez
UNIDESA

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/