Lines Matching refs:Until
746 // casgstatus will loop if the g->atomicstatus is in a Gscan status until the routine that
822 // scang blocks until gp's stack has been scanned.
863 // the goroutine until we're done.
1414 // allocation until then so that it can be done
1424 // set up appropriately until the end of minit, which will
1568 // lockextra will keep waiting until the list head is no longer nil.
1631 // Stops execution of the current m until new work is available.
1782 // Stops execution of the current m that is locked to a g until the g is runnable again.
1796 // Wait until another thread schedules lockedg again.
2084 gp := netpoll(true) // block until new work is available
2222 gp, inheritTime = findrunnable() // blocks until work is available
2648 // Must wait until now because until gosched returns
2767 // Wait until another thread schedules gp and so m again.
3097 // Until the calling goroutine exits or calls UnlockOSThread, it will always
3213 // handler. There are two reasons this is okay. First, until g is updated the
3239 // It would be possible to delay the update of either g or SP until immediately