loop_wait         617 lib/tevent/tevent.c 	return ev->ops->loop_wait(ev, location);
loop_wait         421 lib/tevent/tevent.h 	int (*loop_wait)(struct tevent_context *ev, const char *location);
loop_wait         437 lib/tevent/tevent_epoll.c 	.loop_wait		= tevent_common_loop_wait,
loop_wait         286 lib/tevent/tevent_liboop.c 	.loop_wait	= oop_event_loop_wait,
loop_wait         241 lib/tevent/tevent_select.c 	.loop_wait		= tevent_common_loop_wait,
loop_wait         561 lib/tevent/tevent_standard.c 	.loop_wait		= tevent_common_loop_wait,
loop_wait         244 source3/lib/events.c 	.loop_wait		= tevent_common_loop_wait,