[Top][All Lists]
[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
- [lwip-devel] core/timers.c with NO_SYS?, Leon Woestenberg, 2011/06/10
- Re: [lwip-devel] core/timers.c with NO_SYS?, Simon Goldschmidt, 2011/06/11
- Re: [lwip-devel] core/timers.c with NO_SYS?, Leon Woestenberg, 2011/06/11
- Re: [lwip-devel] core/timers.c with NO_SYS?, address@hidden, 2011/06/12
- Re: [lwip-devel] core/timers.c with NO_SYS?, Leon Woestenberg, 2011/06/12
- Re: [lwip-devel] core/timers.c with NO_SYS?, address@hidden, 2011/06/12
- Re: [lwip-devel] core/timers.c with NO_SYS?, Kieran Mansley, 2011/06/12
- Re: [lwip-devel] core/timers.c with NO_SYS?, Leon Woestenberg, 2011/06/12
- Re: [lwip-devel] core/timers.c with NO_SYS?,
Kieran Mansley <=
- Re: [lwip-devel] core/timers.c with NO_SYS?, address@hidden, 2011/06/13
- Re: [lwip-devel] core/timers.c with NO_SYS?, Bill Auerbach, 2011/06/13
- Re: [lwip-devel] core/timers.c with NO_SYS?, Leon Woestenberg, 2011/06/13
- Re: [lwip-devel] core/timers.c with NO_SYS?, Leon Woestenberg, 2011/06/13
- Re: [lwip-devel] core/timers.c with NO_SYS?, Simon Goldschmidt, 2011/06/14
- Re: [lwip-devel] core/timers.c with NO_SYS?, Simon Goldschmidt, 2011/06/14
- Re: [lwip-devel] core/timers.c with NO_SYS?, Leon Woestenberg, 2011/06/14
- Re: [lwip-devel] core/timers.c with NO_SYS?, Simon Goldschmidt, 2011/06/14
- Re: [lwip-devel] core/timers.c with NO_SYS?, Bill Auerbach, 2011/06/14
- Re: [lwip-devel] core/timers.c with NO_SYS?, Leon Woestenberg, 2011/06/14