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,
282
pthread__diagassert |=
DIAGASSERT_ABORT
;
285
pthread__diagassert &= ~
DIAGASSERT_ABORT
;
1204
if (pthread__diagassert &
DIAGASSERT_ABORT
) {
Completed in 13 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025