633 views

2 Answers

Best answer
9 votes
9 votes

if it is kernel level thread, then "The OS maintains scheduling and accounting information for each thread", but if it is user level thread, no such actions are taken by kernel, since user level threads are transparent to kernel

selected by
0 votes
0 votes
user level thread are scheduled by thread lib. so its not known to os but for kernal level its true

Related questions

0 votes
0 votes
0 answers
1
srestha asked May 19, 2019
621 views
User level threads doesnot require context switching- This is a true statement (Because OS cannot recognize user level threads)Can somebody elaborate more on it??This giv...
0 votes
0 votes
1 answer
3
Naveen Kumar 3 asked Sep 23, 2018
303 views
Explain how..Context Switch overhead is less in thread based systems compared to process based systems.
2 votes
2 votes
1 answer
4
_jerry asked Jan 26, 2018
636 views
How are user level threads scheduled?