On 10/5/05, Redes II <[email protected]> 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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]