HomeSort by: relevance | last modified time | path
    Searched refs: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,
275 pthread__diagassert |= DIAGASSERT_ABORT;
278 pthread__diagassert &= ~DIAGASSERT_ABORT;
1198 if (pthread__diagassert & DIAGASSERT_ABORT) {

Completed in 21 milliseconds