搜索资源列表
linux_pthread_program
- 该文档主要讲述本人在使用Linux线程编程时的学习心得,主要有设计到线程优先级和资源释放等问题,并附有测试代码示例。linhanzu@gmail.com-The document focuses on I-threaded programming in the use of Linux at the time of learning experiences, mainly in design to the thread priority
pthread_source_code
- pthread soure code
Qt_pthread
- 该文挡主要讲述了在Qt环境下的程序设计:线程和网络编程的示例-This paper describes the main block in the Qt environment Programming: threads and network programming examples
pthread
- windows多线程开发包,能够使习惯linux下多线程编程的人能够直接在windows下进行编程。-windows multi-threaded development kit, enabling multi-threading used to programming under linux are able to directly in the program under windows.
pthread
- 基于ARM9的Linux多线程应用程序。生产者写入缓冲区和消费者从缓冲区读数的具体流程,生产者首先获得互斥锁,并且判断写指针+1后是否等于读指针,如果相等则进入等待状态,等候条件变量notfull;如果不等则向缓冲区中写入一个整数,并且设置条件变量为notempty,最后释放互斥锁。消费者线程与生产者线程类似。-ARM9-Linux-based multi-threaded applications. Producers and con