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

  /bionic/libc/bionic/
getpgrp.cpp 31 pid_t getpgrp() { function
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 1400 pid_t getpgrp(void) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 637 extern __pid_t getpgrp (void) __THROW;
640 extern __pid_t __REDIRECT_NTH (getpgrp, (__pid_t __pid), __getpgid);
642 # define getpgrp __getpgid macro
    [all...]
  /external/valgrind/coregrind/
m_libcproc.c 708 Int VG_(getpgrp) ( void ) function
716 /* Uses the shared pgrpsys syscall, 0 for the getpgrp variant. */
    [all...]

Completed in 462 milliseconds