zpp
Zephyr C++20 Framework
|
#include <zephyr/kernel.h>
#include <zephyr/sys/__assert.h>
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... | |