L4Re - L4 Runtime Environment
|
Low-level assert implementation. More...
Go to the source code of this file.
Macros | |
#define | l4_assert(expr) |
Low-level assert. More... | |
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 43 of file assert.h.
Referenced by L4Re::Util::Counting_cap_alloc< COUNTERTYPE >::free(), L4Re::Util::Counting_cap_alloc< COUNTERTYPE >::release(), and L4Re::Util::Br_manager::set_rcv_cap_flags().