Home :: International :: Manuals :: Howto :: FAQ :: Man Pages :: Email Login

 
 

 

Is there a system call I can use to access kernel threads?

    Recent versions of glibc has clone() defined thus:

    int clone(int (*fn)(), void **stack, int flags, int argc,... /* args */);

        fn The thread routine
        stack The thread's stack
        flags Flags as defined above
        argc number of remaining parameters
        /* args */ the parameters expected by the thread.


[Left Arrow]
[Home]
[Book Search]
[Mailbox]
[Right Arrow]
[Previous Page] [First Page] [Dictionary] [Email Author] [Next Page]
 
 
 
 
Google
  Web Linuxinfor   
 

Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account

Document on this page is part of "Linux Threads Home Page". See Index Page for more info about Authorship and Copyright.

1999-2008 Linuxinfor.com. No rights reserved.