Thread::GetThreadSignal
Defined in:
Returns the signal associated with the thread.
C4Threads.h
Prototype
Signal *GetThreadSignal(void) const;
Description
The GetThreadSignal
function returns the Signal
object assigned to the thread. Initially, a thread has no signal object assigned to it, so this function returns nullptr
.
See Also