boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - How to know # of threads in an app?
相关主题
真正的multi-threading是5个thread要5个cpu?那apache是真正的m
how to apply OOD to a code for both win and linux platform ?
multi threading 还是 multi processing
thread, semaphore, 问题。
python下的expect
多线程编程前景如何?
c++下如何实现多线程?
[合集] 怎么样提高自己的multi-thread programming能力?
有谁用TBB吗
why do we need to map user threads to kernel threads?
相关话题的讨论汇总
话题: threads话题: know话题: app话题: complex话题: source
进入Programming版参与讨论
1 (共1页)
k*o
发帖数: 46
1
have its source code, but pretty complex.
thanks.
D*********s
发帖数: 555
2
co-ask. 以前还真没想过

【在 k*o 的大作中提到】
: have its source code, but pretty complex.
: thanks.

c********e
发帖数: 383
3
faint, i thought this is Linux board, then i guess dont know for sure
for other platforms
c********e
发帖数: 383
4
one way /proc/self/stat
anothe way is to query on the thread group if you know the parent id

【在 D*********s 的大作中提到】
: co-ask. 以前还真没想过
1 (共1页)
进入Programming版参与讨论
相关主题
why do we need to map user threads to kernel threads?
Problem of Thread by Prof. Lee大伙怎么看?
一个multithread的问题(是不是有人觉的很简单?)
rand() in multitreading
thread c++ 问题
a question about Nachos in C
用多线程怎么比单线程还慢呢?
来来,讨论一下multithread, multi-core, affinity
multithread app的design要注意哪些问题?
一直没有很好理解thread join itself,哪位解惑一下 (转载)
相关话题的讨论汇总
话题: threads话题: know话题: app话题: complex话题: source