Home
last modified time | relevance | path

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

/linux-6.1.9/tools/include/nolibc/
Dunistd.h49 int tcsetpgrp(int fd, pid_t pid) in tcsetpgrp() function
/linux-6.1.9/arch/um/drivers/
Dchan_user.c188 if (tcsetpgrp(pty_fd, os_getpid()) < 0) { in winch_thread()