HomeSort by relevance Sort by last modified time
    Searched refs:monotonic (Results 76 - 94 of 94) sorted by null

1 2 34

  /external/python/cpython3/Lib/
threading.py 6 from time import monotonic as _time
    [all...]
trace.py 62 from time import monotonic as _time
subprocess.py 54 from time import monotonic as _time
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.cpp 511 KEYWORD(monotonic);
  /prebuilts/go/darwin-x86/src/runtime/
os_windows.go 370 // We can not simply fallback to GetSystemTimeAsFileTime() syscall, since its time is not monotonic,
371 // instead we use QueryPerformanceCounter family of syscalls to implement monotonic timer
mstats.go 94 last_gc_nanotime uint64 // last gc (monotonic time)
mheap.go 194 // and then look up its span, the span state must be monotonic.
    [all...]
mgc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
os_windows.go 370 // We can not simply fallback to GetSystemTimeAsFileTime() syscall, since its time is not monotonic,
371 // instead we use QueryPerformanceCounter family of syscalls to implement monotonic timer
mstats.go 94 last_gc_nanotime uint64 // last gc (monotonic time)
mheap.go 194 // and then look up its span, the span state must be monotonic.
    [all...]
mgc.go     [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [all...]
MediaPlayer2Impl.java     [all...]
  /external/python/cpython3/Lib/asyncio/
base_events.py 246 self._clock_resolution = time.get_clock_info('monotonic').resolution
524 return time.monotonic()
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
esc.go 337 // to help make inferences be monotonic. With the exception of
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
esc.go 337 // to help make inferences be monotonic. With the exception of
    [all...]
  /external/python/cpython3/Lib/test/test_email/
test_email.py     [all...]
  /external/curl/
configure     [all...]

Completed in 1317 milliseconds

1 2 34