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

Go to the source code of this file.

Classes

class  zpp::sched_lock_guard
 Guard to automatically lock/unlock scheduler. More...
 

Namespaces

 zpp
 

Functions

void zpp::sched_lock () noexcept
 Lock the scheduler. More...
 
void zpp::sched_unlock () noexcept
 Unlock the scheduler. More...