Searched refs:WorkerOnMessage (Results 1 – 3 of 3) sorted by relevance
138 static void WorkerOnMessage(const uv_async_t* req);
1336 …init(loop, worker->workerOnMessageSignal_, reinterpret_cast<uv_async_cb>(Worker::WorkerOnMessage)); in ExecuteInThread()1969 void Worker::WorkerOnMessage(const uv_async_t* req) in WorkerOnMessage() function in Commonlibrary::Concurrent::WorkerModule::Worker
85 static void WorkerOnMessage(const uv_async_t *req) in WorkerOnMessage() function in Commonlibrary::Concurrent::WorkerModule::WorkersTest151 …c_init(workerLoop, worker->workerOnMessageSignal_, reinterpret_cast<uv_async_cb>(WorkerOnMessage)); in WorkerThreadFunction()345 Worker::WorkerOnMessage(req);