![]() |
vrpRouting
0.3
|
#include <signal.h>
Go to the source code of this file.
Macros | |
#define | __PGR_PRETTY_FUNCTION__ __PRETTY_FUNCTION__ |
#define | CHECK_FOR_INTERRUPTS() |
#define | INTERRUPTS_PENDING_CONDITION() (unlikely(InterruptPending)) |
#define | PGDLLIMPORT |
#define | unlikely(x) ((x) != 0) |
Functions | |
void | ProcessInterrupts (void) |
Variables | |
volatile sig_atomic_t | InterruptPending |
#define __PGR_PRETTY_FUNCTION__ __PRETTY_FUNCTION__ |
Definition at line 33 of file interruption.h.
#define CHECK_FOR_INTERRUPTS | ( | ) |
Definition at line 79 of file interruption.h.
#define INTERRUPTS_PENDING_CONDITION | ( | ) | (unlikely(InterruptPending)) |
Definition at line 70 of file interruption.h.
#define PGDLLIMPORT |
Definition at line 54 of file interruption.h.
#define unlikely | ( | x | ) | ((x) != 0) |
Definition at line 65 of file interruption.h.
void ProcessInterrupts | ( | void | ) |
volatile sig_atomic_t InterruptPending |