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

/system/core/sh/
H A Djobs.c111 static int tcsetpgrp(int fd, pid_t pgrp);
124 tcsetpgrp(int fd, pid_tpgrp) function
217 if (tcsetpgrp(ttyfd, rootpid) == -1)
226 if (tcsetpgrp(ttyfd, initialpgrp) == -1)
273 if (tcsetpgrp(ttyfd, jp->ps[i].pid) != -1)
552 if (tcsetpgrp(ttyfd, getpid()) == -1)
922 if (tcsetpgrp(ttyfd, pgrp) == -1)
996 if (tcsetpgrp(ttyfd, mypgrp) == -1)

Completed in 37 milliseconds