Home | History | Annotate | Download | only in runtime

Lines Matching refs:handoff

38 // 2. Direct goroutine handoff. That is, when we ready a new goroutine and there
39 // is a spare P, unpark a thread and handoff it the thread and the goroutine.
45 // idle P, but don't do handoff. This would lead to excessive thread parking/
55 // handoff so such threads are out of work initially. Spinning threads do some
2121 // directly handoff current P to the locked m