Hindi, asked by koshalram326, 1 year ago

Difference between user level thread and kernel level thread in operating system

Answers

Answered by me12gha43
0

        THE ANSWER IS

User threads are supported above the kernel and are implemented by a thread library at the user level. ... User-level threads requires non-blocking systems call, that means a multithreaded kernel. Otherwise, entire process will blocked in the kernel, even if there are runnable threads left in the processes.

 HOPE IT HELPS YOU GUYS

Similar questions