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

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofile-handler_unittest.cc426 int second_tick_count; local
427 ProfileHandlerToken* token2 = RegisterCallback(&second_tick_count);
429 VerifyRegistration(second_tick_count);
437 VerifyRegistration(second_tick_count);
441 VerifyUnregistration(second_tick_count);
458 int second_tick_count; local
459 RegisterCallback(&second_tick_count);
460 VerifyRegistration(second_tick_count);
467 VerifyUnregistration(second_tick_count);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofile-handler_unittest.cc426 int second_tick_count; local
427 ProfileHandlerToken* token2 = RegisterCallback(&second_tick_count);
429 VerifyRegistration(second_tick_count);
437 VerifyRegistration(second_tick_count);
441 VerifyUnregistration(second_tick_count);
458 int second_tick_count; local
459 RegisterCallback(&second_tick_count);
460 VerifyRegistration(second_tick_count);
467 VerifyUnregistration(second_tick_count);

Completed in 2823 milliseconds