由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Re: [转载] 什么是LWP呢?Re: 如何在Linux/Unix下获取微秒级的进程时间?
相关主题
[转载] 什么是LWP呢?Re: 如何在Linux/Unix下获取微秒级的进程时间?[转载] Questions about thread.
如何在Linux/Unix下获取微秒级的进程时间?C++ new/delete not thread safe?
Linux/Unix下时间的精度 (转载)multithread question
A question about thread of unixwho can tell me how many threads solaris server s
Help needed, about pthread...[转载] how to debug multi-threaded program?
[转载] shared library一问Have anyone installed FreeBSD on your PC
Does Linux support thread?再介绍一篇文章 (转载)
[转载] ALERM CLOCKRe: 为什么emacs自动给我加^M.
相关话题的讨论汇总
话题: process话题: thread话题: unix话题: lwp话题: threads
进入Unix版参与讨论
1 (共1页)
P***y
发帖数: 2885
1
LightWeight Process (LWP) is thread. A thread is owned by one process, while
the same process can own several different threads at the same time. Threads
share all the resources the process owns. Traditional process has only one
single thread (Indeed it has no concept of thread). Later Unix has the concept
of thread, especially in Solaris.
Process represents the resource ownership relation at OS level as a whole.
Thread represnts the manipulation of resources at the process level.
1 (共1页)
进入Unix版参与讨论
相关主题
Re: 为什么emacs自动给我加^M.Help needed, about pthread...
Re: Where to download MP3 player for UNIX?[转载] shared library一问
Re: unix下怎么把一个大文件分成若干个小文件?Does Linux support thread?
怎样写 makefile[转载] ALERM CLOCK
[转载] 什么是LWP呢?Re: 如何在Linux/Unix下获取微秒级的进程时间?[转载] Questions about thread.
如何在Linux/Unix下获取微秒级的进程时间?C++ new/delete not thread safe?
Linux/Unix下时间的精度 (转载)multithread question
A question about thread of unixwho can tell me how many threads solaris server s
相关话题的讨论汇总
话题: process话题: thread话题: unix话题: lwp话题: threads