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 397 Mutex wmu; variable
403 wmu.Lock(); // EXPECTED-NOTE {{mutex acquired here}}
404 } // EXPECTED-WARNING {{mutex 'wmu' is still held at the end of function}}
406 wmu.Lock(); // EXPECTED-NOTE {{mutex acquired here}}
407 } // EXPECTED-WARNING {{mutex 'wmu' is still held at the end of function}}
409 wmu.Lock(); // expected-note {{mutex acquired here}}
410 } // expected-warning {{mutex 'wmu' is still held at the end of function}}
412 wmu.Lock(); // expected-note {{mutex acquired here}}
414 } // expected-warning {{mutex 'wmu' is still held at the end of function}}
    [all...]

Completed in 1637 milliseconds