Searched refs:setsid (Results 1 – 25 of 55) sorted by relevance
123
51 On setsid():54 It appears that neither getty nor login call setsid(), so init must56 way that 'init' should work; it says that setsid() should be called59 Process group leaders cannot call setsid() -- another reason to60 fork! Of course setsid() causes the current process to become a61 process group leader, so we can only call setsid() once. Note that
43 (void) setsid(); in login_tty()
95 setsid(); in main()
67 newgrp = setsid(); in daemon()
80 (void) setsid(); in wwenviron()
96 if (setsid() < 0) { function
134 extern int setsid(void);
121 setsid(); in cron_popen()
234 setsid(); in child_process()
26 #define setsid() setpgrp(0, getpid()) macro
99 setsid(void) in setsid() function
232 setsid(); in daemonize()
103 pid_t sid = setsid (); in pipe_open()
818 ret = setsid (); in create_tty_session()
112 if (setsid() == -1) in pty_make_controlling_tty()
257 if (setsid() == -1) in _libpthread_init()
50 if (setsid() == -1) in _become_daemon()
1055 setsid(); in hammer2_demon()1070 setsid(); in hammer2_demon()
367 if (setsid() < 0) in main()
235 setsid(); in main()
413 pid_t setsid(void);
116 struct setsid_args setsid; member
107 setsid.o \
94 setgroups.2 setpgid.2 setregid.2 setresuid.2 setreuid.2 setsid.2 \
509 setsid(); in main()