Searched refs:prof_handler_called (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dgetpc_test.cc46 static volatile bool prof_handler_called = false; variable
49 if (!prof_handler_called)
51 prof_handler_called = true; // only store the retval once
74 for (int i = 0; !prof_handler_called; ++i) {
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dgetpc_test.cc46 static volatile bool prof_handler_called = false; variable
49 if (!prof_handler_called)
51 prof_handler_called = true; // only store the retval once
74 for (int i = 0; !prof_handler_called; ++i) {

Completed in 162 milliseconds