一篇关于POSIX Thread的文章,美国亚利桑那大学网站上面的。
POSIX Threads Tutorial
by Mark Hays
Overview
This is a brief tutorial on how write parallel applications using POSIX threads. Basically, this document is a short version of DEC's 300 page manual; it is intended to provide sufficient information to enable the development of reasonably sophisticated parallel scientific codes in C.
Table of Contents
- Latest News on this Document
- What are threads?
- POSIX threads
- Thread creation and destruction
- Resource locking
- Libraries and global data
- Condition variables
- A useful pthreads structure
- Parallel LU decomposition
- Threads and FORTRAN
- A Pipeline Structure
- List of major pthreads routines
- Glossary
-
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!




