commit | 0ca7cea8f33abe5d9ce39dec793f8a4b5d6a1761 | [log] [tgz] |
---|---|---|
author | Peter Mitsis <peter.mitsis@windriver.com> | Wed Sep 28 19:18:09 2016 -0400 |
committer | Benjamin Walsh <benjamin.walsh@windriver.com> | Mon Oct 03 20:17:02 2016 +0000 |
tree | 2e90593032ad4b42eb5fbbb41216d4e7901db774 | |
parent | 9d67337c2d57978b336df7b9685e3eab41325d85 [diff] |
unified: Relocate internal thread group APIs Moves the following internal thread group APIs from the public kernel.h header file to the more private thread.c source file as they do not need to be public APIs. _k_task_list_start[]; _k_task_list_end[]; _FOREACH_STATIC_THREAD() is_in_any_group() Change-Id: I0b731fb0c20a5574cb1b3c1397803af82918d69d Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>