- Mastering Linux Kernel Development
- Raghu Bharadwaj
- 56字
- 2021-07-08 09:47:15
real_parent and parent
These are pointers to the parent's task structure. For a normal process, both these pointers refer to the same task_struct; they only differ for multi-thread processes, implemented using posix threads. For such cases, real_parent refers to the parent thread task structure and parent refers the process task structure to which SIGCHLD is delivered.
推薦閱讀
- Google Apps Script for Beginners
- Kali Linux Web Penetration Testing Cookbook
- Java編程指南:基礎知識、類庫應用及案例設計
- Instant QlikView 11 Application Development
- SAS數據統計分析與編程實踐
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- RabbitMQ Cookbook
- UVM實戰
- Java編程的邏輯
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Python High Performance Programming
- Orleans:構建高性能分布式Actor服務
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- Python程序設計開發寶典
- Python自然語言理解:自然語言理解系統開發與應用實戰