doc: threads: merge into one document

Merge kernel sections into one single document and remove the
intermediate page grouping objects.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-01-21 14:30:35 -05:00
commit 29f37f0ddb
10 changed files with 948 additions and 1062 deletions

View file

@ -2433,8 +2433,7 @@ __syscall int k_stack_pop(struct k_stack *stack, u32_t *data, s32_t timeout);
struct k_work;
/**
* @defgroup workqueue_apis Workqueue Thread APIs
* @ingroup kernel_apis
* @addtogroup thread_apis
* @{
*/