搜索资源列表
Thread_Experiment
- Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program should work as follows: The user will run the program and will enter a number on the command line. The program will then create a separate thread that out
pthreads-w32-2-8-0-release.tar
- POSIX Multithraed library for windows
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
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
Produce_Consume_Pthread
- 利用各自操作系统提供的Mutex和信号量机制(Win32 API或Pthreads),实现生产者/消费者问题-Provided by each operating system Mutex and semaphore mechanism (Win32 API or Pthreads), to achieve the producer/consumer problem
ThreadingWin
- Pthreads-win32 - POSIX Threads Library for Win32.
pthread-Introduction
- 在类Unix操作系统(Unix、Linux、Mac OS X等)中,都使用Pthreads作为操作系统的线程。Windows操作系统也有其移植版pthreads-win32。phread介绍了线程的创建、共享等功能-In Unix-like operating systems (Unix, Linux, Mac OS X, etc.), use Pthreads as the operating system threads. Windows operating system has its p
SkProgressView
- Descr iption: This translation unit agregates pthreads-win32 translation units. It is used for inline optimisation of the library, maximising for speed at the expense of size.
rdopt
- This translation unit agregates pthreads-win32 translation units. It is used for inline optimisation of the library, maximising for speed at the expense of size.
value_const
- Descr iption: This translation unit agregates pthreads-win32 translation units. It is used for inline optimisation of the library, maximising for speed at the expense of size.
Queue-master
- Linux: use cmake -DBUILT_32=ON .. to force 32-bit built, -DBUILT_64=ON for 64-bit-Queue - thread-safe - ability to define max number of elements - sort elements into queue - get in O(1), except when filtered (worst case O(n)) - put in O(1)
pthread
- Descr iption: This translation unit agregates pthreads-win32 translation units. It is used for inline optimisation of the library, maximising for speed at the expense of size.
pthreads-w32-2-9-1-release.zip
- POSIX线程(POSIX threads),简称Pthreads,是线程的POSIX标准。该标准定义了创建和操纵线程的一整套API。在类Unix操作系统(Unix、Linux、Mac OS X等)中,都使用Pthreads作为操作系统的线程。Windows操作系统也有其移植版pthreads-win32。