What is the difference between kernel threads and user threads?

后端 未结 4 1605
长发绾君心
长发绾君心 2021-02-01 10:38

What is the difference between kernel threads and user threads? Is it that kernel thread are scheduled and executed in kernel mode? What are techniques used for creating kernel

4条回答
  •  广开言路
    2021-02-01 10:51

    Wikipedia has answers to most if not all of these questions.

    http://en.wikipedia.org/wiki/Thread_(computer_science)

    http://en.wikipedia.org/wiki/Thread_(computer_science)#Processes.2C_kernel_threads.2C_user_threads.2C_and_fibers

提交回复
热议问题