![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
POSIX Job Control option group (placeholder). More...
Functions | |
| int | setpgid (pid_t pid, pid_t pgid) |
| Set the process group ID for a process. | |
| pid_t | setpgrp (void) |
| Set the process group ID to the process ID of the calling process (obsolescent). | |
| pid_t | tcgetpgrp (int fildes) |
| Get the process group ID of the foreground process group of the terminal. | |
| int | tcsetpgrp (int fildes, pid_t pgid_id) |
| Set the foreground process group ID of a terminal. | |
POSIX Job Control option group (placeholder).
Set the process group ID for a process.
| pid_t setpgrp | ( | void | ) |
Set the process group ID to the process ID of the calling process (obsolescent).
| pid_t tcgetpgrp | ( | int | fildes | ) |
Get the process group ID of the foreground process group of the terminal.
| int tcsetpgrp | ( | int | fildes, |
| pid_t | pgid_id | ||
| ) |
Set the foreground process group ID of a terminal.