mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
Updated sys_arch documentation to make new timeouts clearer.
This commit is contained in:
parent
21d17e41fd
commit
dbad0d5723
@ -92,10 +92,8 @@ The following functions must be implemented by the sys_arch:
|
|||||||
ptr"). The "msg" parameter maybe NULL to indicate that the message
|
ptr"). The "msg" parameter maybe NULL to indicate that the message
|
||||||
should be dropped.
|
should be dropped.
|
||||||
|
|
||||||
The return values are the same as for the sys_arch_sem_wait()
|
The return values are the same as for the sys_arch_sem_wait() function:
|
||||||
function and the function must not return zero even if a message was
|
Number of milliseconds spent waitng or 0xffffffff if there was a timeout.
|
||||||
present in the mailbox and the time spent waiting was zero
|
|
||||||
milliseconds.
|
|
||||||
|
|
||||||
Note that a function with a similar name, sys_mbox_fetch(), is
|
Note that a function with a similar name, sys_mbox_fetch(), is
|
||||||
implemented by lwIP.
|
implemented by lwIP.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user