MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / run

Function run

extern/libtomcrypt/tests/test.c:90–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88} thread_info;
89
90static void *run(void *arg)
91{
92 thread_info *tinfo = arg;
93 ulong64 ts;
94
95 ts = epoch_usec();
96 tinfo->err = tinfo->t->fn();
97 tinfo->delta = epoch_usec() - ts;
98
99 return arg;
100}
101#endif
102
103

Callers 6

runMethod · 0.50
Parse1SplitHardFunction · 0.50
Parse1SplitBig1Function · 0.50
Parse1SplitBig2Function · 0.50
RunBuildFunction · 0.50
shutdownMethod · 0.50

Calls 2

epoch_usecFunction · 0.85
fnMethod · 0.45

Tested by

no test coverage detected