aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygwait.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-58/+0
2022-05-29Cygwin: remove regparm.hKen Brown1-1/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-03-20Revert "Use high-resolution timebases for select()."Corinna Vinschen1-27/+0
2016-03-20Revert "Improve and simplify select()."Corinna Vinschen1-0/+27
2016-03-20Improve and simplify select().John Hood1-27/+0
2016-03-20Use high-resolution timebases for select().John Hood1-0/+27
2015-02-23 * cygwait.h (enum cw_wait_mask): Add cw_sig_restart. Add commentsCorinna Vinschen1-7/+8
2013-04-09* cygtls.h (_cygtls::reset_signal_arrived): Actually reset the signal_arrivedChristopher Faylor1-2/+3
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-3/+2
2012-08-15Rename cancelable_wait -> cygwait throughout.Christopher Faylor1-4/+4
2012-07-21* DevNotes: Add entry cgf-000013.Christopher Faylor1-2/+5
2012-06-27* cygwait.h (cancelable_wait): Make extern to avoid always including.Christopher Faylor1-2/+2
2012-06-25* cygwait.h (cancelable_wait): Need to force time to negative to indicateChristopher Faylor1-1/+1
2012-06-19* cygwait.h (LARGE_NULL): Define.Christopher Faylor1-3/+10
2012-06-19Revert errneous checkin.Christopher Faylor1-37/+5
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor1-2/+37
2012-06-17Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor1-0/+47