This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: waking a thread that's in select()?


> 
> I've got a thread that is doing a select() on a set of sockets
> (waiting for incoming TCP requests).  Is there a way for
> another thread to wake-up the select()ing thread?

Yes.

There is a function to break select out. Have a look at the end of
packanges/net/tcpip/current/src/lib/select.c. My machine is in bits on
the desk at the moment so i cannot lookup the exact function name.

        Andrew

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]