Pthreads Programming
Bradford Nichols, Dick Buttlar, Jacqueline Proulx Farrell
评分 8.0分
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