zephyr/kernel
Peter Mitsis 0ca7cea8f3 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>
2016-10-03 20:17:02 +00:00
..
configs
microkernel
nanokernel device: Make device_get_binding() const correct 2016-09-29 13:46:43 +00:00
unified unified: Relocate internal thread group APIs 2016-10-03 20:17:02 +00:00
Kconfig unified: Add initialization priority level for kernel objects 2016-09-28 19:13:35 +00:00
Makefile