OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 19:09:53 GMT 2025