new_task           57 source4/smbd/process_model.h 	void (*new_task)(struct tevent_context *, 
new_task          211 source4/smbd/process_prefork.c 	.new_task               = prefork_new_task,
new_task           84 source4/smbd/process_single.c 			    void (*new_task)(struct tevent_context *, struct loadparm_context *, struct server_id, void *), 
new_task           93 source4/smbd/process_single.c 	new_task(ev, lp_ctx, cluster_id(1, taskid++), private_data);
new_task          111 source4/smbd/process_single.c 	.new_task               = single_new_task,
new_task          148 source4/smbd/process_standard.c 			      void (*new_task)(struct tevent_context *, struct loadparm_context *lp_ctx, struct server_id , void *), 
new_task          186 source4/smbd/process_standard.c 	new_task(ev2, lp_ctx, cluster_id(pid, 0), private_data);
new_task          228 source4/smbd/process_standard.c 	.new_task               = standard_new_task,
new_task          126 source4/smbd/process_thread.c 	void (*new_task)(struct tevent_context *, struct loadparm_context *, 
new_task          133 source4/smbd/process_thread.c 	struct new_task_state *new_task = talloc_get_type(thread_parm, struct new_task_state);
new_task          135 source4/smbd/process_thread.c 	new_task->new_task(new_task->ev, new_task->lp_ctx, pthread_self(), 
new_task          136 source4/smbd/process_thread.c 			   new_task->private_data);
new_task          139 source4/smbd/process_thread.c 	event_loop_wait(new_task->ev);
new_task          141 source4/smbd/process_thread.c 	talloc_free(new_task);
new_task          152 source4/smbd/process_thread.c 			    void (*new_task)(struct tevent_context *, 
new_task          172 source4/smbd/process_thread.c 	state->new_task = new_task;
new_task          552 source4/smbd/process_thread.c 	.new_task               = thread_new_task,
new_task           99 source4/smbd/service_task.c 	model_ops->new_task(event_ctx, lp_ctx, service_name, task_server_callback, state);