summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Sandberg Ericsson <adam@sandbergericsson.se>2023-03-12 11:01:40 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-03-21 11:17:53 -0400
commitab1c25e866ed39d60e378a6f46c0c89a39e599cd (patch)
tree1651b0d9acd4afcbaabbbe80575f70a9aec27f97
parent90159773f1aeaf52d7ac3ba82d21c0f92c86ea15 (diff)
downloadhaskell-ab1c25e866ed39d60e378a6f46c0c89a39e599cd.tar.gz
docs: add BlockedOnMVarRead thread status in eventlog encodings
-rw-r--r--docs/users_guide/eventlog-formats.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users_guide/eventlog-formats.rst b/docs/users_guide/eventlog-formats.rst
index 4d28e1737b..ec8f280579 100644
--- a/docs/users_guide/eventlog-formats.rst
+++ b/docs/users_guide/eventlog-formats.rst
@@ -164,6 +164,7 @@ Thread and scheduling events
* 12: BlockedOnSTM
* 13: BlockedOnDoProc
* 16: BlockedOnMsgThrowTo
+ * 20: BlockedOnMVarRead
:field ThreadId: thread id of thread being blocked on (only for some status
values)