summaryrefslogtreecommitdiff
path: root/rts/win32/ThrIOManager.c
Commit message (Expand)AuthorAgeFilesLines
* Hadrian: fix windows cross-build (#20657)Sylvain Henry2021-11-151-1/+1
* Remove ioManager{Start,Die,Wakeup} from IOManager.hDuncan Coutts2021-01-251-0/+1
* Move win32/IOManager to win32/MIOManagerDuncan Coutts2021-01-251-1/+1
* winio: Always lock win32 event queueAndreas Klebinger2020-07-151-10/+17
* winio: Multiple refactorings and support changes.Tamar Christina2020-07-151-32/+28
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* Fix comment (old file names) in rts/Takenobu Tani2017-02-041-1/+1
* Use C99's boolBen Gamari2016-11-291-2/+2
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-1/+1
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* rts: delint/detab/dewhitespace win32/ThrIOManager.cAustin Seipp2014-07-281-7/+7
* Simplify some code; patch from Bill TuttIan Lynagh2013-02-171-1/+1
* Fix line endings in rts/win32/ThrIOManager.cIan Lynagh2013-02-171-159/+159
* Small refactoring; patch from nusIan Lynagh2013-02-161-9/+1
* Fix RTS DLL references on Win64Ian Lynagh2012-05-061-0/+4
* Working towards fixing DLLs on Win64Ian Lynagh2012-05-061-1/+1
* Fix the Win32 build: A CPP symbol name was wrongIan Lynagh2012-03-201-1/+1
* Fixes for the threaded RTS on Win64Ian Lynagh2012-03-181-1/+1
* Fix a real bug, exposed by my recent change to the rts_evalIO() API. Yay!Simon Marlow2011-12-091-2/+2
* SafeHaskell: Fix compilation errors.David Terei2011-06-171-2/+2
* SafeHaskell: Even more fixing to work with safe baseDavid Terei2011-06-171-2/+2
* Integrate new I/O manager, with signal supportJohan Tibell2010-07-241-2/+2
* Expand the scope of the event_buf_mutex to cover io_manager_eventSimon Marlow2010-04-201-15/+26
* Make ioManagerDie() idempotentSimon Marlow2010-04-011-0/+4
* Windows-specific fix for #1185 patchSimon Marlow2009-11-121-1/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* Fix #2992: don't create a named eventSimon Marlow2009-03-111-1/+1
* Build fixes for DLLized rtsClemens Fruhwirth2008-10-131-0/+4
* Make it less fatal to not call ioManagerStart()Simon Marlow2008-05-291-4/+4
* Fix C/Haskell type mismatchesIan Lynagh2007-04-031-5/+5
* Add support for the IO manager thread on WindowsSimon Marlow2006-12-011-0/+144