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

Class timespec

client/hstest.cpp:1006–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1004{
1005 if (arg.sh.usleep) {
1006 struct timespec ts = {
1007 arg.sh.usleep / 1000000,
1008 (arg.sh.usleep % 1000000) * 1000
1009 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected