Searched defs:tick (Results 1 – 3 of 3) sorted by relevance
7 double tick; in test_omp_get_wtick() local
241 void explicitTimer::start(tsc_tick_count tick) { in start()250 void explicitTimer::stop(tsc_tick_count tick, in stop()299 tsc_tick_count tick = tsc_tick_count::now(); in push() local315 tsc_tick_count tick = tsc_tick_count::now(); in pop() local329 tsc_tick_count tick = tsc_tick_count::now(); in exchange() local
504 void pause(tsc_tick_count tick) { pauseStartTime = tick; } in pause() argument 505 void resume(tsc_tick_count tick) { in resume() argument