HomeSort by: relevance | last modified time | path
    Searched defs:DIAGASSERT_ABORT (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
assert.c 86 DIAGASSERT_ABORT = 1<<0,
107 diagassert_flags |= DIAGASSERT_ABORT;
110 diagassert_flags &= ~DIAGASSERT_ABORT;
141 if (diagassert_flags & DIAGASSERT_ABORT)
  /src/lib/libpthread/
pthread.c 116 DIAGASSERT_ABORT = 1<<0,
280 pthread__diagassert |= DIAGASSERT_ABORT;
283 pthread__diagassert &= ~DIAGASSERT_ABORT;
1202 if (pthread__diagassert & DIAGASSERT_ABORT) {

Completed in 11 milliseconds