Home
last modified time | relevance | path

Searched refs:SetTimerByThreadPool (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.cpp170 int errCode = SetTimerByThreadPool(milliSeconds, action, finalizer, true, timerId); in SetTimer()
986 int RuntimeContextImpl::SetTimerByThreadPool(int milliSeconds, const TimerAction &action, in SetTimerByThreadPool() function in DistributedDB::RuntimeContextImpl
1090 int errCode = SetTimerByThreadPool(milliSeconds, action, timerFinalizer, false, timerId); in ThreadPoolTimerAction()
H A Druntime_context_impl.h198 int SetTimerByThreadPool(int milliSeconds, const TimerAction &action,