SV: semaphores

Ross Johnson rpj@ise.canberra.edu.au
Wed Apr 21 19:35:00 GMT 1999


On Wed, 21 Apr 1999 Mikael.Ambrus@elema.siemens.se wrote:

> 	I used cygwin GCC B20.1 ...

I think you'll find that this is the problem. Cygwin B20.1 isn't
thread-safe out of the box. The latest version of Cygwin has some
alpha level thread-safety which is not turned on by default.

Ultimately, because it aims at providing a comprehensive POSIX
environment, Cygwin will include it's own Posix threads support.
Therefore, pthreads-win32 is targeting mainly at environments that
link with the MSCRTL.

(I hope this is basically correct.)

+----------------------+---+
| Ross Johnson         |   | E-Mail: rpj@ise.canberra.edu.au
| Info Sciences and Eng|___|
| University of Canberra   | FAX:    +61 6 2015227
| PO Box 1                 |
| Belconnen  ACT    2616   | WWW:    http://willow.canberra.edu.au/~rpj/
| AUSTRALIA                |
+--------------------------+




More information about the Pthreads-win32 mailing list