summaryrefslogtreecommitdiff
path: root/includes/OSThreads.h
Commit message (Expand)AuthorAgeFilesLines
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-201/+0
* Set thread affinity with +RTS -qa (only on Linux so far)Simon Marlow2009-03-181-2/+2
* Add getNumberOfProcessors(), FIX MacOS X build problem (hopefully)Simon Marlow2009-03-171-0/+3
* add comment for ASSERT_LOCK_HELD()Simon Marlow2009-01-261-0/+5
* Reinstate: Always check the result of pthread_mutex_lock() and pthread_mutex_...Ian Lynagh2009-01-171-30/+10
* UNDO: Always check the result of pthread_mutex_lock() and pthread_mutex_unloc...Simon Marlow2009-01-161-10/+30
* Always check the result of pthread_mutex_lock() and pthread_mutex_unlock().Matthias Kilian2009-01-041-30/+10
* Windows: remove the {Enter,Leave}CricialSection wrappersSimon Marlow2007-08-291-4/+4
* Fix the threaded RTS on WindowsIan Lynagh2007-08-161-2/+5
* FIX BUILD (on Windows): follow changes to make threaded RTS compile with -fasmsimonmar@microsoft.com2007-06-271-0/+11
* Make the threaded RTS compilable using -fasmSimon Marlow2007-06-261-0/+14
* Free thread local storage on shutdownIan Lynagh2007-02-221-0/+1
* Partial fix for #926Simon Marlow2007-02-011-0/+3
* Add closeMutex and use it on clean upEsa Ilari Vuokko2006-08-231-0/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+180