Home
last modified time | relevance | path

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

/external/stlport/test/eh/
Dnc_alloc.h94 enum { kNotInExceptionTest = -1 }; enumerator
144 Failure_threshold() = kNotInExceptionTest; in CancelFailureCountdown()
Dnc_alloc.cpp50 if (never_fail || Failure_threshold() == kNotInExceptionTest) in maybe_fail()
58 Failure_threshold() = kNotInExceptionTest; in maybe_fail()
326 static long failure_threshold = kNotInExceptionTest; in Failure_threshold()