Struct wasm::wasm_timespec
-
struct wasm::wasm_timespec
Any structs passed as arguments must be re-implemented here with the following mappings (respecting signed/ unsigned):
int64_t = int64_t/uint64_t short = int16_t/uint16_t long = int32_t/uint32_t int = int32_t/uint32_t char = uint8_t pointers = Uptr size_t = int32_t time_t = int64_t
You need to look at include/bits/alltypes.h in the relevant sysroot to get a lot of the types
Public Members
-
int64_t tv_sec
-
int32_t tv_nsec
-
int64_t tv_sec