HomeSort by relevance Sort by last modified time
    Searched refs:tick_counter (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profile-handler_unittest.cc 192 void* tick_counter) {
193 int* counter = static_cast<int*>(tick_counter);
294 void VerifyRegistration(const int& tick_counter) {
305 int old_tick_count = tick_counter;
307 int new_tick_count = tick_counter;
319 void VerifyUnregistration(const int& tick_counter) {
321 int old_tick_count = tick_counter;
323 int new_tick_count = tick_counter;
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profile-handler_unittest.cc 192 void* tick_counter) {
193 int* counter = static_cast<int*>(tick_counter);
294 void VerifyRegistration(const int& tick_counter) {
305 int old_tick_count = tick_counter;
307 int new_tick_count = tick_counter;
319 void VerifyUnregistration(const int& tick_counter) {
321 int old_tick_count = tick_counter;
323 int new_tick_count = tick_counter;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystate.h 85 /* tick_counter is incremented whenever the check_interval ticker
91 int tick_counter; member in struct:_ts
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystate.h 85 /* tick_counter is incremented whenever the check_interval ticker
91 int tick_counter; member in struct:_ts

Completed in 1397 milliseconds