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

/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile81 getpgrp.2 \
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_prot.c206 * getpgrp
217 getpgrp(proc_t p, __unused struct getpgrp_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.
3278 my_process_group = getpgrp( );
3280 /* test getpgrp and getpgid - they should return the same results when 0 is passed to getpgid */
3282 printf( "getpgrp and getpgid did not return the same process group ID \n" );

Completed in 26 milliseconds