OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:detect_deadlocks
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h
49
bool
detect_deadlocks
;
member in struct:__sanitizer::CommonFlags
sanitizer_flags.cc
57
f->
detect_deadlocks
= false;
118
ParseFlag(str, &f->
detect_deadlocks
, "
detect_deadlocks
",
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc
106
if (flags()->
detect_deadlocks
) {
175
if (flags()->
detect_deadlocks
&& (s->recursion - rec) == 0) {
186
if (flags()->
detect_deadlocks
) {
218
if (flags()->
detect_deadlocks
&& s->recursion == 0 && !report_bad_unlock) {
227
if (flags()->
detect_deadlocks
&& !report_bad_unlock) {
252
if (flags()->
detect_deadlocks
&& s->recursion == 0) {
263
if (flags()->
detect_deadlocks
) {
285
if (flags()->
detect_deadlocks
&& s->recursion == 0) {
295
if (flags()->
detect_deadlocks
) {
333
if (flags()->
detect_deadlocks
&& s->recursion == 0)
[
all
...]
tsan_flags.cc
105
f->
detect_deadlocks
= true;
tsan_rtl_thread.cc
105
if (flags()->
detect_deadlocks
) {
133
if (flags()->
detect_deadlocks
) {
tsan_sync.cc
35
if (flags()->
detect_deadlocks
)
tsan_rtl.cc
318
if (flags()->
detect_deadlocks
)
Completed in 307 milliseconds