MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / aeSetAfterSleepProc

Function aeSetAfterSleepProc

src/ae.cpp:837–840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835}
836
837void aeSetAfterSleepProc(aeEventLoop *eventLoop, aeBeforeSleepProc *aftersleep, int flags) {
838 eventLoop->aftersleep = aftersleep;
839 eventLoop->aftersleepFlags = flags;
840}
841
842thread_local spin_worker tl_worker = nullptr;
843thread_local bool fOwnLockOverride = false;

Callers 1

initServerThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected