- Mastering Linux Kernel Development
- Raghu Bharadwaj
- 86字
- 2021-07-08 09:47:14
tgid
This field contains the thread group id. For easy understanding, let's say when a new process is created, its PID and TGID are the same, as the process happens to be the only thread. When the process spawns a new thread, the new child gets a unique PID but inherits the TGID from the parent, as it belongs to the same thread group. The TGID is primarily used to support multi-threaded process. We will delve into further details in the threads section of this chapter.
推薦閱讀
- iOS面試一戰到底
- OpenShift開發指南(原書第2版)
- Learning Informatica PowerCenter 10.x(Second Edition)
- Swift 3 New Features
- 網站構建技術
- Java程序設計
- Integrating Facebook iOS SDK with Your Application
- NetBeans IDE 8 Cookbook
- D3.js By Example
- Java網絡編程實戰
- Hands-On JavaScript for Python Developers
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- scikit-learn Cookbook(Second Edition)
- Xamarin Cross-Platform Development Cookbook
- R語言數據分析從入門到實戰