搜索资源列表
threads-2.0.tar.gz
- 多线程库
threads-3.6.tar
- C++ SOCKET 类-SOCKET
ipv6ping
- linux下 ipv6协议 ping程序 最多运行50线程 2.每个线程发送4个ICMP6包后开始接收 3.试验程序,多线程结构安排不一定合理,待试验后进一步修改 4.在终端./pingipv6 IP1 1P2......即可运行程序 5.为单源文件,没写make,编译命令为: gcc -Wall -o pingipv6 pingipv6.c -lpthread -ipv6 agreement under the most ping process two thr
threads
- Nachos 线程-Nachos threads
pthread_examples.tar
- 多线程程序作为一种多任务、并发的工作方式,有以下的优点: 1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。 2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。 3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,
sem_syn
- 通过两个信号量来实现两个线程间的同步,完成了互斥功能.-through two signals to achieve volume between the two threads simultaneously, and completed the mutex function.
control05
- 用pthread_t创建由标准输入端输入个数N的N个线程,分别计算各自的结果,再返回给主进程.-pthread_t created with input from the standard input of the number N of N threads, calculate their results and then back to the main process.
multiget-1.1.3.tar
- linux 下的 flashget。MultiGet是一个非常容易使用的图形界面多线程下载工具,它支持基本的 http/ftp协议,支持断点续传,动态语言转换,下载速度限制,自动/手动MD5校验,任务日志,文件分类管理,支持所有类型的SOCKS代理和 FTP、HTTP代理,可以动态增加/减少线程数量。它需要wxGTK开发包-flashget under linux. MultiGet is a very easy-to-use graphical interface multithreaded
unixthread
- linux/unix下关于线程的代码。-linux / unix under the code of threads.
usethread
- 一个使用线程的例子-an example of the use of threads
RPG
- 用共享内存,信号灯,以及互斥锁实现进程,线程间的通信,来模拟三国问题-using shared memory, lights, and Mutex realization process, the communication between threads, to simulate the three issues
threads-3.6.1
- 用c++包装好的线程库,直接拿来使用,提高效率.
aic79xx-linux-2.4-20040522.tar
- 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.11 (May 7th, 2004) - Avoid split-completion bugs in certain PCI-X chipsets by breaking up large completion entry DMAs on ADB boundaries.
threads-2.0.tar
- 多线程库 -Multi-thread library
futex.tar
- Shows how Linux futex syscall can be used to distribute computation to multiple threads.
alp-ch04-threads
- Threads of UNIX in Linux
server-client-threads
- A server-client program using threads
user-level-threads
- User level threads library with IPC, TIMERS, Internal Scheduler
threads
- Descr iption: set of generic threading related routines should work with pthreads, Windows native or TLS threads.
