Searched refs:uptime_ns (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_windows.cpp23 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) {} argument
H A Dtsan_platform_linux.cpp118 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { argument
143 internal_getpid(), uptime_ns / (1000 * 1000 * 1000), ctx->global_epoch,
H A Dtsan_platform_mac.cpp153 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) { argument
H A Dtsan_platform.h924 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns);

Completed in 118 milliseconds