Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家好,我开始阅读有关线程的内容并开始了解线程使用软件和进程使用硬件来保护数据结构......但是有人可以详细说明这个事实吗?
在 Linux 中,线程和进程都是相同的,只是它们之间共享虚拟内存的区别。线程在进程的地址空间中运行。线程也有一个关联的 task_struct。