当前位置: 技术问答>linux和unix
那位大侠给我一个线程池的例子程序看看
来源: 互联网 发布时间:2015-07-22
本文导语: 如题 | for example: pthread_t th_pool[POOL_NUM]; void* th_routine (void* p) { while (1) { msgrcv(MSG1...) ... } } int main() { for (i = 0; i
如题
|
for example:
pthread_t th_pool[POOL_NUM];
void* th_routine (void* p)
{
while (1)
{
msgrcv(MSG1...)
...
}
}
int main()
{
for (i = 0; i
pthread_t th_pool[POOL_NUM];
void* th_routine (void* p)
{
while (1)
{
msgrcv(MSG1...)
...
}
}
int main()
{
for (i = 0; i