Searched refs:ASSERT_MSG (Results 1 – 5 of 5) sorted by relevance
| /kernel/object/ |
| A D | exception.cpp | 96 ASSERT_MSG(0, "unexpected exception type %d", in Next() 176 ASSERT_MSG(0, "invalid exception status %d", in exception_handler_worker() 243 ASSERT_MSG(0, "unexpected exception worker result %d", static_cast<int>(hstatus)); in dispatch_user_exception()
|
| A D | thread_dispatcher.cpp | 650 ASSERT_MSG(false, "unexpected exception result: %d\n", status); in ExceptionHandlerExchange()
|
| /kernel/lib/libc/include/ |
| A D | assert.h | 22 #define ASSERT_MSG(x, msg, msgargs...) \ macro
|
| /kernel/vm/ |
| A D | vm.cpp | 52 ASSERT_MSG(status == ZX_OK, in MarkPagesInUsePhys()
|
| A D | vm_object_paged.cpp | 770 ASSERT_MSG(status == ZX_OK && expected_next_off == end_page_offset, in UnpinLocked()
|
Completed in 95 milliseconds