Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
PtAppRemoveSignal

PtAppRemoveSignal

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

PtAppRemoveSignal()

Remove specific signal handling from a context

Synopsis:

int PtAppRemoveSignal( PtAppContext_t app, 
                       sigset_t const *set,
                       PtSignalProc_t proc,
                       void *data );

Library:

ph

Description:

This function removes Photon signal handling from the context app:

Currently only the default application context (app == NULL) is supported.

Returns:

0
Success.
-1
Nothing has been removed.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtAppAddSignalProc(), PtSignalProc_t

Interprocess Communication in the Photon Programmer's Guide