zpp
Zephyr C++20 Framework
thread_id.hpp File Reference
#include <zephyr/kernel.h>
#include <zephyr/sys/__assert.h>
Include dependency graph for thread_id.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zpp::thread_id
 Thead ID. More...
 

Namespaces

 zpp
 

Functions

constexpr bool zpp::operator== (const thread_id &lhs, const thread_id &rhs) noexcept
 Compare if two ID are equal. More...
 
constexpr bool zpp::operator!= (const thread_id &lhs, const thread_id &rhs) noexcept
 Compare if two ID are not equal. More...
 
void zpp::print_arg (thread_id id) noexcept
 Helper to output the ID with zpp::print("{}", id) More...