Re: 2.6.13 kernel_thread() question

From: Fawad Lateef
Date: Thu Oct 06 2005 - 19:34:22 EST


On 10/5/05, Redes II <redes2k@xxxxxxxxx> wrote:
> Hello,
> Does kernel_thread detach the new Kernel thread from its parent?

AFAIR kernel_thread won't detach thread from its parent, for this you
have to explicitely call reparent_to_init

> Does something like pthread_detach(tid) exist in Kernel module's programming?

I think no, as there isn't any seperate memory for the kernel threads,
so no need for memory resources consumed by tid will be freed
immediately when tid terminates .... (CMIIW)



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