ClearCurrentSignals
Clears some received signal bits.
Synopsis
Err ClearCurrentSignals( int32 sigMask )
Description
This macro resets the requested signal bits of the current task to 0.
Arguments
- sigMask
- A 32-bit word indicating which signal bits should be cleared.
Return Value
Returns > = 0 for success or a negative error code for failure.
Implementation
Macro implemented in kernel.h V24.
Associated Files
- kernel.h
- ANSI C Macro definition
See Also
AllocSignal
(), FreeSignal(), SendSignal(), WaitSignal()