Zephyr API Documentation
4.0.0-rc3
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
object_tracing.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2016 Intel Corporation
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_THREAD_MONITOR_H_
8
#define ZEPHYR_INCLUDE_THREAD_MONITOR_H_
9
10
#include <
zephyr/kernel.h
>
11
#include <
zephyr/kernel_structs.h
>
12
19
#define SYS_THREAD_MONITOR_HEAD ((struct k_thread *)(_kernel.threads))
20
29
#define SYS_THREAD_MONITOR_NEXT(obj) (((struct k_thread *)obj)->next_thread)
30
31
#endif
/* ZEPHYR_INCLUDE_THREAD_MONITOR_H_ */
kernel.h
Public kernel APIs.
kernel_structs.h
zephyr
debug
object_tracing.h
Generated on Tue Nov 12 2024 18:02:53 for Zephyr API Documentation by
1.12.0