/[svn]/doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3294 by schoenebeck, Tue Jun 27 23:29:31 2017 UTC revision 3295 by schoenebeck, Tue Jun 27 23:40:50 2017 UTC
# Line 37  Line 37 
37        </tr>        </tr>
38        <tr>        <tr>
39          <td><code>fork()</code></td>          <td><code>fork()</code></td>
40          <td>Creates new execution instances.</td>          <td>Creates new execution instances (threads).</td>
41        </tr>        </tr>
42        <tr>        <tr>
43          <td><code lang="nksp">dec()</code></td>          <td><code lang="nksp">dec()</code></td>
# Line 326  Line 326 
326          <td><code>%NKSP_CALLBACK_CHILD_ID[]</code></td>          <td><code>%NKSP_CALLBACK_CHILD_ID[]</code></td>
327          <td>          <td>
328            Reflects the callback IDs of all child threads which the current            Reflects the callback IDs of all child threads which the current
329            script callback instance spawned by calling function <code>fork()</code>.            script callback instance spawned by having called <code>fork()</code> before.
330            See the latter function for details about this array variable.            See the latter function for details about this array variable.
331          </td>          </td>
332        </tr>        </tr>
# Line 335  Line 335 
335          <td>          <td>
336            If the current execution thread is a child thread spawned by a <code>fork()</code>            If the current execution thread is a child thread spawned by a <code>fork()</code>
337            call before, then this variable reflects the callback ID of the parent            call before, then this variable reflects the callback ID of the parent
338            thread which created this child thread. Otherwise this variable is zero.            thread which created this child thread. Otherwise this variable is <code>0</code>.
339            See function <code>fork()</code> for more details about this variable.            See <code>fork()</code> for more details about this variable.
340          </td>          </td>
341        </tr>        </tr>
342        <tr>        <tr>

Legend:
Removed from v.3294  
changed lines
  Added in v.3295

  ViewVC Help
Powered by ViewVC