搜索资源列表
pthread.rar
- FRIENDARM MINI2440 linux应用程序多线程开发源代码,FRIENDARM MINI2440 linux multi-threaded application development source code
pthread.rar
- 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.tar
- linux下多线程实现生产者消费者及用并行算法求圆周率等经典算法-linux under the multi-threaded use of consumers and producers to achieve parallel algorithm for the classical algorithm, such as pi
pthread.c
- pthread的例子,可以很好的帮助我们理解Linux多线程的主要函数用法-pthread example, could well help us understand the main function of multi-threaded Linux usage
pthread.tar
- This a pthread program code which is compiled under the linux. Someone who want to test the pthread s program can download this code.
pthread
- Pthread本来是一套用户级线程库, 但在Linux上实现时, 却使用了内核级线程 来完成, 这样的好处是, 可以充分的提高程序的并发性, 线程也可以象以前一样调用 read这样的函数, 而不必担心会由于阻赛影响其它的线程的运行. -Pthread have is a set of user-level thread library, but in Linux to achieve, they use a kernel-level thread to complete, so the adva
pthread
- linux下的多线程的创建及信号同步,信号量,互斥量-under linux to create multi-threaded and signal synchronization, semaphores, mutex volume
pthread
- linux环境下线程的创建、管理和终止,包含具体现成的操作-linux environment thread creation, management and termination, including the operation of specific off-the-shelf
LINUX-pthread
- 线程的创建和使用 线程的创建是用下面的几个函数来实现的. -pthread
pthread
- linux多线程编程的程序 学习起来不错-linux pthread
linux-circular-buf.tar
- linux下自己做的一个circular buffer.可重入,pthread接口。-under linux do a circular buffer. reentrant, pthread interface.
ch11(pthread)
- linux线程及多线程操作的一些相关实例源代码 很详细 希望能够有助于大家学习-linux thread and multi-threaded operation of some relevant examples of the source code very much hope that can help them to learn more
pthread_create_01
- Example 2 of pthread. Tested in linux
pthread
- 多线程 编写源代码 经典实例 Linux C下实现-Classic example of the preparation of multi-threaded Linux C
pthread
- 一个简单的Linux多线程实例,三个执行单位共同生成随机数,小于给定的就输出-A simple multi-threaded Linux instance, the three execution units together to generate a random number is less than given to the output
pthread
- linux pthread producer-consumer
pthread
- Linux 多线程编程示例,包括makefile-Linux pthread example,include makefile
linux-pthread
- 详细介绍了linux多线程编程用到的函数,解析,以及源代码,对pthread编程入门有很大帮助-linux pthread
linux-pthread
- Linux 多线程服务器程序,基于线程池架构-Linux multithreaded server program, based on the thread pool architecture
pthread-test
- linux 线程编程,基于2440的一个例子,挺好用的。-linux pthread