309 |
* only call Asc_SignalRecover() if it matches func. |
* only call Asc_SignalRecover() if it matches func. |
310 |
*/ |
*/ |
311 |
|
|
312 |
|
/** Output the contents of the specified stack. For debugging. */ |
313 |
ASC_DLLSPEC(void) Asc_SignalPrintStack(int signum); |
ASC_DLLSPEC(void) Asc_SignalPrintStack(int signum); |
314 |
|
|
315 |
|
/** Return the length of the specified stack. For debugging. */ |
316 |
ASC_DLLSPEC(int) Asc_SignalStackLength(int signum); |
ASC_DLLSPEC(int) Asc_SignalStackLength(int signum); |
317 |
|
|
318 |
|
/** For debugging. |
319 |
|
@return handler at top of specified stack, or NULL if stack is empty. |
320 |
|
*/ |
321 |
|
ASC_DLLSPEC(SigHandlerFn *) Asc_SignalStackTop(int signum); |
322 |
|
|
323 |
#endif /* ASC_ASCSIGNAL_H */ |
#endif /* ASC_ASCSIGNAL_H */ |
324 |
|
|