Searched refs:rootpid (Results 1 - 4 of 4) sorted by relevance

/system/core/sh/
H A Dmain.h37 extern int rootpid; /* pid of main shell */
H A Dmain.c79 int rootpid; variable
120 rootpid = getpid();
170 rootpid = getpid();
H A Djobs.c214 if (getpgid(0) != rootpid && setpgid(0, rootpid) == -1)
217 if (tcsetpgrp(ttyfd, rootpid) == -1)
H A Dexpand.c849 num = rootpid;

Completed in 323 milliseconds