搜索资源列表
thread
- 一个简单的LINUX多线程和MAKEFILE例子 在主线程里通过pthread_create函数创建2个线程,然后通过pthread_jion等待线程结束
pthread_create
- 用c語言,在linux上create 1000個thread去ping某一台主機。
POSIX 下线程控制的实验程序
- 通过观察、分析实验现象,深入理解线程及线程在调度执行和内存空间等方面的特点,并掌握线程与进程的区别。掌握POSIX 规范中pthread_create() 函数的功能和使用方法。
thread
- 一个简单的LINUX多线程和MAKEFILE例子 在主线程里通过pthread_create函数创建2个线程,然后通过pthread_jion等待线程结束
pthread_source_code
- pthread soure code
pthread_create
- 用c語言,在linux上create 1000個thread去ping某一台主機。-Using c language, in the linux on the thread to create 1000 months ping a host.
ET2
- 线程描述。主程序创建两个线程myThread1 和 myThread2 ,每个线程打印一句话。使用pthread_create(&id,NULL,(void *) thread,NULL)完成。 先定义每个线程的执行体,然后在main中创建几个线程,最后主线程序等待子线程序结束后再退出。 2、创建两个线程,分别向线程传递如下两种类型的参数 -Thread descr iption. Main program create
pthread_create_01
- Example 2 of pthread. Tested in linux
myweb
- 多线程pthread_create。网页服务器端代码-Multi-threaded pthread_create. Web server-side code
pthread_create
- linux pthread_create.c 源码-sound code
pthread_create
- 教你如何在linux下如何创建一个线程以及如何在linux下运用这个线程-how create pthread in linux
pthread
- C语言多线程pthread库相关函数 函数pthread_create,pthread_join,pthread_exit等-pthread lib pthread_create,pthread_join,pthread_exit