pthreads uses the clone system call to work. The extra processes are actually the same as the main program. It just represents each thread.

- Trevor