Home
last modified time | relevance | path

Searched defs:tick (Results 1 – 3 of 3) sorted by relevance

/llvm-project/openmp/runtime/test/api/
H A Domp_get_wtick.c7 double tick; in test_omp_get_wtick() local
/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp241 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() local
315 tsc_tick_count tick = tsc_tick_count::now(); in pop() local
329 tsc_tick_count tick = tsc_tick_count::now(); in exchange() local
H A Dkmp_stats.h504 void pause(tsc_tick_count tick) { pauseStartTime = tick; } in pause() argument
505 void resume(tsc_tick_count tick) { in resume() argument