Re: about two-way pipes or threads
- From: Helmethead <hoshem mel comcen com au>
- To: Ronald Bultje <rbultje ronald bitfreak net>
- Cc: gtk-list gnome org
- Subject: Re: about two-way pipes or threads
- Date: Mon, 12 Feb 2001 20:25:06 +1100
> I inserted fcntl(inp_pipe, O_NONBLOCK); and fcntl(out_pipe, O_NONBLOCK);
> but still no change... Or am I using fcntl() in the wrong way?
>
> Ronald
fcntl (inp_pipe, F_SETFL, O_NONBLOCK); or something similar
rtfm? :)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]