注重体验与质量的电子书资源下载网站
分类于: 设计 其它
简介
Pthreads Programming: A POSIX Standard for Better Multiprocessing 豆 8.0分
资源最后更新于 2020-11-26 07:31:45
作者:Bradford Nichols
出版社:O'Reilly Media
出版日期:1996-01
ISBN:9781565921153
文件格式: pdf
标签: Pthreads 多线程 并行 GNU/Linux 线程 计算机 multithreads 并行程序设计
简介· · · · · ·
POSIX threads, or pthreads, allow multiple tasks to run concurrently within the same program. They can share a single CPU as processes do, or take advantage of multiple CPUs when available. In either case, they provide a clean way to divide the tasks of a program while sharing data. This book thoroughly covers the POSIX threads standard, which is supported by the Distributed Co...