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

  /system/core/sh/
main.h 37 extern int rootpid; /* pid of main shell */
main.c 79 int rootpid; variable
120 rootpid = getpid();
170 rootpid = getpid();
jobs.c 214 if (getpgid(0) != rootpid && setpgid(0, rootpid) == -1)
217 if (tcsetpgrp(ttyfd, rootpid) == -1)
expand.c 849 num = rootpid;

Completed in 121 milliseconds