/[svn]/doc/docbase/instrument_scripts/nksp/reference/functions/nksp_fork_function.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_fork_function.html

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

revision 3296 by schoenebeck, Tue Jun 27 23:40:50 2017 UTC revision 3297 by schoenebeck, Wed Jun 28 10:48:30 2017 UTC
# Line 52  Line 52 
52        The thread IDs of child threads will never be removed from that        The thread IDs of child threads will never be removed from that
53        array variable during the entire life-time of the parent thread,        array variable during the entire life-time of the parent thread,
54        even if the respective child threads have terminated long time        even if the respective child threads have terminated long time
55        ago. You may use the <code>event_status()</code> function if you        ago. You may use the <code>callback_status()</code> function if you
56        need to check whether a certain thread is still alive.        need to check whether a certain thread is still alive.
57      </p>      </p>
58      <p>      <p>
# Line 122  fork([??amount??], [??auto-abort??]) Line 122  fork([??amount??], [??auto-abort??])
122      <p>None yet.</p>      <p>None yet.</p>
123    
124      <h3>See also</h3>      <h3>See also</h3>
125      <p><code>abort()</code>, <code>event_status()</code><p>      <p><code>abort()</code>, <code>callback_status()</code><p>
126    
127      <h3>Availability</h3>      <h3>Availability</h3>
128      <p>Since LinuxSampler 2.0.0.svn65.<p>      <p>Since LinuxSampler 2.0.0.svn65.<p>

Legend:
Removed from v.3296  
changed lines
  Added in v.3297

  ViewVC Help
Powered by ViewVC