aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygwait.cc
AgeCommit message (Expand)AuthorFilesLines
2021-07-22Ensure nanosleep(2) never returns negative remDavid Allsopp1-2/+4
2018-03-05Cygwin: cygwait.cc: fix formatting of debug statementCorinna Vinschen1-1/+2
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-2/+0
2015-11-27Fix race condition when waiting for a signalCorinna Vinschen1-1/+1
2015-02-23 * cygwait.h (enum cw_wait_mask): Add cw_sig_restart. Add commentsCorinna Vinschen1-2/+4
2015-02-23 * cygwait.cc (cygwait): Move setting res to WAIT_SIGNALED to clarifyCorinna Vinschen1-2/+3
2013-06-08* cygwait.cc (cygwait): Remove lock around sig retrieval since this code isChristopher Faylor1-2/+0
2013-04-09* cygtls.h (_cygtls::reset_signal_arrived): Actually reset the signal_arrivedChristopher Faylor1-4/+6
2012-08-15Rename cancelable_wait -> cygwait throughout.Christopher Faylor1-1/+1
2012-08-15* cygtls.h (_cygtls::create_signal_arrived): New function.Christopher Faylor1-4/+12
2012-07-30* cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor1-1/+2
2012-07-23Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor1-1/+1
2012-07-21* DevNotes: Add entry cgf-000013.Christopher Faylor1-6/+7
2012-06-25* cygwait.cc (cancelable_wait): Make sure that timer is cancelled beforeChristopher Faylor1-6/+5
2012-06-19Revert errneous checkin.Christopher Faylor1-7/+2
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor1-0/+2
2012-06-17Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor1-0/+108