Everything

sns_dsp

Outline
Reference dispatching disabled state.
C format
 BOOL      sns_dsp (void);
Parameter(s)
None.
Explanation
This service call examines whether the system is in the dispatching disabled state or not. This service call returns TRUE when the system is in the dispatching disabled state, and return FALSE when the system is in the dispatching enabled state.
Return value
Macro
Value
Description
TRUE
1
Normal completion (dispatching disabled state).
FALSE
0
Normal completion (dispatching enabled state).
E_CTX
-25
Context error.
- This service call was issued in the status PSW.IPL > kernel interrupt mask level.