OLD | NEW |
1 This is a copy of CONTRIBUTORS file for the Pthreads-win32 library, downloaded | 1 This is a copy of CONTRIBUTORS file for the Pthreads-win32 library, downloaded |
2 from http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/pthreads/CONTRIBUTORS?r
ev=1.32&cvsroot=pthreads-win32 | 2 from http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/pthreads/CONTRIBUTORS?r
ev=1.32&cvsroot=pthreads-win32 |
3 | 3 |
4 Included here to compliment the Pthreads-win32 license header in wtf/ThreadingWi
n.cpp file. | 4 Included here to compliment the Pthreads-win32 license header in wtf/ThreadingWi
n.cpp file. |
5 WebKit is using derived sources of ThreadCondition code from Pthreads-win32. | 5 WebKit is using derived sources of ThreadCondition code from Pthreads-win32. |
6 | 6 |
7 ------------------------------------------------------------------------------- | 7 ------------------------------------------------------------------------------- |
8 | 8 |
9 Contributors (in approximate order of appearance) | 9 Contributors (in approximate order of appearance) |
10 | 10 |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 Borland compiler patch and makefile. | 128 Borland compiler patch and makefile. |
129 Anuj Goyal anuj dot goyal at gmail dot com | 129 Anuj Goyal anuj dot goyal at gmail dot com |
130 Port to Digital Mars compiler. | 130 Port to Digital Mars compiler. |
131 Gottlob Frege gottlobfrege at gmail dot com | 131 Gottlob Frege gottlobfrege at gmail dot com |
132 re-implemented pthread_once (version 2) | 132 re-implemented pthread_once (version 2) |
133 (pthread_once cancellation added by rpj)
. | 133 (pthread_once cancellation added by rpj)
. |
134 Vladimir Kliatchko vladimir at kliatchko dot com | 134 Vladimir Kliatchko vladimir at kliatchko dot com |
135 reimplemented pthread_once with the same
form | 135 reimplemented pthread_once with the same
form |
136 as described by A.Terekhov (later versio
n 2); | 136 as described by A.Terekhov (later versio
n 2); |
137 implementation of MCS (Mellor-Crummey/Sc
ott) locks. | 137 implementation of MCS (Mellor-Crummey/Sc
ott) locks. |
OLD | NEW |