Lines Matching full:nil
48 newm(sysmon, nil)
77 if _cgo_thread_start == nil {
80 if _cgo_malloc == nil {
83 if _cgo_free == nil {
87 if _cgo_setenv == nil {
90 if _cgo_unsetenv == nil {
94 if _cgo_notify_runtime_init_done == nil {
97 cgocall(_cgo_notify_runtime_init_done, nil)
121 gopark(nil, nil, "panicwait", traceEvGoStop, 1)
215 for len(pp.sudogcache) < cap(pp.sudogcache)/2 && sched.sudogcache != nil {
218 s.next = nil
229 pp.sudogcache[n-1] = nil
231 if s.elem != nil {
232 throw("acquireSudog: found s.elem != nil in cache")
240 if s.elem != nil {
241 throw("runtime: sudog with non-nil elem")
243 if s.selectdone != nil {
244 throw("runtime: sudog with non-nil selectdone")
246 if s.next != nil {
247 throw("runtime: sudog with non-nil next")
249 if s.prev != nil {
250 throw("runtime: sudog with non-nil prev")
252 if s.waitlink != nil {
253 throw("runtime: sudog with non-nil waitlink")
256 if gp.param != nil {
257 throw("runtime: releaseSudog with non-nil gp.param")
267 pp.sudogcache[n-1] = nil
269 if first == nil {
307 return gp.lockedm != nil && gp.m.lockedg != nil