Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | NANOSEC ((uint64_t) 1e9) |
Functions | |
uint64_t | uv__hrtime (uv_clocktype_t type) |
#define NANOSEC ((uint64_t) 1e9) |
Definition at line 29 of file posix-hrtime.c.
uint64_t uv__hrtime | ( | uv_clocktype_t | type | ) |
Definition at line 31 of file posix-hrtime.c.
References NANOSEC, timespec::tv_nsec, and timespec::tv_sec.