runtime.gQueue.empty (method)

8 uses

	runtime (current package)
		mgcmark.go#L634: 	if work.assistQueue.q.empty() {
		mgcmark.go#L647: 	for !work.assistQueue.q.empty() && scanBytes > 0 {
		proc.go#L3032: 	for n = 0; n < npidle && !q.empty(); n++ {
		proc.go#L3044: 	if !q.empty() {
		proc.go#L5821: 	for !q.empty() && t-h < uint32(len(pp.runq)) {
		proc.go#L5840: 	if !q.empty() {
		proc.go#L5962: func (q *gQueue) empty() bool {
		proc.go#L6040: 	if !q.empty() {