summaryrefslogtreecommitdiff
path: root/rts/win32/AsyncIO.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* rts/win32/IOManager: Fix integer typesBen Gamari2016-12-171-8/+8
* Use C99's boolBen Gamari2016-11-291-3/+3
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* Fix variable name typo from commit 3021fbNiklas Larsson2014-07-301-1/+1
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* rts: delint/detab/dewhitespace win32/AsyncIO.cAustin Seipp2014-07-281-150/+166
* Use usecs rather than msecs for microsecondsIan Lynagh2013-02-051-3/+3
* Fix Windows buildSimon Marlow2010-12-211-1/+1
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-14/+1
* Fix crash in non-threaded RTS on WindowsSimon Marlow2010-04-201-0/+5
* Windows build fixesSimon Marlow2009-08-031-1/+0
* Cope with ThreadRelocated when traversing the blocked_queueSimon Marlow2008-11-061-1/+16
* FIX BUILD on WindowsSimon Marlow2008-06-181-4/+4
* On Windows, Delete the CriticalSection's we InitializeIan Lynagh2007-11-251-0/+1
* FIX #1177, partially at least.Simon Marlow2007-07-251-2/+2
* Remove the Windows Async IO Manager completely in THREADED_RTS modeSimon Marlow2006-12-011-0/+4
* call ShutdownIOManager() before closing handlesSimon Marlow2006-08-301-1/+1
* Free Win32 Handles on shutdownSimon Marlow2006-08-251-3/+14
* Remove few format-warnings by adding castsEsa Ilari Vuokko2006-08-131-2/+2
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+345