summaryrefslogtreecommitdiff
path: root/rts/posix/OSThreads.c
Commit message (Expand)AuthorAgeFilesLines
* Make the #includes a little more correct in OSThreads.cIan Lynagh2013-03-011-1/+3
* Mac OS X 10.6 needed for pthread_threadid_np(), fixes #7356Ian Lynagh2012-12-011-1/+2
* Fix build with FreeBSD versions earlier than 9.0Gabor Pali2012-08-231-1/+5
* Fix build on OS XIan Lynagh2012-07-151-0/+4
* Add some casts to fix warningsIan Lynagh2012-07-141-1/+1
* New functions to get kernel thread Id + serialisable task IdDuncan Coutts2012-07-071-0/+26
* Drop the per-task timing stats, give a summary only (#5897)Simon Marlow2012-03-021-1/+0
* Define getNumberOfProcessors() even when !THREADED_RTSSimon Marlow2011-12-071-1/+6
* Make forkProcess work with +RTS -NSimon Marlow2011-12-061-1/+1
* Remove some antiquated C constructsIan Lynagh2011-08-011-3/+3
* Include kfreebsdgnu in the list of Target Platforms.Marco Silva2011-01-181-1/+1
* 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