FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
void | os_panic (void) |
void | os_exit (int code) |
void | os_puts (u8 *string, uword length, uword is_error) |
void | os_out_of_memory (void) |
f64 | os_cpu_clock_frequency (void) |
static_always_inline uword | os_get_thread_index (void) |
static_always_inline uword | os_get_cpu_number (void) |
uword | os_get_nthreads (void) |
f64 os_cpu_clock_frequency | ( | void | ) |
void os_exit | ( | int | code | ) |
Definition at line 182 of file unix-misc.c.
static_always_inline uword os_get_cpu_number | ( | void | ) |
uword os_get_nthreads | ( | void | ) |
static_always_inline uword os_get_thread_index | ( | void | ) |
void os_out_of_memory | ( | void | ) |
Definition at line 219 of file unix-misc.c.
void os_panic | ( | void | ) |
Definition at line 174 of file unix-misc.c.
Definition at line 191 of file unix-misc.c.