This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: threads ?


"Robert A. Mackie" <robert_mackie@mail.com> writes:
> 
> Does the cygwin.dll support anything like posix threads ?  I looked
> through the headers and found the process spawning stuff.  I can use
> that if I need to, but was hoping that I'm just being obtuse somehow in
> not finding the thread create, and the rest.

Cygwin is not thread-safe, so it's a non-issue (short answer is "no" ;-)

However, the development snapshots have *experimental* support for thread
safety, but you need to build with --enable-threads; once you have that 
you see if pthreads-win32 (http://sourceware.cygnus.com/pthreads/) will
work.

> PS: What is cygwin1.dll vs cygwin.dll ?

cygwin1.dll is the dll version 1, distributed with Cygwin b20.1. I don't
remember if older versions (eg., b19) was called just cygwin.dll or not.

Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]