
The book teaches data parallel, task parallel and pipe-line parallel to us though sample source code. Even if you have forgotten about pthread, you can recollect all. But, because Mac OS X doesn't implement sem_init(), it is impossible to practice a sample program about semaphore. However, these days, condition variable of pthread is used instead of semaphore, so that's no problem.
P.S.
This book is sold in only Japan. In addition, the world have many books that may be better than this book. But, I tried to write this entry to keep same content of my two blog if at all possible.