[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Function DESQendc - end critical section
Syntax void DESQendc(void);
Prototype in multihk.h
Remarks used in conjunction with DESQbeginc(), this
function signals the end of a critical piece of
code that should not be interrupted. DESQview will
NOT multitask during critical sections of code. A
common instance of critical code is an interrupt
handler.
Return value nothing.
Note Make sure that you end all critical sections of
code with DESQendc() or DESQview will not switch to
other tasks.
See also DESQbeginc()
See Also:
DESQbeginc()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson