Home
last modified time | relevance | path

Searched refs:DEBUG_ASSERT_COND (Results 1 – 2 of 2) sorted by relevance

/kernel/lib/libc/include/
A Dassert.h55 #define DEBUG_ASSERT_COND(x) DEBUG_ASSERT(x) macro
58 #define DEBUG_ASSERT_COND(x) do { } while (0) macro
/kernel/object/
A Dport_dispatcher.cpp442 DEBUG_ASSERT_COND(eport->PortMatches(this, /* allow_null */ false)); in LinkExceptionPort()
451 DEBUG_ASSERT_COND(eport->PortMatches(this, /* allow_null */ true)); in UnlinkExceptionPort()

Completed in 9 milliseconds