This file is indexed.

/usr/share/doc/libghc-ghc-events-doc/html/GHC-RTS-Events-Analysis-Thread.html is in libghc-ghc-events-doc 0.4.2.0-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>GHC.RTS.Events.Analysis.Thread</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_GHC-RTS-Events-Analysis-Thread.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/GHC-RTS-Events-Analysis-Thread.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">ghc-events-0.4.2.0: Library and tool for parsing .eventlog files from GHC</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>Safe-Inferred</td></tr></table><p class="caption">GHC.RTS.Events.Analysis.Thread</p></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><span class="keyword">data</span>  <a href="#t:ThreadState">ThreadState</a> <ul class="subs"><li>= <a href="#v:ThreadInitial">ThreadInitial</a>  </li><li>| <a href="#v:ThreadQueued">ThreadQueued</a>  </li><li>| <a href="#v:ThreadRunning">ThreadRunning</a>  </li><li>| <a href="#v:ThreadStopped">ThreadStopped</a>  </li><li>| <a href="#v:ThreadFinal">ThreadFinal</a>  </li></ul></li><li class="src short"><a href="#v:threadMachine">threadMachine</a> :: <a href="GHC-RTS-Events-Analysis.html#t:Machine">Machine</a> <a href="GHC-RTS-Events-Analysis-Thread.html#t:ThreadState">ThreadState</a> <a href="GHC-RTS-Events.html#t:EventInfo">EventInfo</a></li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:ThreadState" class="def">ThreadState</a>  <a href="src/GHC-RTS-Events-Analysis-Thread.html#ThreadState" class="link">Source</a></p><div class="doc"><p>This datatype defines the state machine for a single thread.
</p></div><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:ThreadInitial" class="def">ThreadInitial</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:ThreadQueued" class="def">ThreadQueued</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:ThreadRunning" class="def">ThreadRunning</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:ThreadStopped" class="def">ThreadStopped</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:ThreadFinal" class="def">ThreadFinal</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="subs instances"><p id="control.i:ThreadState" class="caption collapser" onclick="toggleSection('i:ThreadState')">Instances</p><div id="section.i:ThreadState" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Eq.html#t:Eq">Eq</a> <a href="GHC-RTS-Events-Analysis-Thread.html#t:ThreadState">ThreadState</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Ord.html#t:Ord">Ord</a> <a href="GHC-RTS-Events-Analysis-Thread.html#t:ThreadState">ThreadState</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Text-Show.html#t:Show">Show</a> <a href="GHC-RTS-Events-Analysis-Thread.html#t:ThreadState">ThreadState</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:threadMachine" class="def">threadMachine</a> :: <a href="GHC-RTS-Events-Analysis.html#t:Machine">Machine</a> <a href="GHC-RTS-Events-Analysis-Thread.html#t:ThreadState">ThreadState</a> <a href="GHC-RTS-Events.html#t:EventInfo">EventInfo</a><a href="src/GHC-RTS-Events-Analysis-Thread.html#threadMachine" class="link">Source</a></p><div class="doc"><p>This state machine tracks the events processed by a thread.
</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.13.2</p></div></body></html>