Home
last modified time | relevance | path

Searched refs:procresizetime (Results 1 – 25 of 58) sorted by relevance

123

/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Druntime2.go661 procresizetime int64 // nanotime() of last change to gomaxprocs member
H A Dproc.go3546 if sched.procresizetime != 0 {
3547 sched.totaltime += int64(old) * (now - sched.procresizetime)
3549 sched.procresizetime = now
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Druntime2.go661 procresizetime int64 // nanotime() of last change to gomaxprocs member
H A Dproc.go3546 if sched.procresizetime != 0 {
3547 sched.totaltime += int64(old) * (now - sched.procresizetime)
3549 sched.procresizetime = now
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Druntime2.go661 procresizetime int64 // nanotime() of last change to gomaxprocs member
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Druntime2.go661 procresizetime int64 // nanotime() of last change to gomaxprocs member
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Druntime2.go661 procresizetime int64 // nanotime() of last change to gomaxprocs member
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Druntime2.go661 procresizetime int64 // nanotime() of last change to gomaxprocs member
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Druntime2.go578 procresizetime int64 // nanotime() of last change to gomaxprocs member
H A Dproc.go3528 if sched.procresizetime != 0 {
3529 sched.totaltime += int64(old) * (now - sched.procresizetime)
3531 sched.procresizetime = now
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Druntime2.go855 procresizetime int64 // nanotime() of last change to gomaxprocs member
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Druntime2.go818 procresizetime int64 // nanotime() of last change to gomaxprocs member
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Druntime2.go855 procresizetime int64 // nanotime() of last change to gomaxprocs member
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Druntime2.go692 procresizetime int64 // nanotime() of last change to gomaxprocs member
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Druntime2.go818 procresizetime int64 // nanotime() of last change to gomaxprocs member
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Druntime2.go818 procresizetime int64 // nanotime() of last change to gomaxprocs member
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/
H A Druntime2.go692 procresizetime int64 // nanotime() of last change to gomaxprocs member
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Druntime2.go855 procresizetime int64 // nanotime() of last change to gomaxprocs member
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/
H A Druntime2.go692 procresizetime int64 // nanotime() of last change to gomaxprocs member
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Druntime2.go751 procresizetime int64 // nanotime() of last change to gomaxprocs member
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Druntime2.go830 procresizetime int64 // nanotime() of last change to gomaxprocs member
H A Dmgc.go1006 totalCpu := sched.totaltime + (now-sched.procresizetime)*int64(gomaxprocs)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Druntime2.go878 procresizetime int64 // nanotime() of last change to gomaxprocs member
H A Dmgc.go1005 totalCpu := sched.totaltime + (now-sched.procresizetime)*int64(gomaxprocs)
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-go/examples/
H A Dproc.go3166 if sched.procresizetime != 0 {
3167 sched.totaltime += int64(old) * (now - sched.procresizetime)
3169 sched.procresizetime = now

123