Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h84 case ERR_NOT_IN_TASKPOOL_THREAD:
267 static const int32_t ERR_NOT_IN_TASKPOOL_THREAD = 10200022; variable
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask.cpp475 ErrorHelper::ThrowError(env, ErrorHelper::ERR_NOT_IN_TASKPOOL_THREAD); in SendData()