Definition
Before creating a thread
Before creating a thread
One thread of execution running in the address space
That main thread invokes a function to create a new thread
Typically
pthread_create()
in C