HomeSort by relevance Sort by last modified time
    Searched defs:runtime (Results 126 - 150 of 1148) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
signal_plan9.go 5 package runtime package
24 // We can recover from some memory errors in runtime·sigpanic.
42 // Issued to all other procs when calling runtime·exit.
signal_sighandler.go 7 package runtime package
stubs_android.go 1 package runtime package
sys_arm.go 5 package runtime package
sys_ppc64x.go 7 package runtime package
timestub.go 11 package runtime package
unaligned1.go 7 package runtime package
unaligned2.go 7 package runtime package
  /prebuilts/go/linux-x86/src/runtime/
complex.go 5 package runtime package
cpuflags_amd64.go 5 package runtime package
export_futex_test.go 7 package runtime package
export_linux_test.go 7 package runtime package
export_unix_test.go 7 package runtime package
fastlog2table.go 2 // Run go generate from src/runtime to update.
5 package runtime package
lfstack_32bit.go 7 package runtime package
mmap.go 11 package runtime package
net_plan9.go 5 package runtime package
netpoll_stub.go 7 package runtime package
noasm.go 10 package runtime package
os_darwin_arm.go 5 package runtime package
14 print("runtime: this system has multiple CPUs and must use\n")
22 // Currently cputicks() is used in blocking profiler and to seed runtime·fastrand().
23 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_freebsd_arm.go 5 package runtime package
14 print("runtime: this system has multiple CPUs and must use\n")
22 // Currently cputicks() is used in blocking profiler and to seed runtime·fastrand().
23 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_linux_ppc64x.go 7 package runtime package
os_nacl_arm.go 5 package runtime package
14 print("runtime: NaCl requires ARMv7. Recompile using GOARM=7.\n")
21 // Currently cputicks() is used in blocking profiler and to seed runtime·fastrand().
22 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_openbsd_arm.go 5 package runtime package
14 print("runtime: this system has multiple CPUs and must use\n")
22 // Currently cputicks() is used in blocking profiler and to seed runtime·fastrand().
23 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.
os_plan9_arm.go 5 package runtime package
15 // Currently cputicks() is used in blocking profiler and to seed runtime·fastrand().
16 // runtime·nanotime() is a poor approximation of CPU ticks that is enough for the profiler.

Completed in 301 milliseconds

1 2 3 4 56 7 8 91011>>