summaryrefslogtreecommitdiff
path: root/rts/win32/OSThreads.c
Commit message (Expand)AuthorAgeFilesLines
* New functions to get kernel thread Id + serialisable task IdDuncan Coutts2012-07-071-1/+7
* Fix Windows buildSimon Marlow2011-12-091-1/+1
* Define getNumberOfProcessors() even when !THREADED_RTSSimon Marlow2011-12-071-0/+5
* Close some handle leaks (#5604)Simon Marlow2011-11-091-9/+21
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-0/+19
* implement setThreadAffinity on Windows (#1741)Simon Marlow2010-09-141-2/+19
* Win32 yieldThread(): use SwitchToThread() instead of Sleep(0)Simon Marlow2010-01-271-1/+1
* Windows build fixesSimon Marlow2009-08-031-1/+1
* Set thread affinity with +RTS -qa (only on Linux so far)Simon Marlow2009-03-181-0/+6
* Add getNumberOfProcessors(), FIX MacOS X build problem (hopefully)Simon Marlow2009-03-171-0/+14
* Windows: remove the {Enter,Leave}CricialSection wrappersSimon Marlow2007-08-291-8/+0
* Fix the threaded RTS on WindowsIan Lynagh2007-08-161-0/+9
* Free thread local storage on shutdownIan Lynagh2007-02-221-0/+11
* Partial fix for #926Simon Marlow2007-02-011-2/+22
* add sysErrorBelch() for reporting system call errorsSimon Marlow2006-08-301-3/+5
* Add closeMutex and use it on clean upEsa Ilari Vuokko2006-08-231-0/+10
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+199