Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h48 case ERR_WORKER_INITIALIZATION: in NewError()
251 static const int32_t ERR_WORKER_INITIALIZATION = 10200003; // 10200003 : Worker initialization failed member in Commonlibrary::Concurrent::Common::Helper::ErrorHelper
/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp176 ErrorHelper::ThrowError(env, ErrorHelper::ERR_WORKER_INITIALIZATION, in LimitedWorkerConstructor()
188 ErrorHelper::ThrowError(env, ErrorHelper::ERR_WORKER_INITIALIZATION, in ThreadWorkerConstructor()
200 ErrorHelper::ThrowError(env, ErrorHelper::ERR_WORKER_INITIALIZATION, in WorkerConstructor()
239 ErrorHelper::ERR_WORKER_INITIALIZATION, "the number of limiteworkers exceeds the maximum."); in Constructor()
247 ErrorHelper::ThrowError(env, ErrorHelper::ERR_WORKER_INITIALIZATION, "create worker error"); in Constructor()
261 ErrorHelper::ERR_WORKER_INITIALIZATION, "the number of workers exceeds the maximum."); in Constructor()
269 ErrorHelper::ThrowError(env, ErrorHelper::ERR_WORKER_INITIALIZATION, "create worker error"); in Constructor()
368 ErrorHelper::ThrowError(env, ErrorHelper::ERR_WORKER_INITIALIZATION, "the name of worker is null."); in CheckWorkerArgs()
385 ErrorHelper::ThrowError(env, ErrorHelper::ERR_WORKER_INITIALIZATION, "the type of worker is null."); in CheckWorkerArgs()

Completed in 8 milliseconds