![]() |
Maestro Audio Framework
v 1.0
NXP Semiconductors
|
Contains miscellaneous function prototypes for libosa. More...
Data Structures | |
struct | OsaMiscFunctions |
Misc Virtual Functions - Table of functions called by the API. More... | |
Functions | |
void | osa_exit (int status) |
Exit thread. More... | |
Variables | |
struct OsaMiscFunctions | misc_vtable |
void osa_exit | ( | int | status | ) |
Causes the calling thread to exit with a return status. On Linux this will cause the full process to terminate so it should be used with caution. On MQX it will cause the OS to exit completely and sit in a tight loop with interrupts disabled.
status | An integer status to be posted to the OS on exit |