zephyr/include/kernel
Peter Mitsis f8b76f3b03 kernel: add 'static' keyword to select routines
Applies the 'static' keyword to the following inlined routines:
    z_priq_dumb_add()
    z_priq_mq_add()
    z_priq_mq_remove()
As those routines are only used in one place, they no longer have
externally visible declarations.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2021-12-13 17:21:58 -05:00
..
mempool_heap.h kernel: mempool_heap: fix header guard 2021-06-16 20:38:55 -04:00
sched_priq.h kernel: add 'static' keyword to select routines 2021-12-13 17:21:58 -05:00
thread.h kernel: Swap RUNTIME_STATS implementation 2021-11-08 21:32:20 -05:00
thread_stack.h kernel: macro to define pinned kernel thread stacks 2021-08-26 21:16:22 -04:00