summaryrefslogtreecommitdiff
path: root/rts/win32/WorkQueue.c
Commit message (Expand)AuthorAgeFilesLines
* rts: use allocation helpers from RtsUtilsnineonine2021-12-101-2/+2
* rts/win32: Fix missing #include'sBen Gamari2020-09-171-0/+1
* rts: Consistently use stgMallocBytes instead of mallocGHC GitLab CI2020-09-051-6/+1
* winio: Use SlimReaderLocks and ConditonalVariables provided by the OS instead...Tamar Christina2020-07-151-6/+8
* rts: Add missing #include <stdbool.h>Ben Gamari2016-11-291-0/+1
* Use C99's boolBen Gamari2016-11-291-15/+15
* 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/WorkQueue.cAustin Seipp2014-07-281-26/+27
* On Windows, Delete the CriticalSection's we InitializeIan Lynagh2007-11-251-0/+1
* Free Win32 Handles on shutdownSimon Marlow2006-08-251-3/+11
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+215