summaryrefslogtreecommitdiff
path: root/rts/posix/OSThreads.c
Commit message (Expand)AuthorAgeFilesLines
...
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-0/+10
* Add thread affinity support for FreeBSDGabor Pali2010-07-201-2/+31
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+2
* Please the -Wall police by moving a variable declaration; really FIX getNumbe...Austin Seipp2009-03-201-1/+1
* FIX getNumberOfProcessors() on MacOS XAustin Seipp2009-03-181-0/+9
* Fix bug in setThreadAffinity() (Linux)Simon Marlow2009-03-201-1/+1
* Implement setThreadAffinity for Mac OS X (from 10.5)Manuel M T Chakravarty2009-03-201-2/+27
* wibble for getNumberOfProcessorsSimon Marlow2009-03-181-0/+4
* Set thread affinity with +RTS -qa (only on Linux so far)Simon Marlow2009-03-181-1/+26
* Add getNumberOfProcessors(), FIX MacOS X build problem (hopefully)Simon Marlow2009-03-171-0/+18
* Always use PTHREAD_MUTEX_ERRORCHECK to create mutexes when -DDEBUGIan Lynagh2009-01-181-4/+0
* Use error-checking mutexes on all platforms when DEBUG is onIan Lynagh2009-01-171-1/+5
* pthread_key_delete wants the key itself, not a pointer to itIan Lynagh2007-02-231-1/+1
* Free thread local storage on shutdownIan Lynagh2007-02-221-0/+9
* Warning police: Avoid warning about unused variablesven.panne@aedion.de2007-02-011-1/+1
* Partial fix for #926Simon Marlow2007-02-011-0/+8
* Add closeMutex and use it on clean upEsa Ilari Vuokko2006-08-231-0/+5
* Gather timing stats for a Task when it completes.Simon Marlow2006-06-071-0/+2
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+166