Searched refs:HostOnMessage (Results 1 – 3 of 3) sorted by relevance
124 static void HostOnMessage(const uv_async_t* req);
1420 void Worker::HostOnMessage(const uv_async_t* req) in HostOnMessage() function in Commonlibrary::Concurrent::WorkerModule::Worker2447 uv_async_init(loop, hostOnMessageSignal_, reinterpret_cast<uv_async_cb>(Worker::HostOnMessage)); in InitHostHandle()
117 static void HostOnMessage(const uv_async_t *req) in HostOnMessage() function in Commonlibrary::Concurrent::WorkerModule::WorkersTest164 … uv_async_init(loop, worker->hostOnMessageSignal_, reinterpret_cast<uv_async_cb>(HostOnMessage)); in InitHostHandle()375 Worker::HostOnMessage(req);1075 Worker::HostOnMessage(req);