|
Re: Using a file descriptor from pipe with select
|
02/24/2015 11:29 AM
post113365
|
Re: Using a file descriptor from pipe with select
On Tue, Feb 24, 2015 at 11:25:43AM -0500, Steve Osselton wrote:
> I am porting some existing Linux code that wakes a thread blocked on select by adding the pipe
> read file descriptor to the select fd set and writing to the write pipe fd (to break out of a read select). Looks like
select isn't being triggered, are there any know issues with doing this on QNX (6.5)?
>
No known issues. I know this has been done in the past.
Regards,
-seanb
|
|
|