Lines Matching +full:three +full:- +full:level
11 <br> $Id: assert.html,v 1.6 2001-08-27 21:47:03 ca Exp $
49 cc -DSM_CHECK_ALL=0 -DSM_CHECK_REQUIRE=1 ...
62 This is the low level interface for causing abnormal program
94 This is the high level interface for causing abnormal program
107 There are three kinds of assertion:
143 each of the three kinds of assertions, for performance reasons.
147 By default, all three types of assertion are enabled.
162 -DSM_CHECK_ALL=0 -DSM_CHECK_REQUIRE=1
201 What activation level should you check for?
205 level 1: < 10 basic C operations<br>
206 level 2: < 100 basic C operations<br>
207 level 3: < 1000 basic C operations<br>
220 ** We run this check at level 3 because we expect to check a few hundred
265 First of all, to facilitate post-mortem analysis, we want to dump core
311 and perform their thread-specific cleanup actions before terminating?
315 restoring data structure invariants and releasing locks at each level
348 "ensure" assertion types. In short, we are conforming to a de-facto