![]() |
FD.io VPP
v21.06
Vector Packet Processing
|
Include dependency graph for os.h:
This graph shows which files directly or indirectly include this file: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 void | os_set_thread_index (uword thread_index) |
| static_always_inline uword | os_get_numa_index (void) |
| static_always_inline void | os_set_numa_index (uword numa_index) |
| 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 20 of file pnat_test_stubs.h.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline uword os_get_cpu_number | ( | void | ) |
| uword os_get_nthreads | ( | void | ) |
| static_always_inline uword os_get_numa_index | ( | 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.
Here is the call graph for this function:
Here is the caller graph for this function:| void os_panic | ( | void | ) |
Definition at line 19 of file pnat_test_stubs.h.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 192 of file unix-misc.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline void os_set_numa_index | ( | uword | numa_index | ) |
| static_always_inline void os_set_thread_index | ( | uword | thread_index | ) |