Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Typedefs | |
typedef uint64_t | TSDuration |
typedef uint64_t | TSClock |
Functions | |
static TSDuration | duration_from_micros (uint64_t micros) |
static uint64_t | duration_to_micros (TSDuration self) |
static TSClock | clock_null (void) |
static TSClock | clock_now (void) |
static TSClock | clock_after (TSClock base, TSDuration duration) |
static bool | clock_is_null (TSClock self) |
static bool | clock_is_gt (TSClock self, TSClock other) |
typedef uint64_t TSDuration |
|
inlinestatic |
Definition at line 127 of file clock.h.
Referenced by ts_parser_parse().
Definition at line 135 of file clock.h.
Referenced by ts_parser__advance().
Definition at line 131 of file clock.h.
Referenced by ts_parser__advance().
|
inlinestatic |
Definition at line 123 of file clock.h.
Referenced by ts_parser__advance(), and ts_parser_parse().
|
inlinestatic |
Definition at line 119 of file clock.h.
Referenced by ts_parser_new(), and ts_parser_parse().
|
inlinestatic |
Definition at line 111 of file clock.h.
Referenced by ts_parser_set_timeout_micros().
|
inlinestatic |
Definition at line 115 of file clock.h.
Referenced by ts_parser_timeout_micros().