Date: Wed, 29 May 2002 10:43:26 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: kai ouyang <oykai@msn.com> Cc: current@FreeBSD.org, oyk@wtwh.com.cn Subject: Re:why change: from proc to thread? Message-ID: <Pine.BSF.4.21.0205291042010.12315-100000@InterJet.elischer.org> In-Reply-To: <OE160GIpGPnLajJwb1S00006520@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
kthreads are not threads, but, rather, kernel processes.. they have a separate 'proc' structure. (they are badly named..) On Wed, 29 May 2002, kai ouyang wrote: > > Thank you! I know a little more. From the kthread_create() function, I > find Both 4.x and 5.0 are implemented by fork1(). I am puzzled about > the structure thread and the structure proc only are different terms. > How or what part source code can I find the difference thread > realization between 4.x and 5.0? > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0205291042010.12315-100000>