[En-Nut-Discussion] Scheduling out of Interrupt sometimes take a timertick NAP

Nathan Moore nategoose at gmail.com
Mon Mar 9 18:02:37 CET 2015


On Mon, Mar 9, 2015 at 12:21 PM, Harald Kipp <harald.kipp at egnite.de> wrote:
> Btw. do you know, whether the latest GCC is now finally following the
> ISO standard for static inline functions?

>From what I understand for `static inline` they've followed the standard
for a long time,
but where they differ is in `inline` and `extern inline`.  I don't think
that `extern inline` is
legal by standard, but in gcc  it is supposed to be almost like a macro
(with the exception
of automatic type casting/checking of arguments and return values and
things like how
__func__ expand).

https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gcc/Inline.html


More information about the En-Nut-Discussion mailing list