HomeSort by relevance Sort by last modified time
    Searched refs:wmu (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/allocator/
rosalloc.cc     [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 355 Mutex wmu; variable
361 wmu.Lock(); // EXPECTED-NOTE {{mutex acquired here}}
362 } // EXPECTED-WARNING {{mutex 'wmu' is still held at the end of function}}
364 wmu.Lock(); // EXPECTED-NOTE {{mutex acquired here}}
365 } // EXPECTED-WARNING {{mutex 'wmu' is still held at the end of function}}
367 wmu.Lock(); // expected-note {{mutex acquired here}}
368 } // expected-warning {{mutex 'wmu' is still held at the end of function}}
370 wmu.Lock(); // expected-note {{mutex acquired here}}
372 } // expected-warning {{mutex 'wmu' is still held at the end of function}}
    [all...]

Completed in 135 milliseconds