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.
2020
2020
While malicious attacks in Android devices are growing, machine learning-based malware prediction has become time-consuming and… 
2017
2017
Guaranteeing the correct system behaviour in safety-critical computer-based systems is a challenging issue due to transient… 
2016
2016
Kernel rootkits often hide associated malicious processes by altering reported task struct information to upper layers and… 
2014
2014
Transient faults in computer-based systems for which high availability is a strict requirement, originated from several sources… 
2011
2011
Highly Cited
2003
Highly Cited
2003
This paper describes an experimental study of Linux kernel behavior in the presence of errors that impact the instruction stream… 
1993
1993
기존의 운영제제에서는 프로세스 개념만을 지원하여 병렬응용의 실행 비용이 과다하다. 따라서 본 논문에서 단일처리기 시스템의 유닉스 운영체제에서 다중스레드 환경을 설계 구현한 연구 결과를 바탕으로 커널의 일부분만을 수정함으로써 큰 부담없이 병렬응용에 대한 지원이 가능함을 확인한다. 기존의 자료구조 (struct proc, struct user)에 대한 수정과 새롭게 정의된 자료구조들(struct task, struct thread)에 대해 살펴 본 후, 커널스레드를 생성 관리하는 과정을 살펴 본다. 또한, 커널스레드와 독립적인 사용자 수준의 스레드의 설계와 구현에 대하여 살펴 본다.