Home | History | Annotate | Download | only in runtime

Lines Matching refs:Steal

909 // a lock by doing an exchange (via casp) to steal the stack
1376 // Tries to steal from other P's, get g from global queue, poll network.
1437 // random steal from other P's
3519 // Try to steal from _p_.runnext.
3522 // are about to steal.
3551 // Steal half of elements from local runnable queue of p2
3632 print("bad steal ", s, ", want ", i/2, " or ", i/2+1, ", iter ", i, "\n")
3633 throw("bad steal")