Lines Matching defs:worker
14 namespace worker {
26 // A worker thread, as represented in its parent thread.
39 // Run the worker. This is only called from the worker thread.
49 // Wait for the worker thread to stop (in a blocking manner).
117 // A raw flag that is used by creator and worker threads to
118 // sync up on pre-mature termination of worker - while in the
119 // warmup phase. Once the worker is fully warmed up, use the
120 // async handle of the worker's Environment for the same purpose.
126 // The real Environment of the worker object. It has a lesser
127 // lifespan than the worker object itself - comes to life
128 // when the worker thread creates a new Environment, and gets
129 // destroyed alongwith the worker thread.
144 } // namespace worker