Home | History | Annotate | Download | only in coregrind

Lines Matching defs:getpid

654        * system where the getpid system call actually returns the ID of
658 * where getpid has been changed to return the ID of the thread group
661 * So instead of calling getpid here we use readlink to see where
702 Int VG_(getpid) ( void )
729 /* Uses the shared getpid/getppid syscall, val2 contains a parent pid. */