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