lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Thread local storage


From: address@hidden
Subject: Re: [lwip-users] Thread local storage
Date: Sun, 13 Jan 2019 20:16:45 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

Am 13.01.2019 um 20:07 schrieb Ivan Warren:
I have a question (nothing urgent)

Is there any guarantee that when NOSYS is 1, LWIP will not make any
attempt to use or reference thread local storage (My bare metal system
currently doesn't support it).

lwIP itself cannot use thread local storage. The port must supply this if used. However, it is only used with LWIP_NETCONN_SEM_PER_THREAD for now and this is not used with the callback API available for NOSYS. So for NOSYS, you're safe.

Regards,
Simon



reply via email to

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