Searched refs:os_fork (Results 1 - 5 of 5) sorted by relevance

/httpd/os/bs2000/
H A Dos.h37 extern pid_t os_fork(const char *user);
H A Dos.c98 pid_t os_fork(const char *user) function
/httpd/os/unix/
H A Dos.h48 pid_t os_fork(const char *user);
H A Dunixd.c506 pid_t os_fork(const char *user) function
/httpd/server/mpm/prefork/
H A Dprefork.c783 if ((pid = os_fork(ap_unixd_config.user_name)) == -1) {

Completed in 76 milliseconds