thread (n)~ A type of object within a process that runs program instructions. Using multiple threads allows concurrent operations within a process and enables one process to run different parts of its program on different processors simultaneously. A thread has its own set of registers its own kernel stack a thread environment block and a user stack in the address space of its process.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 53 조회
- 목록
본문
thread (n)~ A type of object within a process that runs program instructions. Using multiple threads allows concurrent operations within a process and enables one process to run different parts of its program on different processors simultaneously. A thread has its own set of registers its own kernel stack a thread environment block and a user stack in the address space of its process.