PThreadSorts

Last Revision:
Version 1.0, 2003-01-14
Applies various sorting algorithms to pictures using POSIX threads (pthreads) on Mac OS X.
Build Requirements:
Project Builder
Runtime Requirements:
Mac OS X Mac OS X or later

PThread sorts is a sample based on the older sample called MP Threaded Sort by Matthew Xavier Mora that took pictures and applied different sorting algorithms to them using MP Tasks. This sample is similar but uses POSIX Threads(pthreads) on Mac OS X instead. Requirements: Mac OS X or later Keywords: MP, thread, pthread, POSIX, Multiprocessing, sorting, tasks, threading