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

/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile82 getpgid.2 \
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c3261 * Test getpgrp, getpgid, getsid, setpgid, setpgrp, setsid system calls.
3280 /* test getpgrp and getpgid - they should return the same results when 0 is passed to getpgid */
3281 if ( my_process_group != getpgid( 0 ) ) {
3282 printf( "getpgrp and getpgid did not return the same process group ID \n" );
3283 printf( "getpgid: %d, my_process_group: %d\n", getpgid( 0 ), my_process_group );
3303 if ( my_process_group == getpgid( 0 ) ) {
3311 my_process_group = getpgid( i );
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_prot.c226 * getpgid
242 getpgid(proc_t p, struct getpgid_args *uap, int32_t *retval) function

Completed in 82 milliseconds