Files
org-hyperion-cules/html/hercmstt.html
Roger Bowler 22d5189101 Activate CSS styles for messages
git-svn-id: file:///home/jj/hercules.svn/trunk@4460 956126f8-22a0-4046-8f4a-272fa8102e63
2007-10-06 19:44:28 +00:00

69 lines
2.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
<HTML>
<HEAD>
<TITLE>
Hercules Version 3: System Messages: TT - TOD Clock and Timer Services
</TITLE>
<LINK REL=STYLESHEET TYPE="text/css" HREF="hercules.css">
</HEAD>
<BODY BGCOLOR="#ffffcc" TEXT="#000000" LINK="#0000A0"
VLINK="#008040" ALINK="#000000">
<h1>Hercules Version 3: System Messages:
TT - TOD Clock and Timer Services</h1>
<p>This page describes the TOD Clock and Timer Services messages for the
Hercules S/370, ESA/390, and z/Architecture emulator.
<h3>Messages</h3>
<dl class="messages">
<dt><code><a name="HHCTT001W">
HHCTT001W Timer thread set priority <em>priority</em> failed:
<em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An attempt to change the priority of the timer thread to
<code><em>priority</em></code> failed. The error is described
by <code><em>error</em></code>. The thread priority has not
been changed. Hercules overall performance may be impaired as
a result.
<dt>Action
<dd>If performance problems are noted, correct the error and
restart Hercules.
<dt>Issued by
<dd>timer.c, function timer_update_thread
</dl>
<dt><code><a name="HHCTT002I">
HHCTT002I Timer thread started:
tid=<em>threadid</em>, pid=<em>processid</em>,
priority=<em>priority</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The thread for timing functions has been started. Its thread
id is <code><em>threadid</em></code>, its process id is
<code><em>processid</em></code> and the thread priority is
<code><em>priority</em></code>.
<dt>Issued by
<dd>timer.c, function timer_update_thread
</dl>
<dt><code><a name="HHCTT003I">
HHCTT003I Timer thread ended
</a></code>
<dd><dl>
<dt>Meaning
<dd>The thread for timing functions has ended.
<dt>Issued by
<dd>timer.c, function timer_update_thread
</dl>
</dl>
<p><center><hr width=15% noshade></center>
<p>
If you have a question about Hercules, see the
<a href="hercfaq.html">Hercules Frequently-Asked Questions</a> page.
<p><center><hr width=15% noshade>
<a href="hercmsg.html"><img src="images/back.gif" border=0 alt="back"></a>
</center>
<p class="lastupd">Last updated $Date$ $Revision$</p>
</BODY>
</HTML>