Home
last modified time | relevance | path

Searched refs:waitsince (Results 1 – 25 of 108) sorted by relevance

12345

/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dtraceback_gccgo.go150 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
151 waitfor = (nanotime() - gp.waitsince) / 60e9
H A Druntime2.go356 waitsince int64 // approx time when the g become blocked member
H A Dmgcmark.go220 if (status == _Gwaiting || status == _Gsyscall) && gp.waitsince == 0 {
221 gp.waitsince = work.tstart
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dtraceback_gccgo.go150 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
151 waitfor = (nanotime() - gp.waitsince) / 60e9
H A Druntime2.go356 waitsince int64 // approx time when the g become blocked member
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dtraceback_gccgo.go150 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
151 waitfor = (nanotime() - gp.waitsince) / 60e9
H A Druntime2.go356 waitsince int64 // approx time when the g become blocked member
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dtraceback_gccgo.go150 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
151 waitfor = (nanotime() - gp.waitsince) / 60e9
H A Druntime2.go356 waitsince int64 // approx time when the g become blocked member
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dtraceback_gccgo.go150 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
151 waitfor = (nanotime() - gp.waitsince) / 60e9
H A Druntime2.go356 waitsince int64 // approx time when the g become blocked member
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dtraceback_gccgo.go150 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
151 waitfor = (nanotime() - gp.waitsince) / 60e9
H A Druntime2.go356 waitsince int64 // approx time when the g become blocked member
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dtraceback_gccgo.go229 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
230 waitfor = (nanotime() - gp.waitsince) / 60e9
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dtraceback_gccgo.go229 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
230 waitfor = (nanotime() - gp.waitsince) / 60e9
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dtraceback_gccgo.go228 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
229 waitfor = (nanotime() - gp.waitsince) / 60e9
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dtraceback_gccgo.go229 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
230 waitfor = (nanotime() - gp.waitsince) / 60e9
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dtraceback_gccgo.go218 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
219 waitfor = (nanotime() - gp.waitsince) / 60e9
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dtraceback_gccgo.go229 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
230 waitfor = (nanotime() - gp.waitsince) / 60e9
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dtraceback_gccgo.go228 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
229 waitfor = (nanotime() - gp.waitsince) / 60e9
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Dtraceback_gccgo.go228 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
229 waitfor = (nanotime() - gp.waitsince) / 60e9
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/
H A Dtraceback_gccgo.go218 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
219 waitfor = (nanotime() - gp.waitsince) / 60e9
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/
H A Dtraceback_gccgo.go218 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
219 waitfor = (nanotime() - gp.waitsince) / 60e9
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dtraceback.go788 if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
789 waitfor = (nanotime() - gp.waitsince) / 60e9
H A Druntime2.go343 waitsince int64 // approx time when the g become blocked member

12345