OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCppMode
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_defs.h
39
const bool
kCppMode
= false;
43
const bool
kCppMode
= true;
tsan_platform_linux.cc
270
if (
kCppMode
) {
tsan_sync.cc
33
if (
kCppMode
) // Go does not use them
tsan_rtl_mutex.cc
79
if (
kCppMode
&& s->creation_stack_id == 0)
197
if (
kCppMode
&& (s->recursion == 0 || s->owner_tid != thr->tid)) {
tsan_rtl.cc
757
if (
kCppMode
&& *shadow_mem == kShadowRodata) {
Completed in 556 milliseconds