Skip to search formSkip to main contentSkip to account menu

Process control block

Known as: PCB, Switchframe, Task struct 
Process Control Block (PCB, also called Task Controlling Block, process table, Task Struct, or Switchframe) is a data structure in the operating… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2018
2018
Crop growth and production cost are greatly influenced by management of environmental factors such as ambient temperature… 
2016
2016
Kernel rootkits often hide associated malicious processes by altering reported task struct information to upper layers and… 
2013
2013
A method and a system for checking software are disclosed. The system includes a hooking module that collects process control… 
2012
2012
Conventional operating systems, like Silicon Graphics’ IRIX and IBM’s AIX, adopt a single memory management algorithm. The choice… 
2012
2012
• Process Control Block (PCB) – OS data structure which contains the state information for each process • one PCB per process… 
2012
2012
The present invention provides a method for controlling the process and one terminal, wherein the terminal comprises: information… 
2011
2011
The present invention relates to a communication test device. The communication test device comprises: an insertion module for… 
2010
2010
The invention relates to a method for supporting kdata page of WinCE/WM by a Linux kernel. The method comprises the following… 
2010
2010
• Multiple applications: Multiprogramming was invented to allow processing time to be dynamically shared among a number of active… 
1993
1993
기존의 운영제제에서는 프로세스 개념만을 지원하여 병렬응용의 실행 비용이 과다하다. 따라서 본 논문에서 단일처리기 시스템의 유닉스 운영체제에서 다중스레드 환경을 설계 구현한 연구 결과를 바탕으로 커널의 일부분만을 수정함으로써 큰 부담없이 병렬응용에 대한 지원이 가능함을 확인한다. 기존의 자료구조 (struct proc, struct user)에 대한 수정과 새롭게 정의된 자료구조들(struct task, struct thread)에 대해 살펴 본 후, 커널스레드를 생성 관리하는 과정을 살펴 본다. 또한, 커널스레드와 독립적인 사용자 수준의 스레드의 설계와 구현에 대하여 살펴 본다.