Chapter 4 OS Thread
Chapter 4 OS Thread
Operating Systems
Threads
Examples:
o Solaris Green Threads
o GNU Portable Threads
Two-level Model:
o Similar to M:M, except that it allows a user thread
to be bound to kernel thread
04/09/23
clone() allows a child task to share the address space of the parent task (process)
Who is “target thread”? o Flags control behavior
Operating Systems
Questions?