HomeSort by relevance Sort by last modified time
    Searched defs:setpgrp (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
setpgrp.cpp 31 int setpgrp() { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
unistd.h 653 /* Both System V and BSD have `setpgrp' functions, but with different
667 extern int setpgrp (void) __THROW;
673 extern int __REDIRECT_NTH (setpgrp, (__pid_t __pid, __pid_t __pgrp), setpgid);
675 # define setpgrp setpgid macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 653 /* Both System V and BSD have `setpgrp' functions, but with different
667 extern int setpgrp (void) __THROW;
673 extern int __REDIRECT_NTH (setpgrp, (__pid_t __pid, __pid_t __pgrp), setpgid);
675 # define setpgrp setpgid macro
    [all...]

Completed in 100 milliseconds