Searched refs:setsid (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile178 setsid.2 \
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_prot.c507 * setsid
531 setsid(proc_t p, __unused struct setsid_args *uap, int32_t *retval) function
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c3261 * Test getpgrp, getpgid, getsid, setpgid, setpgrp, setsid system calls.
3289 my_err = setsid( );
3291 printf( "setsid call should have failed with EPERM\n" );
3296 my_err = setsid( );
3298 printf( "setsid call failed with error %d - \"%s\" \n",

Completed in 37 milliseconds