thread

A separate control structure that is part of a process. Each process has at least one thread. Each thread has a separate call stack and can access its own local storage.

Purify supports multi-threaded applications.