Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmprof.go678 type lockTimer struct { struct
679 lock *mutex
680 timeRate int64
681 timeStart int64
682 tickStart int64
685 func (lt *lockTimer) begin() {
701 func (lt *lockTimer) end() {