Lines Matching full:kernel
6 * @defgroup Kernel RT-Thread Kernel API
8 * The Kernel APIs are the core APIs of RT-Thread, which supports the following
18 * @addtogroup Kernel
53 * @defgroup KernelObject Kernel Object Management
54 * @brief kernel object management
56 * The Kernel object system can access and manage all of the kernel objects.
58 * Kernel objects include most of the facilities in the kernel:
64 * @image html Kernel_Object.png "Figure 2: Kernel Object"
65 * @image rtf Kernel_Object.png "Figure 2: Kernel Object"
67 * Kernel objects can be static objects, whose memory is allocated in compiling.
148 * @defgroup KernelService Other useful kernel service
149 * @brief other useful service in the kernel