OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prof_handler_called
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
getpc_test.cc
46
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/
getpc_test.cc
46
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 137 milliseconds