|
|
What Is Thread..?
Defines interfaces and functionality to support multiple flows of control within a process. Threads define system interfaces to support the source portability of applications. The key elements defining the scope are:
-
Defining a sufficient set of functionality to support multiple threads of control within a process.
-
Defining a sufficient set of functionality to support the real-time application domain.
-
Defining sufficient performance constraints and performance related functions to allow a real-time application to achieve deterministic response from the system.
|