HomeSort by relevance Sort by last modified time
    Searched defs:runtimeTimer (Results 1 - 5 of 5) sorted by null

  /prebuilts/go/darwin-x86/src/time/
sleep.go 16 type runtimeTimer struct {
25 // when is a helper function for setting the 'when' field of a runtimeTimer.
40 func startTimer(*runtimeTimer)
41 func stopTimer(*runtimeTimer) bool
49 r runtimeTimer
87 r: runtimeTimer{
159 r: runtimeTimer{
  /prebuilts/go/linux-x86/src/time/
sleep.go 16 type runtimeTimer struct {
25 // when is a helper function for setting the 'when' field of a runtimeTimer.
40 func startTimer(*runtimeTimer)
41 func stopTimer(*runtimeTimer) bool
49 r runtimeTimer
87 r: runtimeTimer{
159 r: runtimeTimer{
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 22 type runtimeTimer struct {
31 func startTimer(*runtimeTimer)
32 func stopTimer(*runtimeTimer) bool
37 r runtimeTimer
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 22 type runtimeTimer struct {
31 func startTimer(*runtimeTimer)
32 func stopTimer(*runtimeTimer) bool
37 r runtimeTimer
  /external/v8/src/interpreter/
interpreter.cc 242 TimerScope runtimeTimer =
264 RuntimeCallTimerScope runtimeTimer(
    [all...]

Completed in 602 milliseconds