wait               54 ext/fileinfo/libmagic/compress.c #include <sys/wait.h>
wait              498 ext/fileinfo/libmagic/compress.c 		(void)wait(NULL);
wait              616 ext/pcntl/pcntl.c 		child_id = wait(&status);
wait              619 ext/pcntl/pcntl.c 	child_id = wait(&status);
wait             32062 ext/sqlite3/libsqlite/sqlite3.c extern int gethostuuid(uuid_t id, const struct timespec *wait);
wait             2078 sapi/cgi/cgi_main.c 					if (wait(&status) >= 0) {
wait             2088 sapi/cgi/cgi_main.c 						while (wait(&status) < 0) {
wait               46 sapi/fpm/fpm/events/devpoll.c 	.wait = fpm_event_devpoll_wait,
wait               42 sapi/fpm/fpm/events/epoll.c 	.wait = fpm_event_epoll_wait,
wait               45 sapi/fpm/fpm/events/kqueue.c 	.wait = fpm_event_kqueue_wait,
wait               43 sapi/fpm/fpm/events/poll.c 	.wait = fpm_event_poll_wait,
wait               43 sapi/fpm/fpm/events/port.c 	.wait = fpm_event_port_wait,
wait               48 sapi/fpm/fpm/events/select.c 	.wait = fpm_event_select_wait,
wait              318 sapi/fpm/fpm/fpm_events.c 	if (!module->wait) {
wait              411 sapi/fpm/fpm/fpm_events.c 		ret = module->wait(fpm_event_queue_fd, timeout);
wait               37 sapi/fpm/fpm/fpm_events.h 	int (*wait)(struct fpm_event_queue_s *queue, unsigned long int timeout);
wait              991 sapi/litespeed/lsapi_main.c         pid = wait( &status );