MACH操作系统中线程状态及其转换
MACH Operating System's Thread State and Thread State Transition
-
摘要: Mach是一个支持分布式并行多机的操作系统,它将传统UNIX的进程分为任务与线程两个概念,以提高系统的并行性,减轻上下文切换耗费。本文将着重讨论作为Mach操作系统调度与运行基本单位的线程,及其状态和状态的转换。Abstract: Math is a multiprocessor operating system kernel to support distributed and parallel computation. To improve parallelism of the system and decrease the overhead of context switch, Mach separates a typical process into a task and a thread. As thread is a basic unit of scheduling and running, this paper discusses in detail the thread state and the thread state transition.
下载: