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

  /bionic/libc/bionic/
getpgrp.cpp 31 pid_t getpgrp() { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 631 extern __pid_t getpgrp (void) __THROW;
634 extern __pid_t __REDIRECT_NTH (getpgrp, (__pid_t __pid), __getpgid);
636 # define getpgrp __getpgid macro
    [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 719 Int VG_(getpgrp) ( void ) function
725 /* Uses the shared pgrpsys syscall, 0 for the getpgrp variant. */
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 196 milliseconds