Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h376 static void HostOnGlobalCall(const uv_async_t* req);
H A Dworker.cpp1496 void Worker::HostOnGlobalCall(const uv_async_t* req) in HostOnGlobalCall() function in Commonlibrary::Concurrent::WorkerModule::Worker
2453 …async_init(loop, hostOnGlobalCallSignal_, reinterpret_cast<uv_async_cb>(Worker::HostOnGlobalCall)); in InitHostHandle()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp771 Worker::HostOnGlobalCall(req);