runtime.gList.empty (method)
13 uses
runtime (current package)
chan.go#L419: for !glist.empty() {
mgcmark.go#L282: if list.empty() {
proc.go#L2605: if list := netpoll(0); !list.empty() { // non-blocking
proc.go#L2882: if faketime != 0 && list.empty() {
proc.go#L2895: if !list.empty() {
proc.go#L2933: if list := netpoll(0); !list.empty() {
proc.go#L2988: if glist.empty() {
proc.go#L4173: if _p_.gFree.empty() && (!sched.gFree.stack.empty() || !sched.gFree.noStack.empty()) {
proc.go#L4217: for !_p_.gFree.empty() {
proc.go#L5190: if !list.empty() {
proc.go#L6028: func (l *gList) empty() bool {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |