Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
signal.h File Reference
#include "posix_types.h"

Go to the source code of this file.

Data Structures

union  sigval
 
struct  sigevent
 

Macros

#define SIGEV_NONE   1
 
#define SIGEV_SIGNAL   2
 
#define SIGEV_THREAD   3
 

Typedefs

typedef union sigval sigval
 
typedef struct sigevent sigevent
 

Macro Definition Documentation

◆ SIGEV_NONE

#define SIGEV_NONE   1

◆ SIGEV_SIGNAL

#define SIGEV_SIGNAL   2

◆ SIGEV_THREAD

#define SIGEV_THREAD   3

Typedef Documentation

◆ sigevent

typedef struct sigevent sigevent

◆ sigval

typedef union sigval sigval