搜索资源列表
pthreads
- 多线程编程,有实例.可参考.希望对大家有用.-multithreaded programming examples. Reference. We hope that the right useful.
pthreads-w32-2-8-0-release
- POSOIX Thread Librairy
papi_parallel
- Programs Descr iption 1. Program Name : papi-pthreads-find-min-value.c Descr iption : The program randomly generated the list of integers.The list of integers is partitioned equally among the threads. The size of each threads partit
pthreads
- An Introduction to POSIX Threads
ModernMultithreadingBook-SourceCode
- source code for book, Modern Multithreading - Implementing, Testing, and Debugging Multithreaded Java and C++, Pthreads, Win32 Programs - 2006 -source code for book, Modern Multithreading- Implementing, Testing, and Debugging Multithreaded Java and C
Programming_with_POSIX_Threads
- 此书为POSIX多线程程序设计中文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。本书首先解释了线程的基本概念,包括异步编程、线程的生命周期和同步机制;然后讨论了题,并给出了避免错误和提高性等问题的有价值的建议。本书使用了大量注释过的实例来解释实际的概念,并包括Pthreads的简装索引和对标准化的展望。本书适合有经验的C语言程序员阅读,也适合多线程编程人员参考。 -This book describes in depth the open syste
pthreads-w32-2-8-0-release.tar
- pthread library for windows xp
Sleeping-Barber
- implementation of Sleeping barber algorithm in c lang. using pthreads.
BenchmarkPthreadPerformance
- The importance of the peeormance of threads libraries is growing as clusters of shared memory machines become more popular POSIX threads, or Pthreads, is an industry threads library standard.
p-and-c
- 在Windows和Linux操作系统上,利用各自操作系统提供的Mutex和信号量机制(Win32 API或Pthreads),实现生产者/消费者问题-In the Windows and Linux operating systems, the use of their operating system provided Mutex and semaphore mechanism (Win32 API or Pthreads), to achieve the producer/consumer
pthreads
- pthreads for communication using threads.
somavetorprioridades.c.tar
- vector of priority, pthreads
pthreads-w32-2-9-1-release
- PThreads implementation in VC++ 6.0
main
- Parallel Quick sort with pthreads on Linux. Works faster than simple quick sort.
pthreads-w32-2-9-1-release
- 多线程搭配环境,主要是用于先把多线程环境给搭配好,然后再多线程下编程(Multi thread collocation environment)
pthreads-w32-2-9-1-release
- pthread src windows src src
pthreads-w32-2-9-1-release.zip
- POSIX线程(POSIX threads),简称Pthreads,是线程的POSIX标准。该标准定义了创建和操纵线程的一整套API。在类Unix操作系统(Unix、Linux、Mac OS X等)中,都使用Pthreads作为操作系统的线程。Windows操作系统也有其移植版pthreads-win32。
