MCUXpresso SDK API Reference Manual  Rev. 0
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
of sigev_notify.

Overview

Macros

#define SIGEV_NONE   0
 
#define SIGEV_SIGNAL   1
 
#define SIGEV_THREAD   2
 

Macro Definition Documentation

#define SIGEV_NONE   0

No asynchronous notification is delivered when the event of interest occurs.

#define SIGEV_SIGNAL   1

A queued signal, with an application-defined value, is generated when the event of interest occurs. Not supported.

#define SIGEV_THREAD   2

A notification function is called to perform notification.