summaryrefslogtreecommitdiff
path: root/includes/rts/Threads.h
Commit message (Expand)AuthorAgeFilesLines
* Use pointer equality in Eq/Ord for ThreadIdRoland Zumkeller2019-11-191-0/+1
* Changing Thread IDs from 32 bits to 64 bits.Roland Zumkeller2019-11-191-1/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* Improve accuracy of get/setAllocationCounterBen Gamari2018-03-191-2/+0
* Revert "Improve accuracy of get/setAllocationCounter"Ben Gamari2018-01-181-0/+2
* Improve accuracy of get/setAllocationCounterSimon Marlow2018-01-081-2/+0
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* Use C99's boolBen Gamari2016-11-291-1/+1
* NUMA supportSimon Marlow2016-06-101-1/+3
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-2/+2
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-2/+6
* [ci skip] includes: detabify/dewhitespace rts/Threads.hAustin Seipp2014-08-201-4/+4
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-6/+2
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-2/+6
* Make `#include "Rts.h"` C++-compatible again (re #8676)Herbert Valerio Riedel2014-01-191-1/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Make enabled_capabilities visible (fixes dynamic linking)Simon Marlow2012-12-131-0/+3
* Lots of nat -> StgWord changesSimon Marlow2012-09-071-4/+4
* Fix build on Win64Ian Lynagh2012-05-091-0/+4
* setNumCapabilities: don't barf() if it isn't supported, just print an errorSimon Marlow2012-01-061-4/+0
* Allow the number of capabilities to be increased at runtime (#3729)Simon Marlow2011-12-061-0/+10
* Make forkProcess work with +RTS -NSimon Marlow2011-12-061-2/+3
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-1/+1
* Tidy up file headers and copyrights; point to the wiki for docsSimon Marlow2009-08-251-0/+5
* Windows build fixesSimon Marlow2009-08-031-0/+7
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-0/+47