Lines Matching defs:worker
55 struct worker;
92 /** the worker for this remote control */
93 struct worker* worker;
174 /** the worker that the event is added in */
175 struct worker* worker;
220 /** the event that listens on the remote service worker to the
223 /** if the event that listens on the remote service worker has
231 /** the worker that the service_event is added in */
232 struct worker* worker;
286 * @param worker: worker with communication base. and links to command channels.
290 struct listen_port* ports, struct worker* worker);
306 * @param worker: this worker (the remote worker).
308 void daemon_remote_exec(struct worker* worker);
342 * @param worker: the remote servicing worker.
351 void fast_reload_thread_start(RES* ssl, struct worker* worker,
370 /** Pick up per worker changes after a fast reload. */
371 void fast_reload_worker_pickup_changes(struct worker* worker);