Enables or disables exclusive mode for this terminal.
impl Tty { fn set_exclusive(&self, exclusive: bool) -> Result<(), Errno> }
tty_ioctl(4) and TIOCEXCL and TIOCNXCL therein