设为首页 加入收藏

TOP

pthread_t 定义
2012-01-31 12:23:43 】 浏览:1771
Tags:pthread_t 定义
pthread_t  在使用多线程时必不可少,因此我们先熟悉下它的定义吧。

类型定义:
 
  typedef unsigned long int pthread_t;
 
  //come from /usr/include/bits/pthread.h
 
  用途:pthread_t用于声明线程ID。
 
  sizeof (pthread_t) =4;
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇多线程开发要点 下一篇A算法详解

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目