lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] core/timers.c with NO_SYS?


From: Kieran Mansley
Subject: Re: [lwip-devel] core/timers.c with NO_SYS?
Date: Mon, 13 Jun 2011 08:06:36 +0100

On 13 Jun 2011, at 02:07, Leon Woestenberg wrote:

> We have this bad design pattern now:
> 
> sys_arch_function() {
>  ...
>  core_function();
>  ...
> }
> 
> core_function {
>  ...
>  sys arch lock
>  ...
>  sys arch unlock
>  ...
> }
> 
> which I rather see converted to:
> 
> sys_arch_function() {
>  lock;
>  core_function()
>  unlock;
> }


Could you file a task on savannah for this so that these changes don't get 
forgotten.

Kieran


reply via email to

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