• 竞争资源以及等待队列以及定时器


    futex的实现:http://hi.baidu.com/_kouu/item/202d77dab2e866866cce3f67

    线程同步:http://hi.baidu.com/_kouu/item/2b9cac2385f64550c38d59d0

    定时器:http://hi.baidu.com/_kouu/item/9256659429340bf0291647d0

    linux时钟管理:http://www.ibm.com/developerworks/cn/linux/l-cn-timerm/

    线程同步:http://blog.pfan.cn/edwardguo/54099.html

    线程退出释放资源:http://blog.csdn.net/echoisland/article/details/6782616(主要疑问是线程意外退出时如何释放资源:主要是锁(主动释放还是内核监控)),主要是pthread_clean_push/pop的调用时机问题

    idle进程

    关于等待队列的实现:

    http://www.cnblogs.com/zhuyp1015/archive/2012/06/09/2542882.html 这个博客的其他内容也很好,主要是驱动方面的内容,有协议栈的实现

    http://www.2cto.com/os/201204/127771.html 将等待队列实现的主要问题,涉及到race condition

  • 相关阅读:
    C# 重载,重写,代理,枚举实例
    关于C#7 新语法糖
    关于C# 异步
    经验
    C# 后台模块 Word 模板操作
    .Net 图片生成水印
    .Net XML操作
    .Net web 关于表单标题
    分页存储过程
    python 爬虫 猫眼视频榜单top100
  • 原文地址:https://www.cnblogs.com/johnnyflute/p/3969155.html
Copyright © 2020-2023  润新知