Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dthread_tree.h103 void DisableThreadExitRecords() { disable_thread_exit_records_ = true; } in DisableThreadExitRecords()
171 bool disable_thread_exit_records_ = false; variable
Dthread_tree.cpp414 if (!disable_thread_exit_records_) { in Update()