SignalFD.isRegistered

Checks whether the specified signal is registered to be handled by this fd.

class SignalFD
bool
isRegistered
(
int signal
)

Parameters

signal int

code of signal to check

Return Value

Type: bool

true if the specified signal is handled by this fd

Meta