/[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 3278 by schoenebeck, Mon Jun 5 19:02:59 2017 UTC revision 3294 by schoenebeck, Tue Jun 27 23:29:31 2017 UTC
# Line 36  Line 36 
36          <td>Check whether two arrays are equal.</td>          <td>Check whether two arrays are equal.</td>
37        </tr>        </tr>
38        <tr>        <tr>
39            <td><code>fork()</code></td>
40            <td>Creates new execution instances.</td>
41          </tr>
42          <tr>
43          <td><code lang="nksp">dec()</code></td>          <td><code lang="nksp">dec()</code></td>
44          <td>Decrements the passed integer variable by one.</td>          <td>Decrements the passed integer variable by one.</td>
45        </tr>        </tr>
# Line 319  Line 323 
323          </td>          </td>
324        </tr>        </tr>
325        <tr>        <tr>
326            <td><code>%NKSP_CALLBACK_CHILD_ID[]</code></td>
327            <td>
328              Reflects the callback IDs of all child threads which the current
329              script callback instance spawned by calling function <code>fork()</code>.
330              See the latter function for details about this array variable.
331            </td>
332          </tr>
333          <tr>
334            <td><code>$NKSP_CALLBACK_PARENT_ID</code></td>
335            <td>
336              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
338              thread which created this child thread. Otherwise this variable is zero.
339              See function <code>fork()</code> for more details about this variable.
340            </td>
341          </tr>
342          <tr>
343          <td><code>$NKSP_REAL_TIMER</code></td>          <td><code>$NKSP_REAL_TIMER</code></td>
344          <td>Returns the current time stamp in reality (in microseconds). You may          <td>Returns the current time stamp in reality (in microseconds). You may
345              read this variable from time to time to take              read this variable from time to time to take

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

  ViewVC Help
Powered by ViewVC