mirror of
https://github.com/Inori/GPCS4.git
synced 2025-04-02 10:31:52 -04:00
29 lines
1.1 KiB
Text
29 lines
1.1 KiB
Text
PThreads4W - POSIX threads for Windows
|
|
Copyright 1998 John E. Bossom
|
|
Copyright 1999-2018, Pthreads4w contributors
|
|
|
|
This product includes software developed through the colaborative
|
|
effort of several individuals, each of whom is listed in the file
|
|
CONTRIBUTORS included with this software.
|
|
|
|
The following files are not covered under the Copyrights
|
|
listed above:
|
|
|
|
[1] tests/rwlock7.c
|
|
[1] tests/rwlock7_1.c
|
|
[1] tests/rwlock8.c
|
|
[1] tests/rwlock8_1.c
|
|
[2] tests/threestage.c
|
|
|
|
[1] The file tests/rwlock7.c and those similarly named are derived from
|
|
code written by Dave Butenhof for his book 'Programming With POSIX(R)
|
|
Threads'. The original code was obtained by free download from his
|
|
website http://home.earthlink.net/~anneart/family/Threads/source.html
|
|
|
|
[2] The file tests/threestage.c is taken directly from examples in the
|
|
book "Windows System Programming, Edition 4" by Johnson (John) Hart
|
|
Session 6, Chapter 10. ThreeStage.c
|
|
Several required additional header and source files from the
|
|
book examples have been included inline to simplify compilation.
|
|
The only modification to the code has been to provide default
|
|
values when run without arguments.
|