wait               59 ext/fileinfo/libmagic/compress.c #include <sys/wait.h>
wait              509 ext/fileinfo/libmagic/compress.c 		(void)wait(NULL);
wait              700 ext/pcntl/pcntl.c 		child_id = wait(&status);
wait              703 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             2061 sapi/cgi/cgi_main.c 						if (wait(&status) >= 0) {
wait             2071 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              960 sapi/litespeed/lsapi_main.c         pid = wait( &status );
wait               93 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(wait,    "wait for other process",                   'W', NULL, 0, 0),
wait               61 sapi/phpdbg/phpdbg_prompt.h PHPDBG_COMMAND(wait); /* }}} */
wait              338 sapi/phpdbg/phpdbg_wait.c PHPDBG_COMMAND(wait) /* {{{ */
wait               25 sapi/phpdbg/phpdbg_wait.h PHPDBG_COMMAND(wait);