Home
last modified time | relevance | path

Searched refs:ThreadWorkerConstructor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp946 …e_function(workerEnv, funcName.c_str(), funcName.size(), Worker::ThreadWorkerConstructor, nullptr,…
1210 …e_function(workerEnv, funcName.c_str(), funcName.size(), Worker::ThreadWorkerConstructor, nullptr,…
1256 …e_function(workerEnv, funcName.c_str(), funcName.size(), Worker::ThreadWorkerConstructor, nullptr,…
1302 …e_function(workerEnv, funcName.c_str(), funcName.size(), Worker::ThreadWorkerConstructor, nullptr,…
1439 …napi_create_function(env, funcName.c_str(), funcName.size(), Worker::ThreadWorkerConstructor, null…
1474 …e_function(workerEnv, funcName.c_str(), funcName.size(), Worker::ThreadWorkerConstructor, nullptr,…
1493 …e_function(workerEnv, funcName.c_str(), funcName.size(), Worker::ThreadWorkerConstructor, nullptr,…
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h290 static napi_value ThreadWorkerConstructor(napi_env env, napi_callback_info cbinfo);
H A Dworker.cpp87 …ne_class(env, threadWorkerName, sizeof(threadWorkerName), Worker::ThreadWorkerConstructor, nullptr, in InitWorker()
183 napi_value Worker::ThreadWorkerConstructor(napi_env env, napi_callback_info cbinfo) in ThreadWorkerConstructor() function in Commonlibrary::Concurrent::WorkerModule::Worker