Searched refs:worker_context_ (Results 1 – 2 of 2) sorted by relevance
61 CHECK_NULL(worker_context_); // Should be set only once. in set_worker_context()62 worker_context_ = context; in set_worker_context()66 return worker_context_; in worker_context()
580 worker::Worker* worker_context_ = nullptr; variable