HomeSort by relevance Sort by last modified time
    Searched defs:runtime (Results 326 - 350 of 1063) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/runtime/
cpuflags_amd64.go 5 package runtime package
defs1_linux.go 13 package runtime package
defs3_linux.go 13 package runtime package
defs_plan9_386.go 1 package runtime package
defs_plan9_amd64.go 1 package runtime package
defs_plan9_arm.go 5 package runtime package
lock_futex.go 7 package runtime package
10 "runtime/internal/atomic"
49 throw("runtime·lock: lock count")
117 throw("runtime·unlock: lock count")
197 // same as runtime·notetsleep, but called on user g (not g0)
lock_sema.go 7 package runtime package
10 "runtime/internal/atomic"
38 throw("runtime·lock: lock count")
116 throw("runtime·unlock: lock count")
230 throw("runtime: unable to acquire - semaphore out of sync")
235 throw("runtime: unexpected waitm - semaphore out of sync")
249 // same as runtime·notetsleep, but called on user g (not g0)
mbarrier.go 14 package runtime package
17 "runtime/internal/sys"
207 print("runtime: writebarrierptr *", dst, " = ", hex(src), "\n")
mcache.go 5 package runtime package
mem_linux.go 5 package runtime package
8 "runtime/internal/sys"
64 print("runtime: mmap: access denied\n")
68 print("runtime: mmap: too much locked memory (check 'ulimit -l').\n")
216 throw("runtime: out of memory")
219 print("runtime: address space conflict: map(", v, ") = ", p, "\n")
220 throw("runtime: address space conflict")
227 throw("runtime: out of memory")
230 throw("runtime: cannot map pages in arena address space")
mem_windows.go 5 package runtime package
51 print("runtime: VirtualFree of ", small, " bytes failed with errno=", getlasterror(), "\n")
52 throw("runtime: failed to decommit pages")
73 print("runtime: VirtualAlloc of ", small, " bytes failed with errno=", getlasterror(), "\n")
74 throw("runtime: failed to commit pages")
88 print("runtime: VirtualFree of ", n, " bytes failed with errno=", getlasterror(), "\n")
89 throw("runtime: failed to release pages")
115 print("runtime: VirtualAlloc of ", n, " bytes failed with errno=", getlasterror(), "\n")
116 throw("runtime: cannot map pages in arena address space")
mgcsweep.go 7 package runtime package
10 "runtime/internal/atomic"
101 print("runtime: bad span s.state=", s.state, " s.sweepgen=", s.sweepgen, " sweepgen=", sg, "\n")
287 print("runtime: nelems=", s.nelems, " nfree=", nfree, " nalloc=", nalloc, " previous allocCount=", s.allocCount, " nfreed=", nfreed, "\n")
411 print("runtime: bad spanBytesAlloc=", nval, " (was ", nval+uint64(unusableBytes), ") unusableBytes=", unusableBytes, " sweepPagesPerByte=", mheap_.sweepPagesPerByte, "\n")
mstkbar.go 34 // The primary cost of stack barriers is book-keeping: the runtime has
38 // to minimize this cost, the Go runtime places stack barriers in
44 // The runtime reserves space for this book-keeping structure at the
50 // For debugging, the runtime also supports installing stack barriers
57 // The runtime and the compiler cooperate to ensure that all objects
80 // 3) Runtime writes to the stack. Various runtime operations such as
83 // this in two ways. In many cases, the runtime can perform an
85 // case of bulk memory move (typedmemmove), the runtime doesn't
126 package runtime package
    [all...]
netpoll_epoll.go 7 package runtime package
70 println("runtime: epollwait on fd", epfd, "failed with", -n)
netpoll_windows.go 5 package runtime package
os_linux_be64.go 9 package runtime package
os_linux_generic.go 13 package runtime package
os_linux_ppc64x.go 7 package runtime package
10 "runtime/internal/sys"
40 // cpu can be tested at runtime in go assembler code to check for
os_solaris.go 5 package runtime package
sigqueue.go 5 // This file implements runtime support for signal handling.
29 package runtime package
32 "runtime/internal/atomic"
sigqueue_plan9.go 5 // This file implements runtime support for signal handling.
7 package runtime package
sizeclasses.go 4 package runtime package
  /prebuilts/go/linux-x86/src/runtime/
cgo.go 5 package runtime package
11 // Filled in by runtime/cgo when linked into binary.
29 // iscgo is set to true by the runtime/cgo package
cpuflags_amd64.go 5 package runtime package

Completed in 632 milliseconds

<<11121314151617181920>>