HDK
|
#include <UT_Signal.h>
Public Member Functions | |
UTsignalHandlerArg (int signal_num) | |
UTsignalHandlerArg (const UTsignalHandlerArg &sig_arg) | |
int | getSignalNum () const |
void | setSignalContext (void *opaque_cpu_context) |
const void * | getOpaqueCPUContext () const |
int | getDepthFromSignalHandler () const |
Definition at line 108 of file UT_Signal.h.
|
inline |
Definition at line 111 of file UT_Signal.h.
|
inline |
Increment the depth from the signal handler in the copy constructor. That way, as the signal handler argument is passed from the signal handler function to other functions, we'll know how far back up in the stack the original signal handler function is.
Definition at line 121 of file UT_Signal.h.
|
inline |
Definition at line 145 of file UT_Signal.h.
Definition at line 143 of file UT_Signal.h.
|
inline |
Definition at line 130 of file UT_Signal.h.
Definition at line 139 of file UT_Signal.h.