学习pthread参考的资料


      Linux 的多线程编程的高效开发经验

 http://www.ibm.com/developerworks/cn/linux/l-cn-mthreadps/index.html#ibm-pcon


   

Linux下写者优先的读写锁的设计

 http://www.ibm.com/developerworks/cn/linux/l-rwlock_writing/index.html

 http://www.cnblogs.com/huangwei/archive/2010/05/19/1739659.html


  使用读写锁pthread_rwlock_t

  http://hi.baidu.com/andyzcj/blog/item/081b7018cf41aa4b43a9ad87.html


   

The LinuxThreads library:

http://pauillac.inria.fr/~xleroy/linuxthreads/

 Introduction to Programming Threads:
http://www.mit.edu/people/proven/IAP_2000/index.html


你可能感兴趣的:(学习pthread参考的资料)