From 1eeba3ed73a9f206e37ff3e8b0ffa223500c791e Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Sat, 15 Mar 2014 21:22:30 +0100 Subject: [PATCH] hw: comment result of Kernel::route_thread_event ref #1101 --- base-hw/src/core/kernel/core_interface.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base-hw/src/core/kernel/core_interface.h b/base-hw/src/core/kernel/core_interface.h index a8151357a..ea8c78444 100644 --- a/base-hw/src/core/kernel/core_interface.h +++ b/base-hw/src/core/kernel/core_interface.h @@ -155,6 +155,9 @@ namespace Kernel * \param thread_id kernel name of the targeted thread * \param event_id kernel name of the targeted thread event * \param signal_context_id kernel name of the handlers signal context + * + * \retval 0 succeeded + * \retval -1 failed */ inline int route_thread_event(unsigned const thread_id, unsigned const event_id,