HomeSort by relevance Sort by last modified time
    Searched full:_prunning (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
runtime2.go 42 _Prunning // Only this P is allowed to change from _Prunning.
proc1.go     [all...]
stack1.go 717 if thisg.m.locks != 0 || thisg.m.mallocing != 0 || thisg.m.preemptoff != "" || thisg.m.p.ptr().status != _Prunning {
  /prebuilts/go/linux-x86/src/runtime/
runtime2.go 42 _Prunning // Only this P is allowed to change from _Prunning.
proc1.go     [all...]
stack1.go 717 if thisg.m.locks != 0 || thisg.m.mallocing != 0 || thisg.m.preemptoff != "" || thisg.m.p.ptr().status != _Prunning {

Completed in 380 milliseconds