This is the mail archive of the cygwin 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]
Other format: [Raw text]

cygwin1.dll POSIX signal emulation mechanism


In win32 sub-system there is no signal or sig-stack facilities. I am quite curious how cygwin1.dll can do that? What's the mysterious part of it?

As I knew, user-mode thread library such as pthread (POSIX thread) can be implement in use of signal. So signal facilies emulation is quite essential part to full implement a POSIX sub-system like cygwin does.

I wish some can share with experience on this topic: How does cygwin provide signal facilities?

Regards,
David


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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