summaryrefslogtreecommitdiff
path: root/rts/win32/AsyncWinIO.c
Commit message (Expand)AuthorAgeFilesLines
* rts: Move thread labels into TSOBen Gamari2022-08-061-1/+1
* typosEric Lindblad2022-06-011-1/+1
* rts/winio: Fix #18382Ben Gamari2022-01-181-6/+3
* winio: fix heap corruption and various leaks.Tamar Christina2022-01-151-1/+2
* Fix typosBrian Wignall2021-02-061-3/+3
* Remove ioManager{Start,Die,Wakeup} from IOManager.hDuncan Coutts2021-01-251-0/+1
* Rename includes/rts/IOManager.h to IOInterface.hDuncan Coutts2021-01-251-1/+1
* winio: Fix unused variables warningsTamar Christina2020-10-311-8/+1
* winio: fixed timeouts non-threaded.Tamar Christina2020-10-091-13/+9
* winio: Minor comments/renamingsBen Gamari2020-07-151-2/+2
* winio: Fix rebase artifactsTamar Christina2020-07-151-14/+7
* winio: Various fixes related to rebase and testdriverTamar Christina2020-07-151-6/+14
* winio: Remove outstanding_requests from runner.Andreas Klebinger2020-07-151-18/+10
* winio: Refactor non-threaded runner thread and scheduler interface.Andreas Klebinger2020-07-151-96/+150
* winio: Update placeholder comment with actual function name.Andreas Klebinger2020-07-151-1/+1
* winio: Queue IO processing threads at the front of the queue.Andreas Klebinger2020-07-151-1/+1
* winio: nonthreaded: Create io processing threads in main thread.Andreas Klebinger2020-07-151-33/+85
* winio: Make last_event a local variableAndreas Klebinger2020-07-151-3/+8
* winio: Mark outstanding_service_requests volatile.Andreas Klebinger2020-07-151-2/+8
* winio: Expand comments describing non-threaded loopAndreas Klebinger2020-07-151-5/+37
* winio: Remove some barf statements that are a bit strict.Tamar Christina2020-07-151-2/+0
* winio: Fix issues with non-threaded I/O manager after split.Tamar Christina2020-07-151-0/+3
* winio: Relaxing some constraints in io-manager.Tamar Christina2020-07-151-1/+1
* winio: core non-threaded I/O managerTamar Christina2020-07-151-0/+402