Searched refs:worker (Results 1 – 4 of 4) sorted by relevance
2 Starting worker for N3 Starting worker for N4 Starting worker for N5 Starting worker for N6 Starting worker for N7 Finishing worker8 Finishing worker9 Finishing worker10 Finishing worker11 Finishing worker[all …]
98 ThreadPoolWorker* worker = reinterpret_cast<ThreadPoolWorker*>(arg); in Callback() local100 CHECK(runtime->AttachCurrentThread(worker->name_.c_str(), in Callback()103 worker->thread_pool_->create_peers_)); in Callback()104 worker->thread_ = Thread::Current(); in Callback()106 worker->thread_->SetIsRuntimeThread(true); in Callback()108 worker->Run(); in Callback()285 for (ThreadPoolWorker* worker : threads_) { in SetPthreadPriority()286 worker->SetPthreadPriority(priority); in SetPthreadPriority()
503 worker = threading.Thread(target=run_test, args=(command, test, variant_set, test_name))504 worker.daemon = True505 worker.start()
1842 for (ThreadPoolWorker* worker : parallel_thread_pool_->GetWorkers()) { in Verify()1843 worker->GetThread()->SetVerifierDeps( in Verify()1866 for (ThreadPoolWorker* worker : parallel_thread_pool_->GetWorkers()) { in Verify()1867 std::unique_ptr<verifier::VerifierDeps> thread_deps(worker->GetThread()->GetVerifierDeps()); in Verify()1868 worker->GetThread()->SetVerifierDeps(nullptr); // We just took ownership. in Verify()