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

  /prebuilts/go/darwin-x86/src/runtime/
chan.go 683 func (q *waitq) enqueue(sgp *sudog) {
684 sgp.next = nil
687 sgp.prev = nil
688 q.first = sgp
689 q.last = sgp
692 sgp.prev = x
693 x.next = sgp
694 q.last = sgp
699 sgp := q.first
700 if sgp == nil
    [all...]
select.go 717 func (q *waitq) dequeueSudoG(sgp *sudog) {
718 x := sgp.prev
719 y := sgp.next
725 sgp.next = nil
726 sgp.prev = nil
732 sgp.prev = nil
739 sgp.next = nil
743 // x==y==nil. Either sgp is the only element in the queue,
745 if q.first == sgp {
  /prebuilts/go/linux-x86/src/runtime/
chan.go 683 func (q *waitq) enqueue(sgp *sudog) {
684 sgp.next = nil
687 sgp.prev = nil
688 q.first = sgp
689 q.last = sgp
692 sgp.prev = x
693 x.next = sgp
694 q.last = sgp
699 sgp := q.first
700 if sgp == nil
    [all...]
select.go 717 func (q *waitq) dequeueSudoG(sgp *sudog) {
718 x := sgp.prev
719 y := sgp.next
725 sgp.next = nil
726 sgp.prev = nil
732 sgp.prev = nil
739 sgp.next = nil
743 // x==y==nil. Either sgp is the only element in the queue,
745 if q.first == sgp {
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 172 ScopedGlobalProcessor sgp; local
tsan_interceptors.cc 736 ScopedGlobalProcessor sgp; local
    [all...]

Completed in 129 milliseconds