--- doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html 2017/06/27 23:40:50 3295 +++ doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html 2017/06/28 10:48:30 3297 @@ -40,6 +40,10 @@ Creates new execution instances (threads). + callback_status() + Returns the current status of a callback (thread). + + dec() Decrements the passed integer variable by one. @@ -279,6 +283,22 @@ Variable Description + $CALLBACK_STATUS_QUEUE + Built-in constant reflecting the status of a callback to be + alive but suspended. See callback_status() for details. + + + $CALLBACK_STATUS_RUNNING + Built-in constant reflecting the status of a callback to be + alive and currently executing. See callback_status() + for details. + + + $CALLBACK_STATUS_TERMINATED + Built-in constant reflecting the status of a callback to be + not alive. See callback_status() for details. + + $KSP_TIMER Preserved for compatiblity reasons with KSP, returns the same value as $NKSP_REAL_TIMER (refer to the latter for details).