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 {