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

  /bionic/libc/unistd/
tcsetpgrp.c 1 /* bionic/unistd/tcsetpgrp.c
30 int tcsetpgrp(int fd, pid_t _pid) function
  /system/core/sh/
jobs.c 111 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 30 milliseconds