MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / timeval

Class timeval

client/hslongrun.cpp:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79gettimeofday_double()
80{
81 struct timeval tv = { };
82 if (gettimeofday(&tv, 0) != 0) {
83 fatal_abort("gettimeofday");
84 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected