summaryrefslogtreecommitdiff
path: root/rts/ThreadLabels.h
Commit message (Expand)AuthorAgeFilesLines
* rts: Move thread labels into TSOBen Gamari2022-08-061-7/+6
* Corrected types of thread ids obtained from the RTSMann mit Hut2021-10-061-2/+2
* rts: enable thread label table in all RTS flavours #17972Adam Sandberg Ericsson2020-12-201-2/+0
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Add eventlog event for thread labelsDuncan Coutts2011-11-041-1/+3
* free the entries in the thread label table on exitSimon Marlow2010-08-241-1/+0
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-2/+2
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-2/+2
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-0/+4
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-3/+3
* Free various things we allocateIan Lynagh2006-12-151-0/+1
* Asynchronous exception support for SMPSimon Marlow2006-06-161-15/+9
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+27