Fabian Cenedese wrote: > >I'm a bit unclear about the meaning of the timeout parameter > >for the semaphore and mbox functions. > [..] > I'm wondering if somebody can give me a pointer to some > documentation.
I know we do not have that much documentation, but this *is* documented pretty clearly in doc/sys_arch.txt! The meaning is the same for sem_wait and mbox_fetch. mbox_tryfetch doesn't wait, although this function does not seem to be used in the code, currently. Simon _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
