Operating systems, development tools, and professional services
for connected embedded systems

Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation

AoAddUnloadSignal

AoAddUnloadSignal()

Add an unload signal for an addon to an application

Synopsis:

#include <aoi.h>

int32_t AoAddUnloadSignal(int sig);

Arguments:

sig
The unload signal you want to add.

Library:

libaoi.so

Description:

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.

Returns:

0 if successful.

Classification:

QNX Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread No