- 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.
推薦閱讀
- 軟件項(xiàng)目管理(第2版)
- INSTANT FreeMarker Starter
- Python程序設(shè)計(jì)(第3版)
- Web交互界面設(shè)計(jì)與制作(微課版)
- JIRA 7 Administration Cookbook(Second Edition)
- Flash CS6中文版應(yīng)用教程(第三版)
- 征服RIA
- 單片機(jī)應(yīng)用技術(shù)
- Hands-On Swift 5 Microservices Development
- The Professional ScrumMaster’s Handbook
- Red Hat Enterprise Linux Troubleshooting Guide
- Python從入門(mén)到精通(第3版)
- Oracle實(shí)用教程
- Learning Grunt
- Mastering Leap Motion