Chinaunix首页 | 论坛 | 博客
  • 博客访问: 73344
  • 博文数量: 22
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 10
  • 用 户 组: 普通用户
  • 注册时间: 2015-04-22 08:42
文章分类
文章存档

2016年(7)

2015年(15)

我的朋友

发布时间:2015-06-15 15:29:33

   我们接上一篇继续学习,这一篇的重点放在线程栈上。   我们用过pthread_create接口,也用过pthread_self接口,请看manual中的声明: #include        int pthread_create(pthread_t *thread, const pthread_.........【阅读全文】

阅读(1230) | 评论(0) | 转发(0)

发布时间:2015-06-10 10:11:45

......【阅读全文】

阅读(1222) | 评论(0) | 转发(0)

发布时间:2015-06-10 09:57:26

......【阅读全文】

阅读(1334) | 评论(0) | 转发(0)

发布时间:2015-06-10 08:44:21

......【阅读全文】

阅读(1391) | 评论(0) | 转发(0)

发布时间:2015-04-22 08:43:10

关于哈希表,在内核里设计两个很重要的数据结构:   哈希链表节点: 点击(此处)折叠或打开 /*Kernel Version : 3.4.x [include/linux/types.h]*/ struct hlist_node {    struct hlist_node *next, **pprev;}; .........【阅读全文】

阅读(1161) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册