Home
last modified time | relevance | path

Searched refs:clock (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dtime.h24 static uint64_t GetClockTime(clockid_t clock) in GetClockTime() argument
27 if (clock_gettime(clock, &time) != -1) { in GetClockTime()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dtime.h27 static uint64_t GetClockTime(clockid_t clock) in GetClockTime() argument
30 if (clock_gettime(clock, &time) != -1) { in GetClockTime()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dtime.h25 static uint64_t GetClockTime([[maybe_unused]] clockid_t clock) in GetClockTime() argument
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dtime.h26 static uint64_t GetClockTime([[maybe_unused]] clockid_t clock) in GetClockTime() argument

Completed in 1 milliseconds