OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_ignored_lib
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.h
40
if (!thr->is_inited || thr->ignore_interceptors || thr->
in_ignored_lib
) \
tsan_external.cc
66
bool
in_ignored_lib
;
local in function:__tsan::ExternalAccess
67
if (!caller_pc || !libignore()->IsIgnored((uptr)caller_pc, &
in_ignored_lib
)) {
tsan_interceptors.cc
261
!thr_->
in_ignored_lib
&& (flags()->ignore_interceptors_accesses ||
281
DCHECK(!thr_->
in_ignored_lib
);
282
thr_->
in_ignored_lib
= true;
292
DCHECK(thr_->
in_ignored_lib
);
293
thr_->
in_ignored_lib
= false;
645
// leave thr->
in_ignored_lib
set.
1451
if (!thr->
in_ignored_lib
)
1459
if (!thr->
in_ignored_lib
)
tsan_rtl.h
418
bool
in_ignored_lib
;
member in struct:__tsan::ThreadState
Completed in 17 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025