This file is indexed.

/usr/lib/swi-prolog/doc/Manual/threadcreate.html is in swi-prolog-nox 6.6.4-2ubuntu1.

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
  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
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>
<head>
<title>SWI-Prolog 7.1.10 Reference Manual: Section 8.1</title><link rel="home" href="index.html">
<link rel="contents" href="Contents.html">
<link rel="index" href="DocIndex.html">
<link rel="summary" href="summary.html">
<link rel="previous" href="threads.html">
<link rel="next" href="thmonitor.html">

<style type="text/css">

/* Style sheet for SWI-Prolog latex2html
*/

dd.defbody
{ margin-bottom: 1em;
}

dt.pubdef, dt.multidef
{ color: #fff;
padding: 2px 10px 0px 10px;
margin-bottom: 5px;
font-size: 18px;
vertical-align: middle;
overflow: hidden;
}

dt.pubdef { background-color: #0c3d6e; }
dt.multidef { background-color: #ef9439; }

.bib dd
{ margin-bottom: 1em;
}

.bib dt
{ float: left;
margin-right: 1.3ex;
}

pre.code
{ margin-left: 1.5em;
margin-right: 1.5em;
border: 1px dotted;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
background-color: #f8f8f8;
}

div.navigate
{ text-align: center;
background-color: #f0f0f0;
border: 1px dotted;
padding: 5px;
}

div.title
{ text-align: center;
padding-bottom: 1em;
font-size: 200%;
font-weight: bold;
}

div.author
{ text-align: center;
font-style: italic;
}

div.abstract
{ margin-top: 2em;
background-color: #f0f0f0;
border: 1px dotted;
padding: 5px;
margin-left: 10%; margin-right:10%;
}

div.abstract-title
{ text-align: center;
padding: 5px;
font-size: 120%;
font-weight: bold;
}

div.toc-h1
{ font-size: 200%;
font-weight: bold;
}

div.toc-h2
{ font-size: 120%;
font-weight: bold;
margin-left: 2em;
}

div.toc-h3
{ font-size: 100%;
font-weight: bold;
margin-left: 4em;
}

div.toc-h4
{ font-size: 100%;
margin-left: 6em;
}

span.sec-nr
{
}

span.sec-title
{
}

span.pred-ext
{ font-weight: bold;
}

span.pred-tag
{ float: right;
padding-top: 0.2em;
font-size: 80%;
font-style: italic;
color: #fff;
}

div.caption
{ width: 80%;
margin: auto;
text-align:center;
}

/* Footnotes */
.fn {
color: red;
font-size: 70%;
}

.fn-text, .fnp {
position: absolute;
top: auto;
left: 10%;
border: 1px solid #000;
box-shadow: 5px 5px 5px #888;
display: none;
background: #fff;
color: #000;
margin-top: 25px;
padding: 8px 12px;
font-size: larger;
}

sup:hover span.fn-text
{ display: block;
}

/* Lists */

dl.latex
{ margin-top: 1ex;
margin-bottom: 0.5ex;
}

dl.latex dl.latex dd.defbody
{ margin-bottom: 0.5ex;
}

/* PlDoc Tags */

dl.tags
{ font-size: 90%;
margin-left: 5ex;
margin-top: 1ex;
margin-bottom: 0.5ex;
}

dl.tags dt
{ margin-left: 0pt;
font-weight: bold;
}

dl.tags dd
{ margin-left: 3ex;
}

td.param
{ font-style: italic;
font-weight: bold;
}

/* Index */

dt.index-sep
{ font-weight: bold;
font-size: +1;
margin-top: 1ex;
}

/* Tables */

table.center
{ margin: auto;
}

table.latex
{ border-collapse:collapse;
}

table.latex tr
{ vertical-align: text-top;
}

table.latex td,th
{ padding: 2px 1em;
}

table.latex tr.hline td,th
{ border-top: 1px solid black;
}

table.frame-box
{ border: 2px solid black;
}

</style>
</head>
<body style="background:white">
<div class="navigate"><a class="nav" href="index.html"><img src="home.gif" alt="Home"></a>
<a class="nav" href="Contents.html"><img src="index.gif" alt="Contents"></a>
<a class="nav" href="DocIndex.html"><img src="yellow_pages.gif" alt="Index"></a>
<a class="nav" href="summary.html"><img src="info.gif" alt="Summary"></a>
<a class="nav" href="threads.html"><img src="prev.gif" alt="Previous"></a>
<a class="nav" href="thmonitor.html"><img src="next.gif" alt="Next"></a>
</div>
<h2 id="sec:threadcreate"><a id="sec:8.1"><span class="sec-nr">8.1</span> <span class="sec-title">Creating 
and destroying Prolog threads</span></a></h2>

<a id="sec:threadcreate"></a>

<dl class="latex">
<dt class="pubdef"><a id="thread_create/3"><strong>thread_create</strong>(<var>:Goal, 
-Id, +Options</var>)</a></dt>
<dd class="defbody">
Create a new Prolog thread (and underlying C thread) and start it by 
executing <var>Goal</var>. If the thread is created successfully, the 
thread identifier of the created thread is unified to <var>Id</var>.
<var>Options</var> is a list of options. The currently defined options 
are below. Stack size options can also take the value <code>inf</code> 
or
<code>infinite</code>, which is mapped to the maximum stack size 
supported by the platform.

<dl class="latex">
<dt><strong>alias</strong>(<var>AliasName</var>)</dt>
<dd class="defbody">
Associate an `alias name' with the thread. This name may be used to 
refer to the thread and remains valid until the thread is joined (see <a id="idx:threadjoin2:1561"></a><a class="pred" href="threadcreate.html#thread_join/2">thread_join/2</a>).</dd>
<dt><strong>at_exit</strong>(<var>:AtExit</var>)</dt>
<dd class="defbody">
Register <var>AtExit</var> as using <a id="idx:threadatexit1:1562"></a><a class="pred" href="threadcreate.html#thread_at_exit/1">thread_at_exit/1</a> 
before entering the thread goal. Unlike calling <a id="idx:threadatexit1:1563"></a><a class="pred" href="threadcreate.html#thread_at_exit/1">thread_at_exit/1</a> 
as part of the normal
<var>Goal</var>, this <em>ensures</em> the <var>Goal</var> is called. 
Using
<a id="idx:threadatexit1:1564"></a><a class="pred" href="threadcreate.html#thread_at_exit/1">thread_at_exit/1</a>, 
the thread may be signalled or run out of resources before <a id="idx:threadatexit1:1565"></a><a class="pred" href="threadcreate.html#thread_at_exit/1">thread_at_exit/1</a> 
is reached.</dd>
<dt><strong>detached</strong>(<var>Bool</var>)</dt>
<dd class="defbody">
If <code>false</code> (default), the thread can be waited for using
<a id="idx:threadjoin2:1566"></a><a class="pred" href="threadcreate.html#thread_join/2">thread_join/2</a>. <a id="idx:threadjoin2:1567"></a><a class="pred" href="threadcreate.html#thread_join/2">thread_join/2</a> 
must be called on this thread to reclaim all resources associated with 
the thread. If <code>true</code>, the system will reclaim all associated 
resources automatically after the thread finishes. Please note that 
thread identifiers are freed for reuse after a detached thread finishes 
or a normal thread has been joined. See also <a id="idx:threadjoin2:1568"></a><a class="pred" href="threadcreate.html#thread_join/2">thread_join/2</a> 
and <a id="idx:threaddetach1:1569"></a><a class="pred" href="threadcreate.html#thread_detach/1">thread_detach/1</a>.

<p>If a detached thread dies due to failure or exception of the initial 
goal, the thread prints a message using <a id="idx:printmessage2:1570"></a><a class="pred" href="exception.html#print_message/2">print_message/2</a>. 
If such termination is considered normal, the code must be wrapped using
<a id="idx:ignore1:1571"></a><a class="pred" href="metacall.html#ignore/1">ignore/1</a> 
and/or <a id="idx:catch3:1572"></a><a class="pred" href="exception.html#catch/3">catch/3</a> 
to ensure successful completion.</dd>
<dt><strong>global</strong>(<var>K-Bytes</var>)</dt>
<dd class="defbody">
Set the limit to which the global stack of this thread may grow. If 
omitted, the limit of the calling thread is used. See also the
<strong>-G</strong> command line option.</dd>
<dt><strong>local</strong>(<var>K-Bytes</var>)</dt>
<dd class="defbody">
Set the limit to which the local stack of this thread may grow. If 
omitted, the limit of the calling thread is used. See also the
<strong>-L</strong> command line option.</dd>
<dt><strong>c_stack</strong>(<var>K-Bytes</var>)</dt>
<dd class="defbody">
Set the limit to which the system stack of this thread may grow. The 
default, minimum and maximum values are system-dependent.<sup class="fn">108<span class="fn-text">Older 
versions used <code>stack</code>. This is still accepted as a synonym.</span></sup>.</dd>
<dt><strong>trail</strong>(<var>K-Bytes</var>)</dt>
<dd class="defbody">
Set the limit to which the trail stack of this thread may grow. If 
omitted, the limit of the calling thread is used. See also the
<strong>-T</strong> command line option.
</dd>
</dl>

<p>The <var>Goal</var> argument is <em>copied</em> to the new Prolog 
engine. This implies that further instantiation of this term in either 
thread does not have consequences for the other thread: Prolog threads 
do not share data from their stacks.</dd>
<dt class="pubdef"><a id="thread_self/1"><strong>thread_self</strong>(<var>-Id</var>)</a></dt>
<dd class="defbody">
Get the Prolog thread identifier of the running thread. If the thread 
has an alias, the alias name is returned.</dd>
<dt class="pubdef"><a id="thread_join/2"><strong>thread_join</strong>(<var>+Id, 
-Status</var>)</a></dt>
<dd class="defbody">
Wait for the termination of the thread with the given <var>Id</var>. 
Then unify the result status of the thread with <var>Status</var>. After 
this call, <var>Id</var> becomes invalid and all resources associated 
with the thread are reclaimed. Note that threads with the attribute
<code>detached(true)</code> cannot be joined. See also <a id="idx:threadproperty2:1573"></a><a class="pred" href="thmonitor.html#thread_property/2">thread_property/2</a>.

<p>A thread that has been completed without <a id="idx:threadjoin2:1574"></a><a class="pred" href="threadcreate.html#thread_join/2">thread_join/2</a> 
being called on it is partly reclaimed: the Prolog stacks are released 
and the C thread is destroyed. A small data structure representing the 
exit status of the thread is retained until <a id="idx:threadjoin2:1575"></a><a class="pred" href="threadcreate.html#thread_join/2">thread_join/2</a> 
is called on the thread. Defined values for <var>Status</var> are:

<dl class="latex">
<dt><strong>true</strong></dt>
<dd class="defbody">
The goal has been proven successfully.</dd>
<dt><strong>false</strong></dt>
<dd class="defbody">
The goal has failed.</dd>
<dt><strong>exception</strong>(<var>Term</var>)</dt>
<dd class="defbody">
The thread is terminated on an exception. See <a id="idx:printmessage2:1576"></a><a class="pred" href="exception.html#print_message/2">print_message/2</a> 
to turn system exceptions into readable messages.</dd>
<dt><strong>exited</strong>(<var>Term</var>)</dt>
<dd class="defbody">
The thread is terminated on <a id="idx:threadexit1:1577"></a><a class="pred" href="threadcreate.html#thread_exit/1">thread_exit/1</a> 
using the argument <var>Term</var>.
</dd>
</dl>

</dd>
<dt class="pubdef"><a id="thread_detach/1"><strong>thread_detach</strong>(<var>+Id</var>)</a></dt>
<dd class="defbody">
Switch thread into detached state (see <code>detached(Bool)</code> 
option at
<a id="idx:threadcreate3:1578"></a><a class="pred" href="threadcreate.html#thread_create/3">thread_create/3</a>) 
at runtime. <var>Id</var> is the identifier of the thread placed in 
detached state. This may be the result of <a id="idx:threadself1:1579"></a><a class="pred" href="threadcreate.html#thread_self/1">thread_self/1</a>.

<p>One of the possible applications is to simplify debugging. Threads 
that are created as <em>detached</em> leave no traces if they crash. For 
non-detached threads the status can be inspected using
<a id="idx:threadproperty2:1580"></a><a class="pred" href="thmonitor.html#thread_property/2">thread_property/2</a>. 
Threads nobody is waiting for may be created normally and detach 
themselves just before completion. This way they leave no traces on 
normal completion and their reason for failure can be inspected.</dd>
<dt class="pubdef"><span class="pred-tag">[deprecated]</span><a id="thread_exit/1"><strong>thread_exit</strong>(<var>+Term</var>)</a></dt>
<dd class="defbody">
Terminates the thread immediately, leaving <code>exited(Term)</code> as 
result state for <a id="idx:threadjoin2:1581"></a><a class="pred" href="threadcreate.html#thread_join/2">thread_join/2</a>. 
If the thread has the attribute
<code>detached(true)</code> it terminates, but its exit status cannot be 
retrieved using <a id="idx:threadjoin2:1582"></a><a class="pred" href="threadcreate.html#thread_join/2">thread_join/2</a>, 
making the value of <var>Term</var> irrelevant. The Prolog stacks and C 
thread are reclaimed.

<p>The current implementation does not guarantee proper releasing of all 
mutexes and proper cleanup in <a id="idx:setupcallcleanup3:1583"></a><a class="pred" href="metacall.html#setup_call_cleanup/3">setup_call_cleanup/3</a>, 
etc. Please use the exception mechanism (<a id="idx:throw1:1584"></a><a class="pred" href="exception.html#throw/1">throw/1</a>) 
to abort execution using non-standard control.</dd>
<dt class="pubdef"><a id="thread_initialization/1"><strong>thread_initialization</strong>(<var>:Goal</var>)</a></dt>
<dd class="defbody">
Run <var>Goal</var> when thread is started. This predicate is similar to
<a id="idx:initialization1:1585"></a><a class="pred" href="consulting.html#initialization/1">initialization/1</a>, 
but is intended for initialization operations of the runtime stacks, 
such as setting global variables as described in
<a class="sec" href="gvar.html">section 6.3</a>. <var>Goal</var> is run 
on four occasions: at the call to this predicate, after loading a saved 
state, on starting a new thread and on creating a Prolog engine through 
the C interface. On loading a saved state, <var>Goal</var> is executed <em>after</em> 
running the
<a id="idx:initialization1:1586"></a><a class="pred" href="consulting.html#initialization/1">initialization/1</a> 
hooks.</dd>
<dt class="pubdef"><a id="thread_at_exit/1"><strong>thread_at_exit</strong>(<var>:Goal</var>)</a></dt>
<dd class="defbody">
Run <var>Goal</var> just before releasing the thread resources. This is 
to be compared to <a id="idx:athalt1:1587"></a><a class="pred" href="consulting.html#at_halt/1">at_halt/1</a>, 
but only for the current thread. These hooks are run regardless of why 
the execution of the thread has been completed. When these hooks are 
run, the return code is already available through
<a id="idx:threadproperty2:1588"></a><a class="pred" href="thmonitor.html#thread_property/2">thread_property/2</a> 
using the result of <a id="idx:threadself1:1589"></a><a class="pred" href="threadcreate.html#thread_self/1">thread_self/1</a> 
as thread identifier. Note that there are two scenarios for using exit 
hooks. Using <a id="idx:threadatexit1:1590"></a><a class="pred" href="threadcreate.html#thread_at_exit/1">thread_at_exit/1</a> 
is typically used if the thread creates a side-effect that must be 
reverted if the thread dies. Another scenario is where the creator of 
the thread wants to be informed when the thread ends. That cannot be 
guaranteed by means of <a id="idx:threadatexit1:1591"></a><a class="pred" href="threadcreate.html#thread_at_exit/1">thread_at_exit/1</a> 
because it is possible that the thread cannot be created or dies almost 
instantly due to a signal or resource error. The <code>at_exit(Goal)</code> 
option of
<a id="idx:threadcreate3:1592"></a><a class="pred" href="threadcreate.html#thread_create/3">thread_create/3</a> 
is designed to deal with this scenario.</dd>
<dt class="pubdef"><a id="thread_setconcurrency/2"><strong>thread_setconcurrency</strong>(<var>-Old, 
+New</var>)</a></dt>
<dd class="defbody">
<a id="idx:Solaris:1593"></a>Determine the concurrency of the process, 
which is defined as the maximum number of concurrently active threads. 
`Active' here means they are using CPU time. This option is provided if 
the thread implementation provides pthread_setconcurrency(). Solaris is 
a typical example of this family. On other systems this predicate 
unifies <var>Old</var> to 0 (zero) and succeeds silently.
</dd>
</dl>

<p></body></html>