Home
last modified time | relevance | path

Searched refs:refCount (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask.h213 : hostEnv(env), refCount(count), callbackRef(ref), task(task), onCallbackSignal(nullptr), worker(nullptr) {} in CallbackInfo()
232 uint32_t refCount; member
H A Dtask_manager.cpp936 iter->second->refCount++; in IncreaseRefCount()
956 iter->second->refCount--; in DecreaseRefCount()
957 if (iter->second->refCount == 0) { in DecreaseRefCount()
976 callbackInfo->refCount++; in NotifyCallbackExecute()

Completed in 4 milliseconds