[ECOS] cyg_select_abort() missing in new stack?

Nick Garnett nickg@ecoscentric.com
Tue Aug 12 17:16:00 GMT 2003


Grant Edwards <grante@visi.com> writes:

> I tried to drop the new TCP/IP stack in, and it doesn't seem to
> support cyg_select_with_abort() and cyg_select_abort().  
> 
> Is there a reason that feature was dropped?

Those were added before we had the FILEIO package and its full
implementation of select(). Now you can either use POSIX level
mechanisms like signals to abort a select(), or an eCos level
mechanism like cyg_thread_release() on the selecting thread.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com      The eCos and RedBoot experts


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss



More information about the Ecos-discuss mailing list