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

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofile-handler_unittest.cc192 void* tick_counter) {
193 int* counter = static_cast<int*>(tick_counter);
294 void VerifyRegistration(const int& tick_counter) { argument
305 int old_tick_count = tick_counter;
307 int new_tick_count = tick_counter;
319 void VerifyUnregistration(const int& tick_counter) { argument
321 int old_tick_count = tick_counter;
323 int new_tick_count = tick_counter;
191 TickCounter(int sig, siginfo_t* sig_info, void *vuc, void* tick_counter) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofile-handler_unittest.cc192 void* tick_counter) {
193 int* counter = static_cast<int*>(tick_counter);
294 void VerifyRegistration(const int& tick_counter) { argument
305 int old_tick_count = tick_counter;
307 int new_tick_count = tick_counter;
319 void VerifyUnregistration(const int& tick_counter) { argument
321 int old_tick_count = tick_counter;
323 int new_tick_count = tick_counter;
191 TickCounter(int sig, siginfo_t* sig_info, void *vuc, void* tick_counter) argument

Completed in 86 milliseconds