- 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.
推薦閱讀
- 從零開始構建企業級RAG系統
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- PostgreSQL 11從入門到精通(視頻教學版)
- 機械工程師Python編程:入門、實戰與進階
- Backbone.js Blueprints
- QGIS By Example
- 深入RabbitMQ
- C語言程序設計
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Learning Probabilistic Graphical Models in R
- C#程序設計教程(第3版)
- Mastering Akka
- Fast Data Processing with Spark(Second Edition)
- Arduino可穿戴設備開發
- ASP.NET求職寶典