Home
last modified time | relevance | path

Searched refs:verify_count_on_shutdown (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dbarrier.cc28 Barrier::Barrier(int count, bool verify_count_on_shutdown) in Barrier() argument
32 verify_count_on_shutdown_(verify_count_on_shutdown) { in Barrier()
Dbarrier.h49 explicit Barrier(int count, bool verify_count_on_shutdown = true);