搜索资源列表
pthread.c
- LINUX多线程应用程序设计,希望对大家有用。-LINUX multithreaded application design, we hope that the right useful.
pthread
- psos下采用linux的线程库时改写的那部分代码.
pthread.tar
- linux下的tcp通信多线程示例,通过创建多线程来建立TCP联接.在嵌入式系统下运行
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_00
- Simple example 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
CODE
- 基于Linux网络编程,通过socket实现异地文件传输,基于多线程技术开发的文件实时传输系统。可用于网络拓扑配置和仿真(Based on Linux network programming, through the socket to achieve remote file transmission, based on multi threading technology developed real-time file transmission system. It can be used
pthread
- linux下支持多线程并发任务,线程池代码(Support multithreading concurrent tasks under Linux, thread pool code)