Maestro Audio Framework  v 1.0
NXP Semiconductors
osa_misc.h File Reference

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
 

Function Documentation

◆ osa_exit()

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.

Parameters
statusAn integer status to be posted to the OS on exit