Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pt/ptappremovesignal.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pt/ptappremovesignal.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pt/ptappremovesignal.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pt/ptappremovesignal.html on line 8
Remove specific signal handling from a context
int PtAppRemoveSignal( PtAppContext_t app,
sigset_t const *set,
PtSignalProc_t proc,
void *data );
ph
This function removes Photon signal handling from the context
app:
- If set is NULL, this function removes all
items that match proc and data.
- If set isn't NULL, this function removes one
instance of each specified signal
from a list item that matches proc and data. In
other words, if you attach it twice, you have to remove it twice.
Currently only the default application context (app ==
NULL) is supported.
- 0
- Success.
- -1
- Nothing has been removed.
Photon
Safety: | |
Interrupt handler |
No |
Signal handler |
No |
Thread |
No |
PtAppAddSignalProc(),
PtSignalProc_t
Interprocess Communication
in the Photon Programmer's Guide
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/pt/ptappremovesignal.html on line 118
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/pt/ptappremovesignal.html on line 118