Add an unload signal for an addon to an application
#include <aoi.h> int32_t AoAddUnloadSignal(int sig);
libaoi.so
This function allows you to add signals on which the addons should be unloaded. By default, the addons are automatically unloaded when an application exits normally, but not if the application is killed in some way.
0 if successful.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |