Home | History | Annotate | Download | only in source

Lines Matching full:setsid

785     { "setsid",             no_argument,        NULL,               'S' },  // call setsid() to make debugserver run in its own session
1063 // all processes in a session. Using this --setsid (-S) option
1071 setsid();