lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] timeout argument in sys_arch_*() functions


From: Kieran Mansley
Subject: Re: [lwip-users] timeout argument in sys_arch_*() functions
Date: Thu, 16 Jun 2005 10:18:09 +0100 (BST)

On Thu, 16 Jun 2005, Mitani Hiroshi wrote:
My question is that if the "timeout" argument is zero, should the thread
wait for signal, or just poll a semaphore and quit immediately?

Timeout of zero means block forever until the semaphore is signalled.
i.e. No timeout.

Kieran




reply via email to

[Prev in Thread] Current Thread [Next in Thread]