diff options
author | Adam Sandberg Ericsson <adam@sandbergericsson.se> | 2020-05-03 18:47:20 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-12-20 20:45:55 -0500 |
commit | 35fa0786b6ded2420f0a07446c8e45bff9bb01e0 (patch) | |
tree | 6b2014ceee09be269379c28f3fa9110b6bd60eba /docs/users_guide | |
parent | 65721691ce9c4107d1cf84ad131bf167a9e42a7d (diff) | |
download | haskell-35fa0786b6ded2420f0a07446c8e45bff9bb01e0.tar.gz |
rts: enable thread label table in all RTS flavours #17972
Diffstat (limited to 'docs/users_guide')
-rw-r--r-- | docs/users_guide/eventlog-formats.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/eventlog-formats.rst b/docs/users_guide/eventlog-formats.rst index b687a5b48e..a1a78f8476 100644 --- a/docs/users_guide/eventlog-formats.rst +++ b/docs/users_guide/eventlog-formats.rst @@ -204,7 +204,7 @@ Thread and scheduling events :field String: label The indicated thread has been given a label (e.g. with - :base-ref:`Control.Concurrent.setThreadLabel`). + :base-ref:`GHC.Conc.labelThread`). .. _gc-events: |