Threads
Has an execution state (running, ready, etc.)
Saves thread context when not running
Has an execution stack
Has some per-thread static storage for local variables
Has access to the memory and resources of its process
all threads of a process share this
Previous slide
Next slide
Back to first slide
View graphic version