summaryrefslogtreecommitdiff
path: root/rts/win32/IOManager.c
Commit message (Expand)AuthorAgeFilesLines
* commentsSimon Marlow2013-02-071-1/+11
* Fix threadDelay on Windows; fixes ThreadDelay001 failuresIan Lynagh2013-02-061-2/+24
* Use usecs rather than msecs for microsecondsIan Lynagh2013-02-051-4/+4
* Fix warnings on Win64Ian Lynagh2012-04-261-1/+1
* errno corresponding to ERROR_NO_DATA should be EPIPE (non-threaded RTS)Simon Marlow2010-09-151-1/+10
* On Windows, Delete the CriticalSection's we InitializeIan Lynagh2007-11-251-0/+2
* FIX #1177, partially at least.Simon Marlow2007-07-251-13/+15
* Fix sleep delay for the non-threaded Windows RTSSimon Marlow2007-02-201-1/+1
* Remove the Windows Async IO Manager completely in THREADED_RTS modeSimon Marlow2006-12-011-0/+5
* oops, got the sense of the error case wrongSimon Marlow2006-08-291-1/+1
* fix some rerrors in the worker countingSimon Marlow2006-08-291-6/+10
* Free Win32 Handles on shutdownSimon Marlow2006-08-251-6/+20
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+510