expose the affinity mask
[AROS.git] / compiler / pthread / README.md
blob2206871ec53b039c9fd0af43af8615d3cc16ba62
1 # POSIX Threads for AROS and MorphOS\r
2 \r
3 This library implements a subset of the POSIX Threads standard on top of the native Amiga APIs (SignalSemaphores, signals, processes, etc.). \r
4 \r
5 ## Limitations\r
6 \r
7 Due to underlying API limitations detached threads are not supported. \r
8 \r
9 ## License\r
11 The library is availabe under the zlib license.\r
13 ## Website\r
14 [http://bszili.morphos.me](http://bszili.morphos.me)\r
16 ## Acknowledgements\r
18 This library is not directly based on any existing one, but it was inspired by the following projects:\r
20 * [AROS' thread.library](http://aros.sourceforge.net/documentation/developers/autodocs/thread.php) by Rob Norris\r
21 * [Amiga SDL](http://aminet.net/package/dev/misc/SDL-Amiga) by Gabriele Greco\r
22 * [Pthreads-w32](https://sourceware.org/pthreads-win32) by Ross Johnson\r
23 * [winpthreads](http://locklessinc.com/articles/pthreads_on_windows) by Lockless Inc.\r