![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Low-level assert implementation. More...
Go to the source code of this file.
Macros | |
#define | l4_assert(expr) |
Low-level assert. |
Low-level assert implementation.
Definition in file assert.h.
#define l4_assert | ( | expr | ) |
Low-level assert.
expr | Expression to be evaluate for the assertion. |
This assertion is a low-level implementation that directly uses kernel primitives. Only use l4_assert() when the standard assert() functionality is not available.
Definition at line 32 of file assert.h.
Referenced by L4Re::Util::Cap_alloc_base::free(), L4Re::Util::Counting_cap_alloc< COUNTERTYPE, Dbg >::free(), L4Re::Util::Counting_cap_alloc< COUNTERTYPE, Dbg >::release(), L4Re::Util::Br_manager::set_rcv_cap_flags(), and Block_device::Device_mgr< DEV, FACTORY, SCHEDULER >::shutdown_event().