Home | History | Annotate | Download | only in runtime

Lines Matching defs:mcount

517 	if sched.mcount > sched.maxmcount {
537 mp.id = sched.mcount
538 sched.mcount++
3164 func mcount() int32 {
3165 return sched.mcount
3700 run := sched.mcount - sched.nmidle - sched.nmidlelocked - 1
3705 print("runtime: checkdead: nmidle=", sched.nmidle, " nmidlelocked=", sched.nmidlelocked, " mcount=", sched.mcount, "\n")
3987 print("SCHED ", (now-starttime)/1e6, "ms: gomaxprocs=", gomaxprocs, " idleprocs=", sched.npidle, " threads=", sched.mcount, " spinningthreads=", sched.nmspinning, " idlethreads=", sched.nmidle, " runqueue=", sched.runqsize)