-
Notifications
You must be signed in to change notification settings - Fork 7
/
hercmstt.html
68 lines (67 loc) · 2.25 KB
/
hercmstt.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!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>