错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Basic Concepts

  • Giorgio Buttazzo

摘要

Over the last few years, several algorithms and methodologies have been proposed in the literature to improve the predictability of real-time systems. In order to present these results, we need to define some basic concepts that will be used throughout the book. We begin with the most important software entity treated by any operating system, the processProcess. A process is a computation that is executed by the CPU in a sequential fashion. In this text, the terms process and taskTask are used as synonyms. However, it is worth saying that some authors prefer to distinguish them and define a task as a sequential execution of code that does not suspend itself during execution, whereas a process is a more complex computational activity, which can be composed by many tasks.