Archive for category C
User Level Threads
Posted by Srijith R in Assginment, C, linux on October 9, 2011
User level threads is created for light weight threads. It needs to be controlled, context switched and swapped by the process. To the Operating System it is only one process without any threads. Here is one implementation of it:
Recent Comments