MCPcopy Create free account
hub / github.com/Tencent/phxsql / InitFastRandomSeedAtFork

Function InitFastRandomSeedAtFork

phxsqlclient/utils/random.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62static void InitFastRandomSeedAtFork() {
63 pthread_atfork(ResetFastRandomSeed, ResetFastRandomSeed, ResetFastRandomSeed);
64}
65
66static void InitFastRandomSeed() {
67 static pthread_once_t once = PTHREAD_ONCE_INIT;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected