Home
last modified time | relevance | path

Searched defs:Nanotime (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/bionic/libc/malloc_debug/
H A DNanotime.h34 static inline __always_inline uint64_t Nanotime() { in Nanotime() function
/aosp_15_r20/system/extras/memory_replay/
H A DUtils.h22 static __always_inline uint64_t Nanotime() { in Nanotime() function
/aosp_15_r20/frameworks/native/cmds/dumpstate/
H A DDumpstateInternal.cpp42 uint64_t Nanotime() { in Nanotime() function
/aosp_15_r20/frameworks/base/cmds/incidentd/src/
H A Dincidentd_util.cpp164 uint64_t Nanotime() { in Nanotime() function
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dexport_test.go41 var Nanotime = nanotime var