summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygwait.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+0
* Fix race condition when waiting for a signalCorinna Vinschen2015-11-271-1/+1
* * cygwait.h (enum cw_wait_mask): Add cw_sig_restart. Add commentsCorinna Vinschen2015-02-231-2/+4
* * cygwait.cc (cygwait): Move setting res to WAIT_SIGNALED to clarifyCorinna Vinschen2015-02-231-2/+3
* * cygwait.cc (cygwait): Remove lock around sig retrieval since this code isChristopher Faylor2013-06-081-2/+0
* * cygtls.h (_cygtls::reset_signal_arrived): Actually reset the signal_arrivedChristopher Faylor2013-04-091-4/+6
* Rename cancelable_wait -> cygwait throughout.Christopher Faylor2012-08-151-1/+1
* * cygtls.h (_cygtls::create_signal_arrived): New function.Christopher Faylor2012-08-151-4/+12
* * cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor2012-07-301-1/+2
* Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor2012-07-231-1/+1
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-6/+7
* * cygwait.cc (cancelable_wait): Make sure that timer is cancelled beforeChristopher Faylor2012-06-251-6/+5
* Revert errneous checkin.Christopher Faylor2012-06-191-7/+2
* * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor2012-06-191-0/+2
* Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor2012-06-171-0/+108