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